Uses of Interface
org.nakedobjects.runtime.authentication.standard.Authenticator

Packages that use Authenticator
org.nakedobjects.runtime.authentication.standard   
org.nakedobjects.runtime.authentication.standard.exploration   
org.nakedobjects.runtime.authentication.standard.file   
org.nakedobjects.runtime.authentication.standard.fixture   
org.nakedobjects.runtime.authentication.standard.ldap   
org.nakedobjects.runtime.authentication.standard.noop   
org.nakedobjects.runtime.authentication.standard.singleuser   
 

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

Classes in org.nakedobjects.runtime.authentication.standard that implement Authenticator
 class AuthenticatorAbstract
           
 class PasswordRequestAuthenticatorAbstract
           
 

Methods in org.nakedobjects.runtime.authentication.standard that return Authenticator
protected abstract  Authenticator AuthenticationManagerStandardInstallerAbstract.createAuthenticator(NakedObjectConfiguration configuration)
          Hook method
 

Methods in org.nakedobjects.runtime.authentication.standard that return types with arguments of type Authenticator
 java.util.List<Authenticator> AuthenticationManagerStandard.getAuthenticators()
           
 

Methods in org.nakedobjects.runtime.authentication.standard with parameters of type Authenticator
 void AuthenticationManagerStandard.addAuthenticator(Authenticator authenticator)
          Adds an Authenticator.
 

Method parameters in org.nakedobjects.runtime.authentication.standard with type arguments of type Authenticator
 void AuthenticationManagerStandard.setAuthenticators(java.util.List<Authenticator> authenticators)
          Provide direct injection.
 

Uses of Authenticator in org.nakedobjects.runtime.authentication.standard.exploration
 

Classes in org.nakedobjects.runtime.authentication.standard.exploration that implement Authenticator
 class ExplorationAuthenticator
          Creates a session suitable for exploration mode.
 

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

Classes in org.nakedobjects.runtime.authentication.standard.file that implement Authenticator
 class FileAuthenticator
           
 

Methods in org.nakedobjects.runtime.authentication.standard.file that return Authenticator
protected  Authenticator FileAuthenticationManagerInstaller.createAuthenticator(NakedObjectConfiguration configuration)
           
 

Uses of Authenticator in org.nakedobjects.runtime.authentication.standard.fixture
 

Classes in org.nakedobjects.runtime.authentication.standard.fixture that implement Authenticator
 class LogonFixtureAuthenticator
           
 

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

Classes in org.nakedobjects.runtime.authentication.standard.ldap that implement Authenticator
 class LdapAuthenticator
           
 

Methods in org.nakedobjects.runtime.authentication.standard.ldap that return Authenticator
protected  Authenticator LdapAuthenticationManagerInstaller.createAuthenticator(NakedObjectConfiguration configuration)
           
 

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

Classes in org.nakedobjects.runtime.authentication.standard.noop that implement Authenticator
 class AuthenticatorNoop
           
 

Methods in org.nakedobjects.runtime.authentication.standard.noop that return Authenticator
protected  Authenticator NoopAuthenticationManagerInstaller.createAuthenticator(NakedObjectConfiguration configuration)
           
 

Uses of Authenticator in org.nakedobjects.runtime.authentication.standard.singleuser
 

Classes in org.nakedobjects.runtime.authentication.standard.singleuser that implement Authenticator
 class SingleUserAuthenticator
          Creates a session suitable for single-user mode.
 



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