| Constructor and Description |
|---|
GroupPrincipal(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addMember(Principal user) |
String |
getName() |
boolean |
isMember(Principal member) |
Enumeration<? extends Principal> |
members() |
boolean |
removeMember(Principal user) |
public GroupPrincipal(String name)
public boolean removeMember(Principal user)
removeMember in interface Grouppublic Enumeration<? extends Principal> members()
Copyright © 2018. All rights reserved.