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 AmVersionReturns a normalized AM version from the given version.Methods in org.forgerock.openig.tools.am with parameters of type AmVersionModifier and TypeMethodDescriptionstatic RealmNormalizerSelects 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, org.forgerock.openig.tracing.TracingProvider tracingProvider) 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 AuthenticationServiceAuthenticatorAuthenticationService.createAgentAuthenticationService(Handler amHandler, URI authenticateUri, AmVersion version) Return an instance of anAuthenticationServicefor 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 aSessionServiceimplementation based on theAmVersion.