C# 클래스 Apache.Shiro.Authc.SimpleAuthenticationInfo

상속: IMergeableAuthenticationInfo
파일 보기 프로젝트 열기: katasource/shironet 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
Merge ( IAuthenticationInfo other ) : void
SimpleAuthenticationInfo ( ) : System.Collections
SimpleAuthenticationInfo ( IPrincipalCollection principals, object credentials ) : System.Collections
SimpleAuthenticationInfo ( object principal, object credentials, string realmName ) : System.Collections
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Merge() 공개 메소드

public Merge ( IAuthenticationInfo other ) : void
other IAuthenticationInfo
리턴 void

SimpleAuthenticationInfo() 공개 메소드

public SimpleAuthenticationInfo ( ) : System.Collections
리턴 System.Collections

SimpleAuthenticationInfo() 공개 메소드

public SimpleAuthenticationInfo ( IPrincipalCollection principals, object credentials ) : System.Collections
principals IPrincipalCollection
credentials object
리턴 System.Collections

SimpleAuthenticationInfo() 공개 메소드

public SimpleAuthenticationInfo ( object principal, object credentials, string realmName ) : System.Collections
principal object
credentials object
realmName string
리턴 System.Collections

ToString() 공개 메소드

public ToString ( ) : string
리턴 string