Methods Summary |
---|
public void | assignRole(java.security.Principal p, com.sun.enterprise.deployment.Role r, com.sun.enterprise.deployment.RootDeploymentDescriptor rdd)Assigns a Principal to the specified role.
|
public java.util.Enumeration | getGroupsAssignedTo(com.sun.enterprise.deployment.Role r)Returns an enumeration of Groups assigned to the given role
|
public java.lang.String | getName()
|
public java.util.Map | getRoleToSubjectMapping()
|
public java.util.Iterator | getRoles()
|
public java.util.Enumeration | getUsersAssignedTo(com.sun.enterprise.deployment.Role r)
|
public void | setName(java.lang.String name)Set the role mapper application name
|
public void | unassignPrincipalFromRole(com.sun.enterprise.deployment.Role role, java.security.Principal principal)Remove the given role-principal mapping
|
public void | unassignRole(com.sun.enterprise.deployment.Role role)Remove all the role mapping information for this role
|