C# 클래스 pGina.Plugin.pgSMB2.PluginImpl

상속: IPluginAuthenticationGateway, IPluginConfiguration, IPluginEventNotifications, IPluginLogoffRequestAddTime
파일 보기 프로젝트 열기: MutonUfoAI/pgina

공개 프로퍼티들

프로퍼티 타입 설명
IsShuttingDown System.Boolean

공개 메소드들

메소드 설명
AuthenticatedUserGateway ( SessionProperties properties ) : BooleanResult
Configure ( ) : void
LoginUserRequest ( string username ) : System.Boolean
LogoffRequestAddTime ( ) : System.Boolean
PluginImpl ( ) : System
SessionChange ( int SessionId, System Reason, SessionProperties properties ) : void
Starting ( ) : void
Stopping ( ) : void

비공개 메소드들

메소드 설명
GetSettings ( string username, UserInformation userInfo ) : string>.Dictionary
cleanup ( UserInformation userInfo, int sessionID, SessionProperties properties ) : void

메소드 상세

AuthenticatedUserGateway() 공개 메소드

public AuthenticatedUserGateway ( SessionProperties properties ) : BooleanResult
properties SessionProperties
리턴 pGina.Shared.Types.BooleanResult

Configure() 공개 메소드

public Configure ( ) : void
리턴 void

LoginUserRequest() 공개 메소드

public LoginUserRequest ( string username ) : System.Boolean
username string
리턴 System.Boolean

LogoffRequestAddTime() 공개 메소드

public LogoffRequestAddTime ( ) : System.Boolean
리턴 System.Boolean

PluginImpl() 공개 메소드

public PluginImpl ( ) : System
리턴 System

SessionChange() 공개 메소드

public SessionChange ( int SessionId, System Reason, SessionProperties properties ) : void
SessionId int
Reason System
properties SessionProperties
리턴 void

Starting() 공개 메소드

public Starting ( ) : void
리턴 void

Stopping() 공개 메소드

public Stopping ( ) : void
리턴 void

프로퍼티 상세

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

public static Boolean,System IsShuttingDown
리턴 System.Boolean