de.iai.ilcd.security
Class IlcdAuthenticationInfo

java.lang.Object
  extended by de.iai.ilcd.security.IlcdAuthenticationInfo
All Implemented Interfaces:
java.io.Serializable, org.apache.shiro.authc.AuthenticationInfo

public class IlcdAuthenticationInfo
extends java.lang.Object
implements org.apache.shiro.authc.AuthenticationInfo

See Also:
Serialized Form

Constructor Summary
IlcdAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken at)
          Create the authentication info
 
Method Summary
 java.lang.Object getCredentials()
          
 org.apache.shiro.subject.PrincipalCollection getPrincipals()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlcdAuthenticationInfo

public IlcdAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken at)
Create the authentication info

Parameters:
at - token for the info
Method Detail

getPrincipals

public org.apache.shiro.subject.PrincipalCollection getPrincipals()

Specified by:
getPrincipals in interface org.apache.shiro.authc.AuthenticationInfo

getCredentials

public java.lang.Object getCredentials()

Specified by:
getCredentials in interface org.apache.shiro.authc.AuthenticationInfo