org.apache.isis.security.dflt.authentication
Class AuthenticatorNoop
java.lang.Object
org.apache.isis.core.runtime.authentication.standard.AuthenticatorAbstract
org.apache.isis.security.dflt.authentication.AuthenticatorNoop
- All Implemented Interfaces:
- org.apache.isis.core.commons.components.ApplicationScopedComponent, org.apache.isis.core.commons.components.Component, org.apache.isis.core.commons.components.Noop, org.apache.isis.core.runtime.authentication.standard.Authenticator
public class AuthenticatorNoop
- extends org.apache.isis.core.runtime.authentication.standard.AuthenticatorAbstract
- implements org.apache.isis.core.commons.components.Noop
|
Constructor Summary |
AuthenticatorNoop(org.apache.isis.core.commons.config.IsisConfiguration configuration)
|
|
Method Summary |
boolean |
canAuthenticate(Class<? extends org.apache.isis.core.runtime.authentication.AuthenticationRequest> authenticationRequestClass)
|
boolean |
isValid(org.apache.isis.core.runtime.authentication.AuthenticationRequest request)
|
| Methods inherited from class org.apache.isis.core.runtime.authentication.standard.AuthenticatorAbstract |
authenticate, getConfiguration, init, shutdown |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticatorNoop
public AuthenticatorNoop(org.apache.isis.core.commons.config.IsisConfiguration configuration)
isValid
public boolean isValid(org.apache.isis.core.runtime.authentication.AuthenticationRequest request)
- Specified by:
isValid in interface org.apache.isis.core.runtime.authentication.standard.Authenticator
canAuthenticate
public boolean canAuthenticate(Class<? extends org.apache.isis.core.runtime.authentication.AuthenticationRequest> authenticationRequestClass)
- Specified by:
canAuthenticate in interface org.apache.isis.core.runtime.authentication.standard.Authenticator
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.