Uses of Class
com.sun.enterprise.deployment.runtime.common.SecurityRoleMapping
-
-
Uses of SecurityRoleMapping in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return types with arguments of type SecurityRoleMapping Modifier and Type Method Description List<SecurityRoleMapping>Application. getSecurityRoleMappings()Methods in com.sun.enterprise.deployment with parameters of type SecurityRoleMapping Modifier and Type Method Description voidApplication. addSecurityRoleMapping(SecurityRoleMapping roleMapping) -
Uses of SecurityRoleMapping in com.sun.enterprise.deployment.node.runtime.common
Methods in com.sun.enterprise.deployment.node.runtime.common that return SecurityRoleMapping Modifier and Type Method Description protected SecurityRoleMappingSecurityRoleMappingNode. createDescriptor()Methods in com.sun.enterprise.deployment.node.runtime.common with parameters of type SecurityRoleMapping Modifier and Type Method Description NodeSecurityRoleMappingNode. writeDescriptor(Node parent, String nodeName, SecurityRoleMapping descriptor)write the descriptor class to a DOM tree and return it -
Uses of SecurityRoleMapping in com.sun.enterprise.deployment.runtime.web
Methods in com.sun.enterprise.deployment.runtime.web that return SecurityRoleMapping Modifier and Type Method Description SecurityRoleMapping[]SunWebApp. getSecurityRoleMapping()SecurityRoleMappingSunWebApp. getSecurityRoleMapping(int index)Methods in com.sun.enterprise.deployment.runtime.web with parameters of type SecurityRoleMapping Modifier and Type Method Description intSunWebApp. addSecurityRoleMapping(SecurityRoleMapping value)intSunWebApp. removeSecurityRoleMapping(SecurityRoleMapping value)voidSunWebApp. setSecurityRoleMapping(int index, SecurityRoleMapping value)voidSunWebApp. setSecurityRoleMapping(SecurityRoleMapping[] value) -
Uses of SecurityRoleMapping in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type SecurityRoleMapping Modifier and Type Method Description List<SecurityRoleMapping>EjbBundleDescriptorImpl. getSecurityRoleMappings()Methods in org.glassfish.ejb.deployment.descriptor with parameters of type SecurityRoleMapping Modifier and Type Method Description voidEjbBundleDescriptorImpl. addSecurityRoleMapping(SecurityRoleMapping roleMapping) -
Uses of SecurityRoleMapping in org.glassfish.web.deployment.runtime
Methods in org.glassfish.web.deployment.runtime that return SecurityRoleMapping Modifier and Type Method Description SecurityRoleMapping[]SunWebAppImpl. getSecurityRoleMapping()SecurityRoleMappingSunWebAppImpl. getSecurityRoleMapping(int index)Methods in org.glassfish.web.deployment.runtime with parameters of type SecurityRoleMapping Modifier and Type Method Description intSunWebAppImpl. addSecurityRoleMapping(SecurityRoleMapping value)intSunWebAppImpl. removeSecurityRoleMapping(SecurityRoleMapping value)voidSunWebAppImpl. setSecurityRoleMapping(int index, SecurityRoleMapping value)voidSunWebAppImpl. setSecurityRoleMapping(SecurityRoleMapping[] value)
-