Uses of Class
org.forgerock.openig.tools.authentication.AuthenticationException
Packages that use AuthenticationException
Package
Description
Common tools used in policy service.
Access Management Server.
AM authentication service.
Web socket notifications service implementation.
AM Links implementations.
-
Uses of AuthenticationException in org.forgerock.openig.tools
Method parameters in org.forgerock.openig.tools with type arguments of type AuthenticationExceptionModifier and TypeMethodDescriptionInvalidCallerTokenDetectionFilter.sessionInfoDetectionFilter(String headerName, AsyncRefreshableSupplier<SsoToken, AuthenticationException> tokenSupplier) Returns a new detection filter suitable for use with getSessionInfo requests.Constructor parameters in org.forgerock.openig.tools with type arguments of type AuthenticationExceptionModifierConstructorDescriptionHeadlessAuthenticationFilter(String headerName, AsyncRefreshableSupplier<SsoToken, AuthenticationException> tokenSupplier) Creates aHeadlessAuthenticationFilterwhich will provide an AM SSO Token in the given header name for downstream components. -
Uses of AuthenticationException in org.forgerock.openig.tools.am
Methods in org.forgerock.openig.tools.am that return types with arguments of type AuthenticationExceptionModifier and TypeMethodDescriptionAmService.getTokenProvider()Returns theAsyncRefreshableSupplierbeing used as aSsoTokenprovider for this server.Constructor parameters in org.forgerock.openig.tools.am with type arguments of type AuthenticationExceptionModifierConstructorDescriptionBuilder(Handler amHandler, Clock clock, String agentId, String cookieName, AmVersion version, UriService uriService, AsyncRefreshableSupplier<SsoToken, AuthenticationException> tokenProvider, org.forgerock.openig.tracing.TracingProvider tracingProvider) Create a Builder instance with every mandatory parameters. -
Uses of AuthenticationException in org.forgerock.openig.tools.authentication
Subclasses of AuthenticationException in org.forgerock.openig.tools.authenticationModifier and TypeClassDescriptionclassRepresents an unrecoverable authentication error or failure such as a missing authentication Tree or Service.Methods in org.forgerock.openig.tools.authentication that return types with arguments of type AuthenticationExceptionModifier and TypeMethodDescriptionAuthenticationService.authenticate(Context context, String username, SecretReference<GenericSecret> passwordRef) Authenticates a subject (identified with the givenusernameandpasswordRefcredentials), returning asynchronously an SSO token (if the authentication succeeded) or anAuthenticationExceptionon failures (I/O, invalid credentials, ...).AuthenticatorAuthenticationService.authenticate(Context context, String username, SecretReference<GenericSecret> passwordRef) -
Uses of AuthenticationException in org.forgerock.openig.tools.notifications.ws
Constructor parameters in org.forgerock.openig.tools.notifications.ws with type arguments of type AuthenticationExceptionModifierConstructorDescriptionNotificationServiceImpl(HttpWebSocketClient client, URI uri, String ssoTokenHeader, AsyncRefreshableSupplier<SsoToken, AuthenticationException> tokenProvider, Duration reconnectDelay, int initialConnectionAttempts, Duration heartbeatInterval, ScheduledExecutorService heartbeatExecutor, Duration renewalDelay, org.forgerock.openig.tracing.TracingProvider tracingProvider) Constructs aNotificationServiceimplementation. -
Uses of AuthenticationException in org.forgerock.openig.tools.notifications.ws.link
Method parameters in org.forgerock.openig.tools.notifications.ws.link with type arguments of type AuthenticationExceptionModifier and TypeMethodDescriptionstatic AmLink.AmLinkSupplierRetryableAmLink.asInfiniteRetrySupplier(Duration delay, AsyncRefreshableSupplier<SsoToken, AuthenticationException> tokenProvider, RetryableAmLink.AmLinkSupplierFromToken amLinkSupplierFromToken, ScheduledExecutorService executor, org.forgerock.openig.tracing.TracingProvider tracingProvider) Builds a supplier ofRetryableAmLinkwithout any retry limit.static AmLink.AmLinkSupplierRetryableAmLink.asSupplier(boolean stopOnSslFailure, int retryLimit, Duration delay, AsyncRefreshableSupplier<SsoToken, AuthenticationException> tokenProvider, RetryableAmLink.AmLinkSupplierFromToken amLinkSupplierFromToken, ScheduledExecutorService executor, org.forgerock.openig.tracing.TracingProvider tracingProvider) Builds a supplier ofRetryableAmLink.