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, AmService.AgentAuthentication agentAuthentication, Handler amHandler, Supplier<Context> contextSupplier) 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 Realm -
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.StringTypeDefinition<Realm>TypeDefinitions.REALM_TYPERepresents the "PRODUCT_VERSION" type, which is a String with a specificSyntax.