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 AmVersionAmService. DEFAULT_AM_VERSIONAM 6.0.0.Methods in org.forgerock.openig.tools.am that return AmVersion Modifier and Type Method Description static AmVersionAmVersion. 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 RealmNormalizerRealmNormalizer. 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 SessionServiceCrestSessionService.Builder. build(AmVersion amVersion)Returns aSessionServiceimplementation based on theAmVersion.
-