| java.lang.Object org.objectweb.jonas_lib.deployment.api.SecurityRoleRefDesc
SecurityRoleRefDesc | public class SecurityRoleRefDesc (Code) | | Defines a SecurityRoleRefDesc class for the management of
EJBRoleRefPermissions and WebRoleRefPermissions in JACC
author: Florent Benoit |
SecurityRoleRefDesc | public SecurityRoleRefDesc(String componentName, SecurityRoleRef securityRoleRef, boolean isEjb)(Code) | | Constructor for SecurityRoleRefDesc
Parameters: componentName - name of the EJB or Servlet Parameters: securityRoleRef - the security role of the assembly descriptor Parameters: isEjb - indicate if the is a SecurityRoleRef for an EJB or a Web Component |
getEJBRoleRefPermission | public Permission getEJBRoleRefPermission()(Code) | | Returns the EJBRoleRefPermission |
getRoleLink | public String getRoleLink()(Code) | | Gets the role-link value
role-link |
getRoleName | public String getRoleName()(Code) | | Gets the role-name value
role-name |
getWebRoleRefPermission | public Permission getWebRoleRefPermission()(Code) | | Returns the WebRoleRefPermission |
|
|