Uses of Interface
org.nakedobjects.runtime.authorization.AuthorizationManagerInstaller

Packages that use AuthorizationManagerInstaller
org.nakedobjects.runtime.authorization.standard   
org.nakedobjects.runtime.authorization.standard.file   
org.nakedobjects.runtime.authorization.standard.ldap   
org.nakedobjects.runtime.authorization.standard.noop   
org.nakedobjects.runtime.installers   
org.nakedobjects.runtime.remoting Remoting Command API. 
org.nakedobjects.runtime.system.installers   
 

Uses of AuthorizationManagerInstaller in org.nakedobjects.runtime.authorization.standard
 

Classes in org.nakedobjects.runtime.authorization.standard that implement AuthorizationManagerInstaller
 class AuthorizationManagerStandardInstallerAbstract
           
 

Uses of AuthorizationManagerInstaller in org.nakedobjects.runtime.authorization.standard.file
 

Classes in org.nakedobjects.runtime.authorization.standard.file that implement AuthorizationManagerInstaller
 class FileAuthorizationManagerInstaller
           
 

Uses of AuthorizationManagerInstaller in org.nakedobjects.runtime.authorization.standard.ldap
 

Classes in org.nakedobjects.runtime.authorization.standard.ldap that implement AuthorizationManagerInstaller
 class LdapAuthorizationManagerInstaller
           
 

Uses of AuthorizationManagerInstaller in org.nakedobjects.runtime.authorization.standard.noop
 

Classes in org.nakedobjects.runtime.authorization.standard.noop that implement AuthorizationManagerInstaller
 class NoopAuthorizationManagerInstaller
           
 

Uses of AuthorizationManagerInstaller in org.nakedobjects.runtime.installers
 

Methods in org.nakedobjects.runtime.installers that return AuthorizationManagerInstaller
 AuthorizationManagerInstaller InstallerLookupDefault.authorizationManagerInstaller(java.lang.String requested, boolean isProduction)
           
 AuthorizationManagerInstaller InstallerLookup.authorizationManagerInstaller(java.lang.String requested, boolean isProduction)
           
 

Uses of AuthorizationManagerInstaller in org.nakedobjects.runtime.remoting
 

Subinterfaces of AuthorizationManagerInstaller in org.nakedobjects.runtime.remoting
 interface ClientConnectionInstaller
           
 

Uses of AuthorizationManagerInstaller in org.nakedobjects.runtime.system.installers
 

Methods in org.nakedobjects.runtime.system.installers with parameters of type AuthorizationManagerInstaller
 void NakedObjectsSystemUsingInstallers.setAuthorizationInstaller(AuthorizationManagerInstaller authorizationManagerInstaller)
          Set the type of connection to used to access the server.
 



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