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