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. -
-
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)
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 AmService.Builder
AmService.Builder. realm(Realm realm)
Set the realm and returns this builder.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(org.forgerock.openig.tools.am.RealmNormalizer normalizer, Realm realm, URI baseUri)
Constructs a new URI service.
-