org.trails.security
Class UserKeyAuthenticationToken
java.lang.Object
org.acegisecurity.providers.AbstractAuthenticationToken
org.acegisecurity.providers.UsernamePasswordAuthenticationToken
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
| 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 |
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.