au.edu.archer.acegi.myproxy
Class ProxyAuthenticationToken

java.lang.Object
  extended by org.acegisecurity.providers.AbstractAuthenticationToken
      extended by au.edu.archer.acegi.myproxy.ProxyAuthenticationToken
All Implemented Interfaces:
java.io.Serializable, java.security.Principal, org.acegisecurity.Authentication

public class ProxyAuthenticationToken
extends org.acegisecurity.providers.AbstractAuthenticationToken

The Token which stores the authentication information for the MyProxy authenticator.

Author:
Nigel Sim
See Also:
MyProxyAuthenticationProvider, Serialized Form

Constructor Summary
ProxyAuthenticationToken(UserDetailsWithCertificate ud)
           
 
Method Summary
 java.lang.Object getCredentials()
           
 java.lang.Object getPrincipal()
           
 
Methods inherited from class org.acegisecurity.providers.AbstractAuthenticationToken
equals, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetails, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyAuthenticationToken

public ProxyAuthenticationToken(UserDetailsWithCertificate ud)
Method Detail

getCredentials

public java.lang.Object getCredentials()

getPrincipal

public java.lang.Object getPrincipal()


Copyright © 2008. All Rights Reserved.