hunt.shiro.mgt.AuthenticatingSecurityManager

Undocumented in source.

Members

Classes

AuthenticatingSecurityManager
class AuthenticatingSecurityManager

Shiro support of a {@link SecurityManager} class hierarchy that delegates all authentication operations to a wrapped {@link Authenticator Authenticator} instance. That is, this class implements all the <tt>Authenticator</tt> methods in the {@link SecurityManager SecurityManager} interface, but in reality, those methods are merely passthrough calls to the underlying 'real' <tt>Authenticator</tt> instance.

Meta