Uses of Class
org.forgerock.openig.tools.am.AmVersion
-
Packages that use AmVersion Package Description org.forgerock.openig.tools.am Access Management Server.org.forgerock.openig.tools.session 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 AmVersion Modifier and Type Field Description static AmVersion
AmService. DEFAULT_AM_VERSION
AM 6.0.0.Methods in org.forgerock.openig.tools.am that return AmVersion Modifier and Type Method Description static AmVersion
AmVersion. am(Version version)
Returns a normalized AM version from the given version.Methods in org.forgerock.openig.tools.am with parameters of type AmVersion Modifier and Type Method Description static RealmNormalizer
RealmNormalizer. select(AmVersion version)
Selects the normalizer to use given an AM version.Constructors in org.forgerock.openig.tools.am with parameters of type AmVersion Constructor Description Builder(Handler amHandler, Clock clock, String agentId, String cookieName, AmVersion version, UriService uriService, AuthenticationService authenticationService, AsyncRefreshableSupplier<SsoToken,AuthenticationException> tokenProvider)
-
Uses of AmVersion in org.forgerock.openig.tools.session
Methods in org.forgerock.openig.tools.session with parameters of type AmVersion Modifier and Type Method Description SessionService
CrestSessionService.Builder. build(AmVersion amVersion)
Returns aSessionService
implementation based on theAmVersion
.
-