Class StaticOrderedAuthenticatingRealms

java.lang.Object
java.util.AbstractCollection<org.apache.shiro.realm.Realm>
org.graylog2.security.StaticOrderedAuthenticatingRealms
All Implemented Interfaces:
Iterable<org.apache.shiro.realm.Realm>, Collection<org.apache.shiro.realm.Realm>, OrderedAuthenticatingRealms

@Singleton public class StaticOrderedAuthenticatingRealms extends AbstractCollection<org.apache.shiro.realm.Realm> implements OrderedAuthenticatingRealms
Statically ordered collection of Shiro AuthenticatingRealms.
  • Constructor Details

    • StaticOrderedAuthenticatingRealms

      @Inject public StaticOrderedAuthenticatingRealms(Map<String,org.apache.shiro.realm.AuthenticatingRealm> realms)
  • Method Details