C# 클래스 ClearCanvas.Web.Enterprise.Authentication.LoginService

상속: IDisposable
파일 보기 프로젝트 열기: jasper-yeh/ClearCanvas 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void