public interface AuthenticationResult
extends java.io.Serializable
AuthenticationResult is an abstraction representing final authentication outcome for any number of processed
authentication transactions.
An authentication result carries the primary composite authentication event, collected from all authentication transactions. The principal and attributes associated with this authentication are also collected out of all authentication transactions.
| Modifier and Type | Method and Description |
|---|---|
Authentication |
getAuthentication()
Obtains the finalized primary authentication for this result.
|
Service |
getService()
Gets the service for which this authentication result is relevant.
|
boolean |
isCredentialProvided()
Indicates whether the authentication event
was established as part of user providing credentials.
|
Authentication getAuthentication()
Service getService()
boolean isCredentialProvided()