Uses of Class
org.apache.geronimo.security.jacc.ComponentPermissions

Packages that use ComponentPermissions
org.apache.geronimo.openejb.deployment   
org.apache.geronimo.security.jacc   
org.apache.geronimo.web25.deployment   
 

Uses of ComponentPermissions in org.apache.geronimo.openejb.deployment
 

Methods in org.apache.geronimo.openejb.deployment that return ComponentPermissions
 ComponentPermissions EjbDeploymentBuilder.buildComponentPermissions()
           
 

Methods in org.apache.geronimo.openejb.deployment with parameters of type ComponentPermissions
 void SecurityBuilder.addComponentPermissions(String defaultRole, PermissionCollection notAssigned, org.apache.openejb.jee.AssemblyDescriptor assemblyDescriptor, String ejbName, List<org.apache.openejb.jee.SecurityRoleRef> securityRoleRefs, ComponentPermissions componentPermissions)
          Fill the container moduleBuilder with the security information that it needs to create the proper interceptors.
 

Uses of ComponentPermissions in org.apache.geronimo.security.jacc
 

Constructor parameters in org.apache.geronimo.security.jacc with type arguments of type ComponentPermissions
ApplicationPolicyConfigurationManager(Map<String,ComponentPermissions> contextIdToPermissionsMap, SubjectInfo defaultSubjectInfo, Map<String,SubjectInfo> roleDesignates, ClassLoader cl, CredentialStore credentialStore, PrincipalRoleMapper principalRoleMapper)
           
 

Uses of ComponentPermissions in org.apache.geronimo.web25.deployment
 

Methods in org.apache.geronimo.web25.deployment that return ComponentPermissions
protected  ComponentPermissions AbstractWebModuleBuilder.buildSpecSecurityConfig(org.apache.geronimo.xbeans.javaee.WebAppType webApp, Set<String> securityRoles, Map<String,PermissionCollection> rolePermissions)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.