| Package | Description |
|---|---|
| com.sun.enterprise.deployment | |
| com.sun.enterprise.deployment.web | |
| org.glassfish.web.deployment.descriptor |
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityRoleDescriptor
I am an abstract role..
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRole |
RoleReference.getSecurityRoleLink()
Return the rolename.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
WebBundleDescriptor.addSecurityRole(SecurityRole securityRole) |
void |
RoleReference.setSecurityRoleLink(SecurityRole securityRole)
Sets the rolename.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRole |
SecurityRoleReference.getSecurityRoleLink()
The link to the global (application scoped) role, which is the role declared in
web.xml
or via the DeclareRoles annotation. |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationConstraint.addSecurityRole(SecurityRole securityRole)
Add a security role to the constraint.
|
void |
SecurityRoleReference.setSecurityRoleLink(SecurityRole securityRole) |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<SecurityRole> |
AuthorizationConstraintImpl.getSecurityRoles()
Return the security roles involved in this constraint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebBundleDescriptorImpl.addSecurityRole(SecurityRole securityRole)
Add a new abstract role to me.
|
void |
AuthorizationConstraintImpl.addSecurityRole(SecurityRole securityRole)
Adds a role to the authorization constraint.
|
void |
AuthorizationConstraintImpl.removeSecurityRole(SecurityRole securityRole)
Removes the given role from the autrhorization constraint.
|
Copyright © 2019. All rights reserved.