org.nakedobjects.runtime.authentication.standard.file
Class FileAuthenticator

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

public class FileAuthenticator
extends PasswordRequestAuthenticatorAbstract


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

FileAuthenticator

public FileAuthenticator(NakedObjectConfiguration configuration)
Method Detail

isValid

public final boolean isValid(AuthenticationRequest request)


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