Uses of Class
org.forgerock.openig.tools.am.Realm
-
Packages that use Realm Package Description org.forgerock.openig.openam Integration classes specifically for ForgeRock Access Management.org.forgerock.openig.tools.am Access Management Server.org.forgerock.openig.types Contains everything commonly used to work withTypeDefinition
. -
-
Uses of Realm in org.forgerock.openig.openam
Constructors in org.forgerock.openig.openam with parameters of type Realm Constructor Description SingleSignOnFilter(AmService amService, Realm realm, Expression<Boolean> logoutExpression, String defaultLogoutLandingPage, Expression<String> loginEndpoint, String authnService, boolean enableRedirectionMarker, String redirectionMarkerName)
Creates a new SingleSignOnFilter. -
Uses of Realm in org.forgerock.openig.tools.am
Fields in org.forgerock.openig.tools.am declared as Realm Modifier and Type Field Description static Realm
Realm. ROOT_REALM
The root realm, known as "/".Methods in org.forgerock.openig.tools.am that return Realm Modifier and Type Method Description Realm
AmService. getRealm()
Returns the realm to use with this configuration.static Realm
Realm. parseRealm(String name)
Creates a new Realm by parsing the given name.Methods in org.forgerock.openig.tools.am with parameters of type Realm Modifier and Type Method Description static 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.UriService
AmService. uriService(Realm realm)
Provides anUriService
instance that creates URI for the given realm.Constructors in org.forgerock.openig.tools.am with parameters of type Realm Constructor Description UriService(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 Realm Modifier and Type Field Description static org.forgerock.openig.model.type.Syntax<Realm>
TypeDefinitions. REALM_SYNTAX
The "REALM"'sSyntax
.static org.forgerock.openig.model.type.StringTypeDefinition<Realm>
TypeDefinitions. REALM_TYPE
Represents the "PRODUCT_VERSION" type, which is a String with a specificSyntax
.
-