Uses of Interface
org.nakedobjects.runtime.authentication.AuthenticationManagerInstaller

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

Uses of AuthenticationManagerInstaller in org.nakedobjects.runtime.authentication.standard
 

Classes in org.nakedobjects.runtime.authentication.standard that implement AuthenticationManagerInstaller
 class AuthenticationManagerStandardInstallerAbstract
           
 

Uses of AuthenticationManagerInstaller in org.nakedobjects.runtime.authentication.standard.file
 

Classes in org.nakedobjects.runtime.authentication.standard.file that implement AuthenticationManagerInstaller
 class FileAuthenticationManagerInstaller
           
 

Uses of AuthenticationManagerInstaller in org.nakedobjects.runtime.authentication.standard.ldap
 

Classes in org.nakedobjects.runtime.authentication.standard.ldap that implement AuthenticationManagerInstaller
 class LdapAuthenticationManagerInstaller
           
 

Uses of AuthenticationManagerInstaller in org.nakedobjects.runtime.authentication.standard.noop
 

Classes in org.nakedobjects.runtime.authentication.standard.noop that implement AuthenticationManagerInstaller
 class NoopAuthenticationManagerInstaller
           
 

Uses of AuthenticationManagerInstaller in org.nakedobjects.runtime.installers
 

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

Uses of AuthenticationManagerInstaller in org.nakedobjects.runtime.remoting
 

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

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

Methods in org.nakedobjects.runtime.system.installers with parameters of type AuthenticationManagerInstaller
 void NakedObjectsSystemUsingInstallers.setAuthenticationInstaller(AuthenticationManagerInstaller authenticationManagerInstaller)
          Set the type of connection to used to access the server.
 



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