Uses of Class
org.forgerock.openig.tools.am.AmVersion
Packages that use AmVersion
Package
Description
Access Management Server.
AM authentication service.
-
Uses of AmVersion in org.forgerock.openig.tools.am
Fields in org.forgerock.openig.tools.am declared as AmVersionModifier and TypeFieldDescriptionstatic final AmVersionAmService.DEFAULT_AM_VERSIONDefault PingAM version.Methods in org.forgerock.openig.tools.am that return AmVersionModifier and TypeMethodDescriptionstatic AmVersionReturns a normalized AM version from the given 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, Supplier<Context> contextSupplier) 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, String journey) Return an instance of anAuthenticationServicefor Agent authentication based on theAmVersion.