| Modifier and Type | Method and Description |
|---|---|
boolean |
isMember(@NotNull Principal member)
Returns true if the passed principal is a member of the group.
|
@NotNull Enumeration<? extends Principal> |
members()
Returns an enumeration of the members in the group.
|
boolean isMember(@NotNull
@NotNull Principal member)
member - the principal whose membership is to be checked.@NotNull @NotNull Enumeration<? extends Principal> members()
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.