org.trails.security
Class UserKeyAuthenticationToken

java.lang.Object
  extended by org.acegisecurity.providers.AbstractAuthenticationToken
      extended by org.acegisecurity.providers.UsernamePasswordAuthenticationToken
          extended by org.trails.security.UserKeyAuthenticationToken
All Implemented Interfaces:
java.io.Serializable, java.security.Principal, org.acegisecurity.Authentication

public class UserKeyAuthenticationToken
extends org.acegisecurity.providers.UsernamePasswordAuthenticationToken

See Also:
Serialized Form

Constructor Summary
UserKeyAuthenticationToken(java.lang.Object principal, java.lang.Object credentials)
           
UserKeyAuthenticationToken(java.lang.Object principal, java.lang.Object credentials, org.acegisecurity.GrantedAuthority[] authorities)
           
 
Method Summary
 
Methods inherited from class org.acegisecurity.providers.UsernamePasswordAuthenticationToken
getCredentials, getPrincipal, setAuthenticated
 
Methods inherited from class org.acegisecurity.providers.AbstractAuthenticationToken
equals, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setDetails, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserKeyAuthenticationToken

public UserKeyAuthenticationToken(java.lang.Object principal,
                                  java.lang.Object credentials)

UserKeyAuthenticationToken

public UserKeyAuthenticationToken(java.lang.Object principal,
                                  java.lang.Object credentials,
                                  org.acegisecurity.GrantedAuthority[] authorities)


Copyright © 2004-2008. All Rights Reserved.