No examples for this method.
Frequently called with: [Clear]
-1
| java.security.acl.Group |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Adds a member to this group.
|
||||||||||
|
|
Returns whether the specified principal is a member of this group.
|
||||||||||
|
|
Returns the members of this group.
|
||||||||||
|
|
Removes a member from this group.
|
||||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface java.security.Principal
|
|||||||||||
Adds a member to this group.
| user | the member to add. |
|---|
true if the member was added, false if it was already a member. Returns whether the specified principal is a member of this group.
| member | the principal to check. |
|---|
true if the principal is a member, otherwise false. Returns the members of this group.
Removes a member from this group.
| user | the member to remove. |
|---|
true if the member was removed, false if it was not a member.