Uses of Class
org.openejb.alt.assembler.classic.AssemblerTool.RoleMapping

Packages that use AssemblerTool.RoleMapping
org.openejb.alt.assembler.classic The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler system architecture. 
 

Uses of AssemblerTool.RoleMapping in org.openejb.alt.assembler.classic
 

Methods in org.openejb.alt.assembler.classic with parameters of type AssemblerTool.RoleMapping
 void AssemblerTool.applyMethodPermissions(DeploymentInfo deployment, MethodPermissionInfo[] permissions, AssemblerTool.RoleMapping roleMapping)
          This method applies a set of method permissions and RoleMapping to a deploymentInfo object, so that the container can verify that a specific physical security role has access to a specific method.
 MethodPermissionInfo AssemblerTool.applyRoleMappings(MethodPermissionInfo methodPermission, AssemblerTool.RoleMapping roleMapping)
           
 void AssemblerTool.applySecurityRoleReference(DeploymentInfo deployment, EnterpriseBeanInfo beanInfo, AssemblerTool.RoleMapping roleMapping)
          Maps the security role references used by enterprise beans to their associated physical in the target environment.
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.