Uses of Class
com.sun.enterprise.deployment.SecurityRoleDescriptor
-
Packages that use SecurityRoleDescriptor Package Description com.sun.enterprise.deployment com.sun.enterprise.deployment.node org.glassfish.web.deployment.descriptor -
-
Uses of SecurityRoleDescriptor in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return types with arguments of type SecurityRoleDescriptor Modifier and Type Method Description abstract Enumeration<SecurityRoleDescriptor>WebBundleDescriptor. getSecurityRoles()Methods in com.sun.enterprise.deployment with parameters of type SecurityRoleDescriptor Modifier and Type Method Description voidApplication. addAppRole(SecurityRoleDescriptor descriptor)Adds a newRoleto the application based on the descriptorvoidBundleDescriptor. addRole(SecurityRoleDescriptor descriptor)Adds a Role object based on the supplied SecurityRoleDescriptor.abstract voidWebBundleDescriptor. addSecurityRole(SecurityRoleDescriptor securityRole) -
Uses of SecurityRoleDescriptor in com.sun.enterprise.deployment.node
Methods in com.sun.enterprise.deployment.node that return SecurityRoleDescriptor Modifier and Type Method Description SecurityRoleDescriptorSecurityRoleNode. getDescriptor()Methods in com.sun.enterprise.deployment.node with parameters of type SecurityRoleDescriptor Modifier and Type Method Description NodeSecurityRoleNode. writeDescriptor(Node parent, String nodeName, SecurityRoleDescriptor descriptor) -
Uses of SecurityRoleDescriptor in org.glassfish.web.deployment.descriptor
Methods in org.glassfish.web.deployment.descriptor that return types with arguments of type SecurityRoleDescriptor Modifier and Type Method Description Enumeration<SecurityRoleDescriptor>WebBundleDescriptorImpl. getSecurityRoles()Returns an Enumeration of my SecurityRole objects.Methods in org.glassfish.web.deployment.descriptor with parameters of type SecurityRoleDescriptor Modifier and Type Method Description voidWebBundleDescriptorImpl. addSecurityRole(SecurityRoleDescriptor securityRole)Add a new abstract role to me.
-