Uses of Interface
org.forgerock.openig.tools.notifications.ws.link.RetryableAmLink.AmLinkSupplierFromToken
-
Packages that use RetryableAmLink.AmLinkSupplierFromToken Package Description org.forgerock.openig.tools.notifications.ws.link AM Links implementations. -
-
Uses of RetryableAmLink.AmLinkSupplierFromToken in org.forgerock.openig.tools.notifications.ws.link
Methods in org.forgerock.openig.tools.notifications.ws.link with parameters of type RetryableAmLink.AmLinkSupplierFromToken Modifier and Type Method Description static AmLink.AmLinkSupplier
RetryableAmLink. asInfiniteRetrySupplier(Duration delay, AsyncRefreshableSupplier<SsoToken,AuthenticationException> tokenProvider, RetryableAmLink.AmLinkSupplierFromToken amLinkSupplierFromToken, ScheduledExecutorService executor)
Builds a supplier ofRetryableAmLink
without any retry limit.static AmLink.AmLinkSupplier
RetryableAmLink. asSupplier(boolean stopOnSslFailure, int retryLimit, Duration delay, AsyncRefreshableSupplier<SsoToken,AuthenticationException> tokenProvider, RetryableAmLink.AmLinkSupplierFromToken amLinkSupplierFromToken, ScheduledExecutorService executor)
Builds a supplier ofRetryableAmLink
.
-