public interface UESAuthenticationToken
 An AuthenticationToken object is not considered authenticated
 until it is processed by an UESAuthenticationService.
 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
getCredentials()
The credentials that prove the principal is correct. 
 | 
java.util.Map<java.lang.String,java.lang.Object> | 
getDetails()
Stores additional details about the authentication request. 
 | 
Principal | 
getPrincipal()
The identity of the principal being authenticated. 
 | 
java.lang.String | 
getSecurityRealm()
The security realm which should be used for authentication. 
 | 
UESAuthenticationService. Callers are
 expected to populate the credentials.Principalnull if not usedPrincipal being authenticated