Example usage for Java java.security.acl Group fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | addMember(Principal user) Adds the specified member to the group. |
String | getName() Returns the name of this principal. |
boolean | isMember(Principal member) Returns true if the passed principal is a member of the group. |
Enumeration extends Principal> | members() Returns an enumeration of the members in the group. |
boolean | removeMember(Principal user) Removes the specified member from the group. |
String | toString() Returns a string representation of this principal. |