org.nakedobjects.runtime.authorization.standard.ldap
Class LdapAuthorizor

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

public class LdapAuthorizor
extends AuthorizorAbstract


Constructor Summary
LdapAuthorizor(NakedObjectConfiguration configuration)
           
 
Method Summary
 void init()
           
 boolean isUsableInRole(java.lang.String role, Identifier member)
          Checked for each of the user's roles.
 boolean isVisibleInRole(java.lang.String role, Identifier member)
          Checked for each of the user's roles.
 void shutdown()
           
 
Methods inherited from class org.nakedobjects.runtime.authorization.standard.AuthorizorAbstract
getConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapAuthorizor

public LdapAuthorizor(NakedObjectConfiguration configuration)
Method Detail

init

public void init()

shutdown

public void shutdown()

isUsableInRole

public boolean isUsableInRole(java.lang.String role,
                              Identifier member)
Description copied from interface: Authorizor
Checked for each of the user's roles.


isVisibleInRole

public boolean isVisibleInRole(java.lang.String role,
                               Identifier member)
Description copied from interface: Authorizor
Checked for each of the user's roles.



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