Uses of Class
org.forgerock.openig.tools.authentication.chf.AsyncRefreshableSupplier
-
Packages that use AsyncRefreshableSupplier Package Description org.forgerock.openig.tools Common tools used in policy service.org.forgerock.openig.tools.am Access Management Server.org.forgerock.openig.tools.notifications.ws Web socket notifications service implementation. -
-
Uses of AsyncRefreshableSupplier in org.forgerock.openig.tools
Methods in org.forgerock.openig.tools with parameters of type AsyncRefreshableSupplier Modifier and Type Method Description static InvalidCallerTokenDetectionFilter
InvalidCallerTokenDetectionFilter. sessionInfoDetectionFilter(String headerName, AsyncRefreshableSupplier<SsoToken,AuthenticationException> tokenSupplier)
Returns a new detection filter suitable for use with getSessionInfo requests.Constructors in org.forgerock.openig.tools with parameters of type AsyncRefreshableSupplier Constructor Description HeadlessAuthenticationFilter(String headerName, AsyncRefreshableSupplier<SsoToken,AuthenticationException> tokenSupplier)
Creates aHeadlessAuthenticationFilter
which will provide an AM SSO Token in the given header name for downstream components. -
Uses of AsyncRefreshableSupplier in org.forgerock.openig.tools.am
Methods in org.forgerock.openig.tools.am that return AsyncRefreshableSupplier Modifier and Type Method Description AsyncRefreshableSupplier<SsoToken,AuthenticationException>
AmService. getTokenProvider()
Returns theAsyncRefreshableSupplier
being used as aSsoToken
provider for this server.Constructors in org.forgerock.openig.tools.am with parameters of type AsyncRefreshableSupplier Constructor Description Builder(Handler amHandler, Clock clock, String agentId, String cookieName, AmVersion version, UriService uriService, AuthenticationService authenticationService, AsyncRefreshableSupplier<SsoToken,AuthenticationException> tokenProvider)
-
Uses of AsyncRefreshableSupplier in org.forgerock.openig.tools.notifications.ws
Methods in org.forgerock.openig.tools.notifications.ws that return AsyncRefreshableSupplier Modifier and Type Method Description AsyncRefreshableSupplier<SsoToken,AuthenticationException>
WebSocketAdapterConfiguration. getTokenProvider()
The SSO token value provider.Methods in org.forgerock.openig.tools.notifications.ws with parameters of type AsyncRefreshableSupplier Modifier and Type Method Description WebSocketAdapterConfiguration
WebSocketAdapterConfiguration. ssoHeader(String headerName, AsyncRefreshableSupplier<SsoToken,AuthenticationException> tokenProvider)
Provide values for a SSO token header.Constructors in org.forgerock.openig.tools.notifications.ws with parameters of type AsyncRefreshableSupplier Constructor Description NotificationServiceImpl(HttpWebSocketClient client, URI uri, IdGenerator idGenerator, String ssoTokenHeader, AsyncRefreshableSupplier<SsoToken,AuthenticationException> tokenProvider, Duration reconnectDelay, int initialConnectionAttempts, Duration heartbeatInterval, ScheduledExecutorService heartbeatExecutorService)
Constructs aNotificationService
implementation.
-