Uses of Class
com.sun.enterprise.deployment.runtime.common.wls.SecurityRoleAssignment
-
-
Uses of SecurityRoleAssignment in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return types with arguments of type SecurityRoleAssignment Modifier and Type Method Description List<SecurityRoleAssignment>Application. getWlRoleAssignments()Methods in com.sun.enterprise.deployment with parameters of type SecurityRoleAssignment Modifier and Type Method Description voidApplication. addWLRoleAssignments(SecurityRoleAssignment wlRoleAssignment) -
Uses of SecurityRoleAssignment in com.sun.enterprise.deployment.node.runtime.common.wls
Methods in com.sun.enterprise.deployment.node.runtime.common.wls that return SecurityRoleAssignment Modifier and Type Method Description protected SecurityRoleAssignmentSecurityRoleAssignmentNode. createDescriptor()Methods in com.sun.enterprise.deployment.node.runtime.common.wls with parameters of type SecurityRoleAssignment Modifier and Type Method Description NodeSecurityRoleAssignmentNode. writeDescriptor(Node parent, String nodeName, SecurityRoleAssignment descriptor)write the descriptor class to a DOM tree and return it -
Uses of SecurityRoleAssignment in com.sun.enterprise.deployment.runtime.web
Methods in com.sun.enterprise.deployment.runtime.web that return SecurityRoleAssignment Modifier and Type Method Description SecurityRoleAssignmentSunWebApp. getSecurityRoleAssignment(int index)SecurityRoleAssignment[]SunWebApp. getSecurityRoleAssignments()Methods in com.sun.enterprise.deployment.runtime.web with parameters of type SecurityRoleAssignment Modifier and Type Method Description intSunWebApp. addSecurityRoleAssignment(SecurityRoleAssignment value)intSunWebApp. removeSecurityRoleAssignment(SecurityRoleAssignment value)voidSunWebApp. setSecurityRoleAssignment(int index, SecurityRoleAssignment value)voidSunWebApp. setSecurityRoleAssignments(SecurityRoleAssignment[] value) -
Uses of SecurityRoleAssignment in org.glassfish.web.deployment.runtime
Methods in org.glassfish.web.deployment.runtime that return SecurityRoleAssignment Modifier and Type Method Description SecurityRoleAssignmentSunWebAppImpl. getSecurityRoleAssignment(int index)SecurityRoleAssignment[]SunWebAppImpl. getSecurityRoleAssignments()Methods in org.glassfish.web.deployment.runtime with parameters of type SecurityRoleAssignment Modifier and Type Method Description intSunWebAppImpl. addSecurityRoleAssignment(SecurityRoleAssignment value)intSunWebAppImpl. removeSecurityRoleAssignment(SecurityRoleAssignment value)voidSunWebAppImpl. setSecurityRoleAssignment(int index, SecurityRoleAssignment value)voidSunWebAppImpl. setSecurityRoleAssignments(SecurityRoleAssignment[] value)
-