org.jasig.cas.authentication
Class MutableAuthentication
java.lang.Object
org.jasig.cas.authentication.AbstractAuthentication
org.jasig.cas.authentication.MutableAuthentication
- All Implemented Interfaces:
- Serializable, Authentication
public final class MutableAuthentication
- extends AbstractAuthentication
Mutable implementation of Authentication interface.
Instanciators of the MutableAuthentication class must take care that the map
they provide is serializable (i.e. HashMap).
- Since:
- 3.0.3
- Version:
- $Revision$ $Date$
- Author:
- Scott Battaglia
- See Also:
- Serialized Form
|
Method Summary |
Date |
getAuthenticatedDate()
Method to retrieve the timestamp of when this Authentication object was
created. |
MutableAuthentication
public MutableAuthentication(Principal principal)
MutableAuthentication
public MutableAuthentication(Principal principal,
Date date)
getAuthenticatedDate
public Date getAuthenticatedDate()
- Description copied from interface:
Authentication
- Method to retrieve the timestamp of when this Authentication object was
created.
- Returns:
- the date/time the authentication occurred.
Copyright © 2004-2013 Jasig. All Rights Reserved.