C# 클래스 SecurityInnovation.TeamMentor.Authentication.WindowsAuthentication

파일 보기 프로젝트 열기: TeamMentor-OWASP/Master 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
adminGroup string
editorGroup string
readerGroup string
windowsAuthentication_Enabled bool

공개 메소드들

메소드 설명
authenticateUserBaseOn_ActiveDirectory ( ) : System.Guid
calculateUserGroupBasedOnWindowsIdentity ( ) : UserGroup
loadConfiguration ( ) : void

비공개 메소드들

메소드 설명
WindowsAuthentication ( ) : System

메소드 상세

authenticateUserBaseOn_ActiveDirectory() 공개 메소드

public authenticateUserBaseOn_ActiveDirectory ( ) : System.Guid
리턴 System.Guid

calculateUserGroupBasedOnWindowsIdentity() 공개 메소드

public calculateUserGroupBasedOnWindowsIdentity ( ) : UserGroup
리턴 UserGroup

loadConfiguration() 공개 정적인 메소드

public static loadConfiguration ( ) : void
리턴 void

프로퍼티 상세

adminGroup 공개적으로 정적으로 프로퍼티

public static string adminGroup
리턴 string

editorGroup 공개적으로 정적으로 프로퍼티

public static string editorGroup
리턴 string

readerGroup 공개적으로 정적으로 프로퍼티

public static string readerGroup
리턴 string

windowsAuthentication_Enabled 공개적으로 정적으로 프로퍼티

public static bool windowsAuthentication_Enabled
리턴 bool