Interface OrderedAuthenticatingRealms

All Superinterfaces:
Collection<org.apache.shiro.realm.Realm>, Iterable<org.apache.shiro.realm.Realm>
All Known Implementing Classes:
StaticOrderedAuthenticatingRealms

public interface OrderedAuthenticatingRealms extends Collection<org.apache.shiro.realm.Realm>
The generic type is Realm, even though it really only contains AuthenticatingRealms. This is simply to avoid having to cast the generic collection when passing it to the SecurityManager.
  • Method Details

    • getRootAccountRealm

      Optional<org.apache.shiro.realm.Realm> getRootAccountRealm()