Uses of Class
org.forgerock.openig.tools.am.AmVersion
Packages that use 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
Fields in org.forgerock.openig.tools.am declared as AmVersionMethods in org.forgerock.openig.tools.am that return AmVersionModifier and TypeMethodDescriptionstatic AmVersion
Returns a normalized AM version from the given version.Methods in org.forgerock.openig.tools.am with parameters of type AmVersionModifier and TypeMethodDescriptionstatic RealmNormalizer
Selects the normalizer to use given an AM version.Constructors in org.forgerock.openig.tools.am with parameters of type AmVersionModifierConstructorDescriptionBuilder
(Handler amHandler, Clock clock, String agentId, String cookieName, AmVersion version, UriService uriService, AsyncRefreshableSupplier<SsoToken, AuthenticationException> tokenProvider) Create a Builder instance with every mandatory parameters. -
Uses of AmVersion in org.forgerock.openig.tools.authentication
Methods in org.forgerock.openig.tools.authentication with parameters of type AmVersionModifier 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
Methods in org.forgerock.openig.tools.session with parameters of type AmVersionModifier and TypeMethodDescriptionReturns aSessionService
implementation based on theAmVersion
.