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, getRemotePrincipal
public ClientGroup(RemotePrincipal p, LocalAdapterFactory factory)
public boolean addMember(Principal user)
public Enumeration<? extends Principal> members()
public boolean removeMember(Principal user)
removeMember
in interface Group
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.