Uses of Class
org.forgerock.openam.core.realms.Realm
-
Packages that use Realm Package Description org.forgerock.openam.core.realms org.forgerock.openam.oauth2 org.forgerock.openam.rest This package contains classes for all the REST framework classes responsible for determining the location of request REST endpoints.org.forgerock.openam.services.baseurl org.forgerock.openam.uma -
-
Uses of Realm in org.forgerock.openam.core.realms
Methods in org.forgerock.openam.core.realms that return Realm Modifier and Type Method Description RealmRealmLookup. lookup(String realm)Looks up the provided realm, in either its path or DN format.static RealmRealm. of(String realm)Uses the realmStringto lookup the Realm.static RealmRealm. of(Realm realm, String subRealm)Uses the realm as the parent realm and the subRealm as sub-realm to lookup the Realm.static RealmRealm. root()Gets the root realm.Methods in org.forgerock.openam.core.realms with parameters of type Realm Modifier and Type Method Description booleanRealmLookup. isActive(Realm realm)Determines if the provided realm is active or inactive.static RealmRealm. of(Realm realm, String subRealm)Uses the realm as the parent realm and the subRealm as sub-realm to lookup the Realm. -
Uses of Realm in org.forgerock.openam.oauth2
Methods in org.forgerock.openam.oauth2 with parameters of type Realm Modifier and Type Method Description OAuth2UrisOAuth2UrisFactory. get(OAuth2Request oAuth2Request, Realm realm)OAuth2UrisOAuth2UrisFactory. get(org.forgerock.services.context.Context context, Realm realm)Gets a OAuth2Uris instance. -
Uses of Realm in org.forgerock.openam.rest
Methods in org.forgerock.openam.rest that return Realm Modifier and Type Method Description RealmRealmContext. getRealm()Gets the realm.static RealmRealmContext. getRealm(org.forgerock.services.context.Context context)Gets the realm for the given context.Constructors in org.forgerock.openam.rest with parameters of type Realm Constructor Description RealmContext(org.forgerock.services.context.Context parent, Realm realm)Constructs a new RealmContext for a realm determined from the request URI. -
Uses of Realm in org.forgerock.openam.services.baseurl
Methods in org.forgerock.openam.services.baseurl with parameters of type Realm Modifier and Type Method Description StringBaseURLProvider. getRealmURL(jakarta.servlet.http.HttpServletRequest request, String basePath, Realm realm)Gets the base URL to use in the response to the request.StringBaseURLProvider. getRealmURL(org.forgerock.json.resource.http.HttpContext context, String basePath, Realm realm)Gets the base URL to use in the http context. -
Uses of Realm in org.forgerock.openam.uma
Methods in org.forgerock.openam.uma with parameters of type Realm Modifier and Type Method Description UmaUrisUmaUrisFactory. get(OAuth2Request oAuth2Request, Realm realm)Gets the instance of the UmaUris.UmaUrisUmaUrisFactory. get(org.forgerock.services.context.Context context, Realm realm)Gets the instance of the UmaProviderSettings.
-