public class ClientGroup extends ClientPrincipal implements GroupPrincipal
RemoteGroup interface.RemoteGroup| Constructor and Description |
|---|
ClientGroup(RemotePrincipal p,
LocalAdapterFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addMember(Principal user) |
boolean |
isMember(Principal member) |
Enumeration<? extends Principal> |
members() |
boolean |
removeMember(Principal user) |
getName, getRemotePrincipalpublic ClientGroup(RemotePrincipal p, LocalAdapterFactory factory)
public boolean addMember(Principal user)
public boolean isMember(Principal member)
isMember in interface GroupPrincipalpublic Enumeration<? extends Principal> members()
members in interface GroupPrincipalpublic boolean removeMember(Principal user)
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.