C# Class Apache.Shiro.Authc.SimpleAuthenticationInfo

Inheritance: IMergeableAuthenticationInfo
Afficher le fichier Open project: katasource/shironet Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Merge() public méthode

public Merge ( IAuthenticationInfo other ) : void
other IAuthenticationInfo
Résultat void

SimpleAuthenticationInfo() public méthode

public SimpleAuthenticationInfo ( ) : System.Collections
Résultat System.Collections

SimpleAuthenticationInfo() public méthode

public SimpleAuthenticationInfo ( IPrincipalCollection principals, object credentials ) : System.Collections
principals IPrincipalCollection
credentials object
Résultat System.Collections

SimpleAuthenticationInfo() public méthode

public SimpleAuthenticationInfo ( object principal, object credentials, string realmName ) : System.Collections
principal object
credentials object
realmName string
Résultat System.Collections

ToString() public méthode

public ToString ( ) : string
Résultat string