public final class MutableAuthentication extends AbstractAuthentication
Instanciators of the MutableAuthentication class must take care that the map they provide is serializable (i.e. HashMap).
| Constructor and Description |
|---|
MutableAuthentication(Principal principal) |
MutableAuthentication(Principal principal,
Date date) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getAuthenticatedDate()
Method to retrieve the timestamp of when this Authentication object was
created.
|
equals, getAttributes, getPrincipal, hashCode, toStringpublic MutableAuthentication(Principal principal)
public Date getAuthenticatedDate()
AuthenticationCopyright © 2004-2012 Jasig. All Rights Reserved.