org.tynamo.security.internal
Class ModularRealmAuthenticator

java.lang.Object
  extended by org.apache.shiro.authc.AbstractAuthenticator
      extended by org.apache.shiro.authc.pam.ModularRealmAuthenticator
          extended by org.tynamo.security.internal.ModularRealmAuthenticator
All Implemented Interfaces:
org.apache.shiro.authc.Authenticator, org.apache.shiro.authc.LogoutAware, AuthenticationListenerRegistrar

public class ModularRealmAuthenticator
extends org.apache.shiro.authc.pam.ModularRealmAuthenticator
implements Authenticator


Constructor Summary
ModularRealmAuthenticator()
           
 
Method Summary
 void addAuthenticationListener(org.apache.shiro.authc.AuthenticationListener authenticationListener)
           
 void removeAuthenticationListener(org.apache.shiro.authc.AuthenticationListener authenticationListener)
           
 
Methods inherited from class org.apache.shiro.authc.pam.ModularRealmAuthenticator
assertRealmsConfigured, doAuthenticate, doMultiRealmAuthentication, doSingleRealmAuthentication, getAuthenticationStrategy, getRealms, onLogout, setAuthenticationStrategy, setRealms
 
Methods inherited from class org.apache.shiro.authc.AbstractAuthenticator
authenticate, getAuthenticationListeners, notifyFailure, notifyLogout, notifySuccess, setAuthenticationListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.tynamo.security.Authenticator
setRealms
 
Methods inherited from interface org.apache.shiro.authc.Authenticator
authenticate
 

Constructor Detail

ModularRealmAuthenticator

public ModularRealmAuthenticator()
Method Detail

addAuthenticationListener

public void addAuthenticationListener(org.apache.shiro.authc.AuthenticationListener authenticationListener)
Specified by:
addAuthenticationListener in interface AuthenticationListenerRegistrar

removeAuthenticationListener

public void removeAuthenticationListener(org.apache.shiro.authc.AuthenticationListener authenticationListener)
Specified by:
removeAuthenticationListener in interface AuthenticationListenerRegistrar


Copyright © 2004-2013. All Rights Reserved.