org.nakedobjects.runtime.authentication.standard.noop
Class AuthenticatorNoop

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

public class AuthenticatorNoop
extends AuthenticatorAbstract
implements Noop


Constructor Summary
AuthenticatorNoop(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

AuthenticatorNoop

public AuthenticatorNoop(NakedObjectConfiguration configuration)
Method Detail

canAuthenticate

public boolean canAuthenticate(AuthenticationRequest request)
Specified by:
canAuthenticate in interface Authenticator

isValid

public boolean isValid(AuthenticationRequest request)
Specified by:
isValid in interface Authenticator


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