static Optional<Realm> |
Realms.getAsOptional(String realm) |
Uses the realm String to lookup the Realm.
|
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.
|
Optional<Realm> |
RealmLookup.lookupAsOptional(String realm) |
Looks up the provided realm, in either its path or DN format.
|
static Realm |
Realms.of(String realm) |
Uses the realm String 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.
|