C# 클래스 ServiceStack.AuthUserSession

상속: IAuthSession
파일 보기 프로젝트 열기: nustack/ServiceStack

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AuthUserSession ( ) : System
HasPermission ( string permission ) : bool
HasRole ( string role ) : bool
IsAuthorized ( string provider ) : bool
OnAuthenticated ( IServiceBase authService, IAuthSession session, IAuthTokens tokens, string>.Dictionary authInfo ) : void
OnCreated ( IRequest httpReq ) : void
OnLogout ( IServiceBase authService ) : void
OnRegistered ( IServiceBase registrationService ) : void

메소드 상세

AuthUserSession() 공개 메소드

public AuthUserSession ( ) : System
리턴 System

HasPermission() 공개 메소드

public HasPermission ( string permission ) : bool
permission string
리턴 bool

HasRole() 공개 메소드

public HasRole ( string role ) : bool
role string
리턴 bool

IsAuthorized() 공개 메소드

public IsAuthorized ( string provider ) : bool
provider string
리턴 bool

OnAuthenticated() 공개 메소드

public OnAuthenticated ( IServiceBase authService, IAuthSession session, IAuthTokens tokens, string>.Dictionary authInfo ) : void
authService IServiceBase
session IAuthSession
tokens IAuthTokens
authInfo string>.Dictionary
리턴 void

OnCreated() 공개 메소드

public OnCreated ( IRequest httpReq ) : void
httpReq IRequest
리턴 void

OnLogout() 공개 메소드

public OnLogout ( IServiceBase authService ) : void
authService IServiceBase
리턴 void

OnRegistered() 공개 메소드

public OnRegistered ( IServiceBase registrationService ) : void
registrationService IServiceBase
리턴 void