org.qi4j.library.shiro.authc
Class SecureHashAuthenticationInfo

java.lang.Object
  extended by org.apache.shiro.authc.SimpleAuthenticationInfo
      extended by org.qi4j.library.shiro.authc.SecureHashAuthenticationInfo
All Implemented Interfaces:
Serializable, org.apache.shiro.authc.AuthenticationInfo, org.apache.shiro.authc.MergableAuthenticationInfo, org.apache.shiro.authc.SaltedAuthenticationInfo

public final class SecureHashAuthenticationInfo
extends org.apache.shiro.authc.SimpleAuthenticationInfo

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.shiro.authc.SimpleAuthenticationInfo
credentials, credentialsSalt, principals
 
Constructor Summary
SecureHashAuthenticationInfo(String username, SecureHash secureHash, String realmName)
           
 
Method Summary
 SecureHash getSecureHash()
           
 String getUsername()
           
 
Methods inherited from class org.apache.shiro.authc.SimpleAuthenticationInfo
equals, getCredentials, getCredentialsSalt, getPrincipals, hashCode, merge, setCredentials, setCredentialsSalt, setPrincipals, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecureHashAuthenticationInfo

public SecureHashAuthenticationInfo(String username,
                                    SecureHash secureHash,
                                    String realmName)
Method Detail

getUsername

public String getUsername()

getSecureHash

public SecureHash getSecureHash()