org.nakedobjects.runtime.authentication.standard
Class PasswordRequestAuthenticatorAbstract

java.lang.Object
  extended by org.nakedobjects.runtime.authentication.standard.AuthenticatorAbstract
      extended by org.nakedobjects.runtime.authentication.standard.PasswordRequestAuthenticatorAbstract
All Implemented Interfaces:
ApplicationScopedComponent, Component, Authenticator
Direct Known Subclasses:
FileAuthenticator

public abstract class PasswordRequestAuthenticatorAbstract
extends AuthenticatorAbstract


Constructor Summary
PasswordRequestAuthenticatorAbstract(NakedObjectConfiguration configuration)
           
 
Method Summary
 boolean canAuthenticate(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
 
Methods inherited from interface org.nakedobjects.runtime.authentication.standard.Authenticator
isValid
 

Constructor Detail

PasswordRequestAuthenticatorAbstract

public PasswordRequestAuthenticatorAbstract(NakedObjectConfiguration configuration)
Method Detail

canAuthenticate

public final boolean canAuthenticate(AuthenticationRequest request)


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