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

Packages that use AuthorizationManager
org.nakedobjects.runtime.authorization Authorization API.. 
org.nakedobjects.runtime.authorization.standard   
org.nakedobjects.runtime.context   
org.nakedobjects.runtime.session   
org.nakedobjects.runtime.system.installers   
 

Uses of AuthorizationManager in org.nakedobjects.runtime.authorization
 

Classes in org.nakedobjects.runtime.authorization that implement AuthorizationManager
 class AuthorizationManagerAbstract
           
 

Methods in org.nakedobjects.runtime.authorization that return AuthorizationManager
 AuthorizationManager AuthorizationManagerInstaller.createAuthorizationManager()
           
 

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

Classes in org.nakedobjects.runtime.authorization.standard that implement AuthorizationManager
 class AuthorizationManagerStandard
           
 

Methods in org.nakedobjects.runtime.authorization.standard that return AuthorizationManager
 AuthorizationManager AuthorizationManagerStandardInstallerAbstract.createAuthorizationManager()
           
 

Constructors in org.nakedobjects.runtime.authorization.standard with parameters of type AuthorizationManager
AuthorizationFacetAbstract(FacetHolder holder, AuthorizationManager authorizationManager)
           
AuthorizationFacetImpl(FacetHolder holder, AuthorizationManager authorizationManager)
           
 

Uses of AuthorizationManager in org.nakedobjects.runtime.context
 

Methods in org.nakedobjects.runtime.context that return AuthorizationManager
static AuthorizationManager NakedObjectsContext.getAuthorizationManager()
          Convenience method.
 

Uses of AuthorizationManager in org.nakedobjects.runtime.session
 

Methods in org.nakedobjects.runtime.session that return AuthorizationManager
 AuthorizationManager NakedObjectSessionFactoryAbstract.getAuthorizationManager()
           
 AuthorizationManager NakedObjectSessionFactory.getAuthorizationManager()
          The AuthorizationManager that will be used to authorize access to domain objects.
 

Constructors in org.nakedobjects.runtime.session with parameters of type AuthorizationManager
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 AuthorizationManager in org.nakedobjects.runtime.system.installers
 

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



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