Uses of Interface
com.sun.enterprise.deployment.web.SecurityRoleReference
-
Packages that use SecurityRoleReference Package Description com.sun.enterprise.deployment org.glassfish.web.deployment.descriptor -
-
Uses of SecurityRoleReference in com.sun.enterprise.deployment
Classes in com.sun.enterprise.deployment that implement SecurityRoleReference Modifier and Type Class Description classRoleReferenceSpecial kind of environment property that encapsulates the primitive roles as defined by the bean developer.Methods in com.sun.enterprise.deployment that return SecurityRoleReference Modifier and Type Method Description abstract SecurityRoleReferenceWebBundleDescriptor. getSecurityRoleReferenceByName(String compName, String roleName)abstract SecurityRoleReferenceWebComponentDescriptor. getSecurityRoleReferenceByName(String roleReferenceName)Methods in com.sun.enterprise.deployment that return types with arguments of type SecurityRoleReference Modifier and Type Method Description abstract Enumeration<SecurityRoleReference>WebComponentDescriptor. getSecurityRoleReferences()abstract Set<SecurityRoleReference>WebComponentDescriptor. getSecurityRoleReferenceSet()Methods in com.sun.enterprise.deployment with parameters of type SecurityRoleReference Modifier and Type Method Description abstract voidWebComponentDescriptor. addSecurityRoleReference(SecurityRoleReference securityRoleReference)abstract voidWebComponentDescriptor. removeSecurityRoleReference(SecurityRoleReference securityRoleReference) -
Uses of SecurityRoleReference in org.glassfish.web.deployment.descriptor
Methods in org.glassfish.web.deployment.descriptor that return SecurityRoleReference Modifier and Type Method Description SecurityRoleReferenceWebBundleDescriptorImpl. getSecurityRoleReferenceByName(String compName, String roleName)Return all the references by a given component (by name) to the given rolename.SecurityRoleReferenceWebComponentDescriptorImpl. getSecurityRoleReferenceByName(String roleReferenceName)Methods in org.glassfish.web.deployment.descriptor that return types with arguments of type SecurityRoleReference Modifier and Type Method Description Enumeration<SecurityRoleReference>WebComponentDescriptorImpl. getSecurityRoleReferences()Set<SecurityRoleReference>WebComponentDescriptorImpl. getSecurityRoleReferenceSet()Methods in org.glassfish.web.deployment.descriptor with parameters of type SecurityRoleReference Modifier and Type Method Description voidWebComponentDescriptorImpl. addSecurityRoleReference(SecurityRoleReference securityRoleReference)Adds a security role reference to this web component.voidWebComponentDescriptorImpl. removeSecurityRoleReference(SecurityRoleReference securityRoleReference)Removes the given security role reference from this web component.
-