C# Class ClearCanvas.Web.Enterprise.Authentication.LoginService

Inheritance: IDisposable
Show file Open project: jasper-yeh/ClearCanvas Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
ChangePassword ( string userName, string oldPassword, string newPassword ) : void
DoRenewSession ( string tokenId, bool validateOnly ) : ClearCanvas.Web.Enterprise.Authentication.SessionInfo
Login ( string userName, string password, string appName ) : ClearCanvas.Web.Enterprise.Authentication.SessionInfo
Logout ( string tokenId ) : void
Renew ( string tokenId, bool bypassCache = false ) : ClearCanvas.Web.Enterprise.Authentication.SessionInfo
RenewSession ( string tokenId, bool bypassCache = false ) : ClearCanvas.Web.Enterprise.Authentication.SessionInfo
ResetPassword ( string userName ) : void
VerifySession ( string tokenId, bool bypassCache = false ) : ClearCanvas.Web.Enterprise.Authentication.SessionInfo

Method Details

Dispose() public method

public Dispose ( ) : void
return void