C# 클래스 RadioSystems.AzureAuthentication.Services.AzureAuthenticationService

상속: IAuthenticationService
파일 보기 프로젝트 열기: RadioSystems/RadioSystems.AzureAuthentication

공개 메소드들

메소드 설명
AzureAuthenticationService ( IHttpContextAccessor httpContextAccessor, IMembershipService membershipService ) : System.Web
GetAuthenticatedUser ( ) : IUser
SetAuthenticatedUserForRequest ( IUser user ) : void
SignIn ( IUser user, bool createPersistentCookie ) : void
SignOut ( ) : void

메소드 상세

AzureAuthenticationService() 공개 메소드

public AzureAuthenticationService ( IHttpContextAccessor httpContextAccessor, IMembershipService membershipService ) : System.Web
httpContextAccessor IHttpContextAccessor
membershipService IMembershipService
리턴 System.Web

GetAuthenticatedUser() 공개 메소드

public GetAuthenticatedUser ( ) : IUser
리턴 IUser

SetAuthenticatedUserForRequest() 공개 메소드

public SetAuthenticatedUserForRequest ( IUser user ) : void
user IUser
리턴 void

SignIn() 공개 메소드

public SignIn ( IUser user, bool createPersistentCookie ) : void
user IUser
createPersistentCookie bool
리턴 void

SignOut() 공개 메소드

public SignOut ( ) : void
리턴 void