C# 클래스 ActiveDirectoryAuthorization.Services.ActiveDirectoryAuthenticationService

상속: IAuthenticationService
파일 보기 프로젝트 열기: moov2/Orchard.ActiveDirectoryAuthorization

공개 메소드들

메소드 설명
ActiveDirectoryAuthenticationService ( Work membershipService ) : System.Web
GetAuthenticatedUser ( ) : IUser

Overrides the default behaviour to return an instance of ActiveDirectoryUser based on the current user in the context if a UserPart hasn't been created for the active directory user yet.

SetAuthenticatedUserForRequest ( IUser user ) : void
SignIn ( IUser user, bool createPersistentCookie ) : void
SignOut ( ) : void

메소드 상세

ActiveDirectoryAuthenticationService() 공개 메소드

public ActiveDirectoryAuthenticationService ( Work membershipService ) : System.Web
membershipService Work
리턴 System.Web

GetAuthenticatedUser() 공개 메소드

Overrides the default behaviour to return an instance of ActiveDirectoryUser based on the current user in the context if a UserPart hasn't been created for the active directory user yet.
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