C# 클래스 NSemble.Core.Nancy.NSembleUserAuthentication

파일 보기 프로젝트 열기: synhershko/NSemble 1 사용 예제들

공개 메소드들

메소드 설명
GetUserFromApiKey ( IDocumentSession ravenSession, string apiKey ) : IUserIdentity
RemoveApiKey ( IDocumentSession ravenSession, string apiKey ) : void
SetUserPassword ( User user, string password ) : User
ValidateUser ( IDocumentSession ravenSession, string username, string password ) : string

비공개 메소드들

메소드 설명
CompareByteArrays ( byte array1, byte array2 ) : bool
CreateSalt ( int size ) : byte[]
GenerateSaltedHash ( string plainText, byte saltBytes ) : byte[]
GetApiKeyDocumentId ( string apiKey ) : string

메소드 상세

GetUserFromApiKey() 공개 정적인 메소드

public static GetUserFromApiKey ( IDocumentSession ravenSession, string apiKey ) : IUserIdentity
ravenSession IDocumentSession
apiKey string
리턴 IUserIdentity

RemoveApiKey() 공개 정적인 메소드

public static RemoveApiKey ( IDocumentSession ravenSession, string apiKey ) : void
ravenSession IDocumentSession
apiKey string
리턴 void

SetUserPassword() 공개 정적인 메소드

public static SetUserPassword ( User user, string password ) : User
user NSemble.Core.Models.User
password string
리턴 NSemble.Core.Models.User

ValidateUser() 공개 정적인 메소드

public static ValidateUser ( IDocumentSession ravenSession, string username, string password ) : string
ravenSession IDocumentSession
username string
password string
리턴 string