Package org.tynamo.security.internal
Class ModularRealmAuthenticator
java.lang.Object
org.apache.shiro.authc.AbstractAuthenticator
org.apache.shiro.authc.pam.ModularRealmAuthenticator
org.tynamo.security.internal.ModularRealmAuthenticator
- All Implemented Interfaces:
org.apache.shiro.authc.Authenticator,org.apache.shiro.authc.LogoutAware,AuthenticationListenerRegistrar,Authenticator
public class ModularRealmAuthenticator
extends org.apache.shiro.authc.pam.ModularRealmAuthenticator
implements Authenticator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAuthenticationListener(org.apache.shiro.authc.AuthenticationListener authenticationListener) voidremoveAuthenticationListener(org.apache.shiro.authc.AuthenticationListener authenticationListener) Methods inherited from class org.apache.shiro.authc.pam.ModularRealmAuthenticator
assertRealmsConfigured, doAuthenticate, doMultiRealmAuthentication, doSingleRealmAuthentication, getAuthenticationStrategy, getRealms, onLogout, setAuthenticationStrategy, setRealmsMethods inherited from class org.apache.shiro.authc.AbstractAuthenticator
authenticate, getAuthenticationListeners, notifyFailure, notifyLogout, notifySuccess, setAuthenticationListenersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shiro.authc.Authenticator
authenticateMethods inherited from interface org.tynamo.security.Authenticator
setRealms
-
Constructor Details
-
ModularRealmAuthenticator
public ModularRealmAuthenticator()
-
-
Method Details
-
addAuthenticationListener
public void addAuthenticationListener(org.apache.shiro.authc.AuthenticationListener authenticationListener) - Specified by:
addAuthenticationListenerin interfaceAuthenticationListenerRegistrar
-
removeAuthenticationListener
public void removeAuthenticationListener(org.apache.shiro.authc.AuthenticationListener authenticationListener) - Specified by:
removeAuthenticationListenerin interfaceAuthenticationListenerRegistrar
-