@ProviderType public interface GroupPrincipal extends Principal
java.security.acl.Group.| Modifier and Type | Method and Description |
|---|---|
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 isMember(Principal member)
member - the principal whose membership is to be checked.Enumeration<? extends Principal> members()
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.