Uses of Class
org.forgerock.openig.tools.am.AmVersion
Package
Description
Access Management Server.
AM authentication service.
This package contains classes to call AM to retrieve user's session info.
-
Uses of AmVersion in org.forgerock.openig.tools.am
Modifier and TypeMethodDescriptionstatic AmVersion
Returns a normalized AM version from the given version.Modifier and TypeMethodDescriptionstatic RealmNormalizer
Selects the normalizer to use given an AM version.ModifierConstructorDescriptionBuilder
(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 AmVersion in org.forgerock.openig.tools.authentication
Modifier and TypeMethodDescriptionstatic AuthenticationService
AuthenticatorAuthenticationService.createAgentAuthenticationService
(Handler amHandler, URI authenticateUri, AmVersion version) Return an instance of anAuthenticationService
for Agent authentication based on theAmVersion
. -
Uses of AmVersion in org.forgerock.openig.tools.session
Modifier and TypeMethodDescriptionReturns aSessionService
implementation based on theAmVersion
.