C# Class pGina.Service.Impl.Service

ファイルを表示 Open project: MutonUfoAI/pgina Class Usage Examples

Public Methods

Method Description
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs args ) : void
OnCustomCommand ( ) : Boolean
SessionChange ( int sessionID, SessionChangeReason evnt ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
CREDUIhelper ( int session ) : void

m_sessionPropertyCache must be locked

DetachAbstractionsLibraryLogging ( ) : void
FindUserInPropertyCache ( string username ) : int>.Dictionary

m_sessionPropertyCache must be locked

FindUserInfoInPropertyCache ( string username ) : UserInformation

m_sessionPropertyCache must be locked

FormatMotd ( string text ) : string
HandleChangePasswordRequest ( pGina.Core.Messages.ChangePasswordRequestMessage msg ) : ChangePasswordResponseMessage
HandleDynamicLabelRequest ( DynamicLabelRequestMessage msg ) : DynamicLabelResponseMessage
HandleLogMessage ( LogMessage msg ) : void
HandleLoginInfoChange ( LoginInfoChangeMessage msg ) : EmptyMessage
HandleLoginRequest ( LoginRequestMessage msg ) : LoginResponseMessage
HandleMessage ( object>.IDictionary msg ) : object>.IDictionary
HandleUserInfoRequest ( UserInformationRequestMessage msg ) : UserInformationResponseMessage
HookUpAbstractionsLibraryLogging ( ) : void
Service ( ) : System
SessionChangeThread ( int sessionID, SessionChangeReason evnt ) : void
SplitDomainfromUsername ( ChangePasswordRequestMessage msg ) : ChangePasswordRequestMessage
SplitDomainfromUsername ( string username, string domain ) : string>.Dictionary
SplitDomainfromUsername ( LoginRequestMessage msg ) : LoginRequestMessage

Method Details

CurrentDomain_UnhandledException() public static method

public static CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs args ) : void
sender object
args System.UnhandledExceptionEventArgs
return void

OnCustomCommand() public method

public OnCustomCommand ( ) : Boolean
return Boolean

SessionChange() public method

public SessionChange ( int sessionID, SessionChangeReason evnt ) : void
sessionID int
evnt SessionChangeReason
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void