Uses of Class
org.forgerock.openam.core.realms.RealmLookupException
-
Packages that use RealmLookupException Package Description org.forgerock.openam.core.realms Classes to model realms within AM. -
-
Uses of RealmLookupException in org.forgerock.openam.core.realms
Methods in org.forgerock.openam.core.realms that throw RealmLookupException Modifier and Type Method Description boolean
RealmLookup. isActive(Realm realm)
Determines if the provided realm is active or inactive.Realm
RealmLookup. lookup(String realm)
Looks up the provided realm, in either its path or DN format.static Realm
Realms. of(String realm)
Uses the realmString
to lookup the Realm.static Realm
Realms. of(Realm realm, String subRealm)
Uses the realm as the parent realm and the subRealm as sub-realm to lookup the Realm.
-