Uses of Interface
com.sun.enterprise.deployment.web.SecurityRole
-
Packages that use SecurityRole Package Description com.sun.enterprise.deployment com.sun.enterprise.deployment.web org.glassfish.web.deployment.descriptor -
-
Uses of SecurityRole in com.sun.enterprise.deployment
Classes in com.sun.enterprise.deployment that implement SecurityRole Modifier and Type Class Description classSecurityRoleDescriptorI am an abstract role..Methods in com.sun.enterprise.deployment that return SecurityRole Modifier and Type Method Description SecurityRoleRoleReference. getSecurityRoleLink()Return the rolename.Methods in com.sun.enterprise.deployment with parameters of type SecurityRole Modifier and Type Method Description abstract voidWebBundleDescriptor. addSecurityRole(SecurityRole securityRole)voidRoleReference. setSecurityRoleLink(SecurityRole securityRole)Sets the rolename. -
Uses of SecurityRole in com.sun.enterprise.deployment.web
Methods in com.sun.enterprise.deployment.web that return SecurityRole Modifier and Type Method Description SecurityRoleSecurityRoleReference. getSecurityRoleLink()The link to the global (application scoped) role, which is the role declared inweb.xmlor via theDeclareRolesannotation.Methods in com.sun.enterprise.deployment.web with parameters of type SecurityRole Modifier and Type Method Description voidAuthorizationConstraint. addSecurityRole(SecurityRole securityRole)Add a security role to the constraint.voidSecurityRoleReference. setSecurityRoleLink(SecurityRole securityRole) -
Uses of SecurityRole in org.glassfish.web.deployment.descriptor
Methods in org.glassfish.web.deployment.descriptor that return types with arguments of type SecurityRole Modifier and Type Method Description Enumeration<SecurityRole>AuthorizationConstraintImpl. getSecurityRoles()Return the security roles involved in this constraint.Methods in org.glassfish.web.deployment.descriptor with parameters of type SecurityRole Modifier and Type Method Description voidAuthorizationConstraintImpl. addSecurityRole(SecurityRole securityRole)Adds a role to the authorization constraint.voidWebBundleDescriptorImpl. addSecurityRole(SecurityRole securityRole)Add a new abstract role to me.voidAuthorizationConstraintImpl. removeSecurityRole(SecurityRole securityRole)Removes the given role from the autrhorization constraint.
-