Uses of Class
org.forgerock.openig.tools.am.Realm
Package
Description
Access Management Server.
Contains everything commonly used to work with
TypeDefinition
.-
Uses of Realm in org.forgerock.openig.tools.am
Modifier and TypeFieldDescriptionstatic final Realm
Realm.ROOT_REALM
The root realm, known as "/".Modifier and TypeMethodDescriptionAmService.getRealm()
Returns the realm to use with this configuration.static Realm
Realm.parseRealm
(String name) Creates a new Realm by parsing the given name.Modifier and TypeMethodDescriptionstatic AmService.Discovery
AmService.discovery
(URI baseUri, Realm realm, String cookieName, Version versionHint, String agentId, SecretReference<GenericSecret> agentPassword, Handler amHandler) Create an AM Discovery object which will get information from AM upon building.AmService.uriService
(Realm realm) Provides anUriService
instance that creates URI for the given realm.ModifierConstructorDescriptionUriService
(RealmNormalizer normalizer, Realm realm, URI baseUri) Constructs a new URI service. -
Uses of Realm in org.forgerock.openig.types
Modifier and TypeFieldDescriptionstatic final org.forgerock.openig.model.type.Syntax<Realm>
TypeDefinitions.REALM_SYNTAX
The "REALM"'sSyntax
.static final org.forgerock.openig.model.type.StringTypeDefinition<Realm>
TypeDefinitions.REALM_TYPE
Represents the "PRODUCT_VERSION" type, which is a String with a specificSyntax
.