org.apache.isis.security.dflt.authorization
Class AuthorizorNoop
java.lang.Object
org.apache.isis.security.dflt.authorization.AuthorizorNoop
- All Implemented Interfaces:
- org.apache.isis.core.commons.components.ApplicationScopedComponent, org.apache.isis.core.commons.components.Component, org.apache.isis.core.runtime.authorization.standard.Authorizor
public class AuthorizorNoop
- extends Object
- implements org.apache.isis.core.runtime.authorization.standard.Authorizor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthorizorNoop
public AuthorizorNoop()
init
public void init()
- Specified by:
init in interface org.apache.isis.core.commons.components.ApplicationScopedComponent
shutdown
public void shutdown()
- Specified by:
shutdown in interface org.apache.isis.core.commons.components.ApplicationScopedComponent
isUsableInRole
public boolean isUsableInRole(String role,
org.apache.isis.applib.Identifier identifier)
- Specified by:
isUsableInRole in interface org.apache.isis.core.runtime.authorization.standard.Authorizor
isVisibleInRole
public boolean isVisibleInRole(String user,
org.apache.isis.applib.Identifier identifier)
- Specified by:
isVisibleInRole in interface org.apache.isis.core.runtime.authorization.standard.Authorizor
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.