Uses of Class
org.forgerock.openig.tools.am.UriService
Packages that use UriService
-
Uses of UriService in org.forgerock.openig.tools.am
Methods in org.forgerock.openig.tools.am that return UriServiceModifier and TypeMethodDescriptionAmService.uriService
(Realm realm) Provides anUriService
instance that creates URI for the given realm.Constructors in org.forgerock.openig.tools.am with parameters of type UriServiceModifierConstructorDescriptionBuilder
(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.