org.qi4j.library.shiro.authc
Class X509AuthenticationInfo

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

public class X509AuthenticationInfo
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
X509AuthenticationInfo(X509Certificate clientCert, Set<X509Certificate> grantedIssuers, String realmName)
           
 
Method Summary
 Set<TrustAnchor> getGrantedTrustAnchors()
           
 
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

X509AuthenticationInfo

public X509AuthenticationInfo(X509Certificate clientCert,
                              Set<X509Certificate> grantedIssuers,
                              String realmName)
Method Detail

getGrantedTrustAnchors

public Set<TrustAnchor> getGrantedTrustAnchors()