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 AmVersion
AmService.DEFAULT_AM_VERSION
Default PingAM version.Methods in org.forgerock.openig.tools.am that return AmVersionModifier and TypeMethodDescriptionstatic AmVersion
Returns 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 AuthenticationService
AuthenticatorAuthenticationService.createAgentAuthenticationService
(Handler amHandler, URI authenticateUri, AmVersion version) Return an instance of anAuthenticationService
for Agent authentication based on theAmVersion
.