Uses of Class
org.forgerock.openig.tools.am.Realm
Packages that use Realm
Package
Description
Access Management Server.
Contains everything commonly used to work with
TypeDefinition.-
Uses of Realm in org.forgerock.openig.tools.am
Fields in org.forgerock.openig.tools.am declared as RealmModifier and TypeFieldDescriptionstatic final RealmRealm.ROOT_REALMThe root realm, known as "/".Methods in org.forgerock.openig.tools.am that return RealmModifier and TypeMethodDescriptionAmService.getRealm()Returns the realm to use with this configuration.static RealmRealm.parseRealm(String name) Creates a new Realm by parsing the given name.Methods in org.forgerock.openig.tools.am with parameters of type RealmModifier and TypeMethodDescriptionstatic AmService.DiscoveryAmService.discovery(URI baseUri, Realm realm, String cookieName, Version versionHint, String agentId, SecretReference<GenericSecret> agentPassword, Handler amHandler, org.forgerock.openig.tracing.TracingProvider tracingProvider) Create an AM Discovery object which will get information from AM upon building.AmService.uriService(Realm realm) Provides anUriServiceinstance that creates URI for the given realm.Constructors in org.forgerock.openig.tools.am with parameters of type RealmModifierConstructorDescriptionUriService(RealmNormalizer normalizer, Realm realm, URI baseUri) Constructs a new URI service. -
Uses of Realm in org.forgerock.openig.types
Fields in org.forgerock.openig.types with type parameters of type RealmModifier and TypeFieldDescriptionstatic final org.forgerock.openig.model.type.Syntax<Realm>TypeDefinitions.REALM_SYNTAXThe "REALM"'sSyntax.static final org.forgerock.openig.model.type.StringTypeDefinition<Realm>TypeDefinitions.REALM_TYPERepresents the "PRODUCT_VERSION" type, which is a String with a specificSyntax.