NOT_STARTED, NOT_STOPPED, UNKNOWN_EXPIRATION| Modifier and Type | Method and Description |
|---|---|
boolean |
accessTokenRefreshBeforeExpirationInitiated()
Determine if the Access Token refresh profile was initiated during
the authentication process.
|
boolean |
accessTokenRefreshInitiated()
Determine if the Access Token refresh profile was initiated during
the authentication process.
|
java.util.Collection<java.lang.Exception> |
getAccessTokenRefreshExceptions()
Get the exception(s) throw during the Access Token Refresh profile execution.
|
java.util.Collection<java.lang.Exception> |
getIdentityProviderConfigurationRefreshExceptions()
Get the exception(s) throw during the Identity Provider Configuration Discovery profile
execution.
|
java.util.Collection<java.lang.Exception> |
getRefreshTokenRefreshExceptions()
Get the exception(s) throw during the Refresh Token Refresh profile execution.
|
boolean |
identityProviderConfigurationRefreshInitiated()
Determine if the Identity Provider Configuration discovery profile was
initiated during the authentication process.
|
boolean |
refreshTokenRefreshInitiated()
Determine if the Refresh Token refresh profile was initiated during the authentication process.
|
existsAnyExceptions, getAccessToken, getAccessTokenExpirationTime, getAssociatedProcessUniqueId, getAuthenticatorExceptions, getCreationTime, getDuration, getDurationSinceCreation, getDurationSinceStarted, getDurationSinceStopped, getIdentityProvider, getRefreshToken, getStartTime, getStopTime, isAuthenticated, isStarted, isStoppedboolean identityProviderConfigurationRefreshInitiated()
This information is probably not essential to the operation of any client implementation, but may be used for monitoring or statistics gathering.
true iff the Identity Provider Configuration discovery
profile was initiated during the authentication process.java.util.Collection<java.lang.Exception> getIdentityProviderConfigurationRefreshExceptions()
Collection of Exception instances were thrown during the
Identity Provider Configuration Discovery profile execution. The existence of an exception
indicates that the profile did not run to successful completion. May be null if no
exception exists.boolean accessTokenRefreshInitiated()
This information is probably not essential to the operation of any client implementation, but may be used for monitoring or statistics gathering.
true iff the Access Token refresh profile was initiated
during the authentication process.boolean accessTokenRefreshBeforeExpirationInitiated()
This information is probably not essential to the operation of any client implementation, but may be used for monitoring or statistics gathering.
true iff the Access Token refresh profile was initiated
during the authentication process.java.util.Collection<java.lang.Exception> getAccessTokenRefreshExceptions()
Collection of Exception instances were thrown during the
Access Token Refresh profile execution. The existence of an exception indicates that
the profile did not run to successful completion. May be null if no exception
exists.boolean refreshTokenRefreshInitiated()
This information is probably not essential to the operation of any client implementation, but may be used for monitoring or statistics gathering.
true iff the Refresh Token refresh profile was initiated during the
authentication process.java.util.Collection<java.lang.Exception> getRefreshTokenRefreshExceptions()
Collection of Exception instances were thrown during the
Refresh Token Refresh profile execution. The existence of an exception indicates that
the profile did not run to successful completion. May be null if no exception
exists.