org.nakedobjects.runtime.authorization.standard
Class AuthorizorAbstract

java.lang.Object
  extended by org.nakedobjects.runtime.authorization.standard.AuthorizorAbstract
All Implemented Interfaces:
ApplicationScopedComponent, Component, Authorizor
Direct Known Subclasses:
FileAuthorizor, LdapAuthorizor

public abstract class AuthorizorAbstract
extends java.lang.Object
implements Authorizor


Constructor Summary
AuthorizorAbstract(NakedObjectConfiguration configuration)
           
 
Method Summary
 NakedObjectConfiguration getConfiguration()
           
 
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.authorization.standard.Authorizor
isUsableInRole, isVisibleInRole
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 

Constructor Detail

AuthorizorAbstract

public AuthorizorAbstract(NakedObjectConfiguration configuration)
Method Detail

getConfiguration

public NakedObjectConfiguration getConfiguration()


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