Uses of Class
org.glassfish.security.common.Role
-
Packages that use Role Package Description com.sun.enterprise.deployment com.sun.enterprise.deployment.node com.sun.enterprise.security.acl org.glassfish.deployment.common org.glassfish.ejb.deployment.descriptor -
-
Uses of Role in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return Role Modifier and Type Method Description RoleMethodPermission. getRole()RoleRoleReference. getRole()Return the role object from this descriptor.Methods in com.sun.enterprise.deployment that return types with arguments of type Role Modifier and Type Method Description Set<Role>Application. getAppRoles()Return the set ofRoleobjects I have (the ones defined in application xml).Set<Role>EjbDescriptor. getPermissionedRoles()Set<Role>Application. getRoles()Return the set of roles used in this application.Set<Role>BundleDescriptor. getRoles()Return the set of com.sun.enterprise.deployment.Role objects I have plus the ones from applicationMethods in com.sun.enterprise.deployment with parameters of type Role Modifier and Type Method Description voidApplication. addRole(Role role)Adds a new abstract rolevoidBundleDescriptor. addRole(Role role)Adds a role object to me.voidRoles. addRole(Role role)Add the specified role to the set of roles.voidApplication. removeRole(Role role)Removes the given role.voidBundleDescriptor. removeRole(Role role)Removes a role object from me.voidRoles. removeRole(Role role)Remove the specified role from the set of roles.Constructors in com.sun.enterprise.deployment with parameters of type Role Constructor Description MethodPermission(Role role)construct a new MethodPermission based on a security roleSecurityRoleDescriptor(Role role)Construct a SecurityRoleDescriptor from the given role object. -
Uses of Role in com.sun.enterprise.deployment.node
Methods in com.sun.enterprise.deployment.node with parameters of type Role Modifier and Type Method Description NodeSecurityRoleNode. writeDescriptor(Node parent, String nodeName, Role descriptor)write the descriptor class to a DOM tree and return it -
Uses of Role in com.sun.enterprise.security.acl
Methods in com.sun.enterprise.security.acl with parameters of type Role Modifier and Type Method Description voidRoleMapper. assignRole(Principal p, Role r, RootDeploymentDescriptor rdd)Assigns a Principal to the specified role.Enumeration<Group>RoleMapper. getGroupsAssignedTo(Role r)Returns an enumeration of Groups assigned to the given roleEnumeration<Principal>RoleMapper. getUsersAssignedTo(Role r)Returns an enumeration of Principals assigned to the given rolevoidRoleMapper. unassignPrincipalFromRole(Role role, Principal principal)Remove the given role-principal mappingvoidRoleMapper. unassignRole(Role r) -
Uses of Role in org.glassfish.deployment.common
Methods in org.glassfish.deployment.common with parameters of type Role Modifier and Type Method Description voidSecurityRoleMapper. assignRole(Principal p, Role r, RootDeploymentDescriptor rdd)Assigns a Principal to the specified role.EnumerationSecurityRoleMapper. getGroupsAssignedTo(Role r)Returns an enumeration of Groups assigned to the given roleEnumerationSecurityRoleMapper. getUsersAssignedTo(Role r)voidSecurityRoleMapper. unassignPrincipalFromRole(Role role, Principal principal)Remove the given role-principal mappingvoidSecurityRoleMapper. unassignRole(Role role)Remove all the role mapping information for this role -
Uses of Role in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type Role Modifier and Type Method Description Set<Role>EjbDescriptor. getPermissionedRoles()Methods in org.glassfish.ejb.deployment.descriptor with parameters of type Role Modifier and Type Method Description voidEjbBundleDescriptorImpl. removeRole(Role role)Removes the given org.glassfish.security.common.Role object from me.
-