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

Packages that use AuthenticationManager
org.nakedobjects.runtime.authentication Authentication API. 
org.nakedobjects.runtime.authentication.standard   
org.nakedobjects.runtime.context   
org.nakedobjects.runtime.session   
org.nakedobjects.runtime.system   
org.nakedobjects.runtime.system.installers   
org.nakedobjects.runtime.viewer Viewer API. 
 

Uses of AuthenticationManager in org.nakedobjects.runtime.authentication
 

Methods in org.nakedobjects.runtime.authentication that return AuthenticationManager
 AuthenticationManager AuthenticationManagerInstaller.createAuthenticationManager()
           
 

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

Classes in org.nakedobjects.runtime.authentication.standard that implement AuthenticationManager
 class AuthenticationManagerStandard
           
 

Methods in org.nakedobjects.runtime.authentication.standard that return AuthenticationManager
 AuthenticationManager AuthenticationManagerStandardInstallerAbstract.createAuthenticationManager()
           
 

Uses of AuthenticationManager in org.nakedobjects.runtime.context
 

Methods in org.nakedobjects.runtime.context that return AuthenticationManager
static AuthenticationManager NakedObjectsContext.getAuthenticationManager()
          Convenience method.
 

Uses of AuthenticationManager in org.nakedobjects.runtime.session
 

Methods in org.nakedobjects.runtime.session that return AuthenticationManager
 AuthenticationManager NakedObjectSessionFactoryAbstract.getAuthenticationManager()
           
 AuthenticationManager NakedObjectSessionFactory.getAuthenticationManager()
          The AuthenticationManager that will be used to authenticate and create AuthenticationSessions within the NakedObjectSession.
 

Constructors in org.nakedobjects.runtime.session with parameters of type AuthenticationManager
NakedObjectSessionFactoryAbstract(DeploymentType deploymentType, NakedObjectConfiguration configuration, SpecificationLoader specificationLoader, TemplateImageLoader templateImageLoader, AuthenticationManager authenticationManager, AuthorizationManager authorizationManager, UserProfileLoader userProfileLoader, PersistenceSessionFactory persistenceSessionFactory, java.util.List<java.lang.Object> serviceList)
           
NakedObjectSessionFactoryDefault(DeploymentType deploymentType, NakedObjectConfiguration configuration, TemplateImageLoader templateImageLoader, SpecificationLoader specificationLoader, AuthenticationManager authenticationManager, AuthorizationManager authorizationManager, UserProfileLoader userProfileLoader, PersistenceSessionFactory persistenceSessionFactory, java.util.List<java.lang.Object> servicesList)
           
 

Uses of AuthenticationManager in org.nakedobjects.runtime.system
 

Methods in org.nakedobjects.runtime.system that return AuthenticationManager
protected abstract  AuthenticationManager NakedObjectsSystemAbstract.obtainAuthenticationManager(DeploymentType deploymentType)
           
protected  AuthenticationManager NakedObjectsSystemSimple.obtainAuthenticationManager(DeploymentType deploymentType)
          The AuthenticationManager, if any.
 

Methods in org.nakedobjects.runtime.system with parameters of type AuthenticationManager
 void NakedObjectsSystemSimple.setAuthenticationManager(AuthenticationManager authenticationManager)
          Optionally specify the AuthenticationManager.
 

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

Methods in org.nakedobjects.runtime.system.installers that return AuthenticationManager
protected  AuthenticationManager NakedObjectsSystemUsingInstallers.obtainAuthenticationManager(DeploymentType deploymentType)
           
 

Uses of AuthenticationManager in org.nakedobjects.runtime.viewer
 

Methods in org.nakedobjects.runtime.viewer that return AuthenticationManager
static AuthenticationManager NakedObjectsViewerAbstract.getAuthenticationManager()
          Available after NakedObjectsSystem has been bootstrapped.
 



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