public abstract class AbstractAuthentication extends Object implements Authentication
| Constructor and Description |
|---|
AbstractAuthentication(Principal principal,
Map<String,Object> attributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,Object> |
getAttributes()
Attributes of the authentication (not the Principal).
|
Principal |
getPrincipal()
Method to obtain the Principal.
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAuthenticatedDatepublic final Map<String,Object> getAttributes()
AuthenticationgetAttributes in interface Authenticationpublic final Principal getPrincipal()
AuthenticationgetPrincipal in interface AuthenticationCopyright © 2004-2012 Jasig. All Rights Reserved.