public interface RealmHandler
| Modifier and Type | Method and Description |
|---|---|
StrolchRealm |
getRealm(String realm)
Returns the
StrolchRealm with the given name. |
Set<String> |
getRealmNames()
Returns the names of the configured
StrolchRealms |
Set<String> getRealmNames()
StrolchRealmsStrolchRealmsStrolchRealm getRealm(String realm)
StrolchRealm with the given name. To get the default realm, use the constante
StrolchConstants.DEFAULT_REALM.realm - the name of the StrolchRealm to returnStrolchRealm with the given nameStrolchException - if the StrolchRealm does not exist with the given nameCopyright © 2011–2016 Strolch. All rights reserved.