@ProviderType public interface GroupPrincipal extends java.security.Principal
java.security.acl.Group
.Modifier and Type | Method and Description |
---|---|
boolean |
isMember(@NotNull java.security.Principal member)
Returns true if the passed principal is a member of the group.
|
@NotNull java.util.Enumeration<? extends java.security.Principal> |
members()
Returns an enumeration of the members in the group.
|
boolean isMember(@NotNull @NotNull java.security.Principal member)
member
- the principal whose membership is to be checked.@NotNull @NotNull java.util.Enumeration<? extends java.security.Principal> members()
Copyright © 2010 - 2020 Adobe. All Rights Reserved