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 |
|
|