org.nakedobjects.runtime.authentication.standard.ldap
Class LdapAuthenticator

java.lang.Object
  extended by org.nakedobjects.runtime.authentication.standard.AuthenticatorAbstract
      extended by org.nakedobjects.runtime.authentication.standard.ldap.LdapAuthenticator
All Implemented Interfaces:
ApplicationScopedComponent, Component, Authenticator

public class LdapAuthenticator
extends AuthenticatorAbstract


Constructor Summary
LdapAuthenticator(NakedObjectConfiguration configuration)
           
 
Method Summary
 boolean canAuthenticate(AuthenticationRequest request)
           
 boolean isValid(AuthenticationRequest request)
           
 
Methods inherited from class org.nakedobjects.runtime.authentication.standard.AuthenticatorAbstract
authenticate, getConfiguration, getDeploymentType, init, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapAuthenticator

public LdapAuthenticator(NakedObjectConfiguration configuration)
Method Detail

canAuthenticate

public boolean canAuthenticate(AuthenticationRequest request)

isValid

public boolean isValid(AuthenticationRequest request)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.