|
|||||||||
| Home >> All >> org >> acegisecurity >> [ providers overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.acegisecurity.providers
Class AbstractAuthenticationToken

java.lang.Objectorg.acegisecurity.providers.AbstractAuthenticationToken
- All Implemented Interfaces:
- org.acegisecurity.Authentication, java.security.Principal, java.io.Serializable
- Direct Known Subclasses:
- TestingAuthenticationToken, UsernamePasswordAuthenticationToken
- public abstract class AbstractAuthenticationToken
- extends java.lang.Object
- implements org.acegisecurity.Authentication
- extends java.lang.Object
Provides a String representation of the Authentication token.
- Version:
- $Id: AbstractAuthenticationToken.java,v 1.10 2005/11/29 13:10:09 benalex Exp $
| Constructor Summary | |
AbstractAuthenticationToken()
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
This method tests another Principal object for equality
with this one. |
java.lang.Object |
getDetails()
Subclasses should override if they wish to provide additional details about the authentication event. |
java.lang.String |
getName()
This method returns a String that names this
Principal. |
java.lang.String |
toString()
This method returns a String representation of this
Principal. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.acegisecurity.Authentication |
getAuthorities, getCredentials, getPrincipal, isAuthenticated, setAuthenticated |
| Methods inherited from interface java.security.Principal |
hashCode |
| Constructor Detail |
AbstractAuthenticationToken
public AbstractAuthenticationToken()
| Method Detail |
getDetails
public java.lang.Object getDetails()
- Subclasses should override if they wish to provide additional details
about the authentication event.
- Specified by:
getDetailsin interfaceorg.acegisecurity.Authentication
getName
public java.lang.String getName()
- Description copied from interface:
java.security.Principal - This method returns a
Stringthat names thisPrincipal.- Specified by:
getNamein interfacejava.security.Principal
equals
public boolean equals(java.lang.Object obj)
- Description copied from interface:
java.security.Principal - This method tests another
Principalobject for equality with this one.- Specified by:
equalsin interfacejava.security.Principal
toString
public java.lang.String toString()
- Description copied from interface:
java.security.Principal - This method returns a
Stringrepresentation of thisPrincipal.- Specified by:
toStringin interfacejava.security.Principal
|
|||||||||
| Home >> All >> org >> acegisecurity >> [ providers overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.acegisecurity.providers.AbstractAuthenticationToken