public class ClientGroup extends ClientPrincipal implements Group
RemoteGroup interface. This
class makes a remote group locally available using the Java Group
interface.Group,
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 Enumeration<? extends Principal> members()
public boolean removeMember(Principal user)
removeMember in interface GroupCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.