public class OrderedAuthenticatingRealms extends AbstractCollection<org.apache.shiro.realm.Realm>
| Constructor and Description |
|---|
OrderedAuthenticatingRealms(Map<String,org.apache.shiro.realm.AuthenticatingRealm> realms,
ClusterConfigService clusterConfigService,
com.google.common.eventbus.EventBus eventBus) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleOrderingUpdate(ClusterConfigChangedEvent event) |
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, waitequals, hashCode, parallelStream, removeIf, spliterator, stream@Inject public OrderedAuthenticatingRealms(Map<String,org.apache.shiro.realm.AuthenticatingRealm> realms, ClusterConfigService clusterConfigService, com.google.common.eventbus.EventBus eventBus)
public void handleOrderingUpdate(ClusterConfigChangedEvent event)
@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>Copyright © 2012–2017 Graylog, Inc.. All rights reserved.