@Singleton public class StaticOrderedAuthenticatingRealms extends AbstractCollection<org.apache.shiro.realm.Realm> implements OrderedAuthenticatingRealms
| Constructor and Description |
|---|
StaticOrderedAuthenticatingRealms(Map<String,org.apache.shiro.realm.AuthenticatingRealm> realms) |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.apache.shiro.realm.Realm> |
getRootAccountRealm() |
Iterator<org.apache.shiro.realm.Realm> |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, parallelStream, remove, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArray@Nonnull public Iterator<org.apache.shiro.realm.Realm> iterator()
iterator in interface Iterable<org.apache.shiro.realm.Realm>iterator in interface Collection<org.apache.shiro.realm.Realm>iterator in class AbstractCollection<org.apache.shiro.realm.Realm>public int size()
size in interface Collection<org.apache.shiro.realm.Realm>size in class AbstractCollection<org.apache.shiro.realm.Realm>public Optional<org.apache.shiro.realm.Realm> getRootAccountRealm()
getRootAccountRealm in interface OrderedAuthenticatingRealmsCopyright © 2012–2021 Graylog, Inc.. All rights reserved.