@Deprecated public class ServerGroup extends ServerPrincipal implements RemoteGroup
ref
Constructor and Description |
---|
ServerGroup(org.apache.jackrabbit.api.security.principal.GroupPrincipal principal,
RemoteAdapterFactory factory)
Deprecated.
|
ServerGroup(Principal principal,
RemoteAdapterFactory factory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
isGroup(Principal principal)
Deprecated.
|
boolean |
isMember(String member)
Deprecated.
|
RemoteIterator |
members()
Deprecated.
|
getName, getPrincipal
getFactory, getRemoteItem, getRemoteNode, getRemoteNodeTypeArray, getRepositoryException, getSerialValue, getSerialValues
clone, exportObject, exportObject, exportObject, unexportObject
getClientHost, getLog, setLog
equals, getRef, hashCode, toString, toStub
finalize, getClass, notify, notifyAll, wait, wait, wait
getName
public ServerGroup(org.apache.jackrabbit.api.security.principal.GroupPrincipal principal, RemoteAdapterFactory factory) throws RemoteException
RemoteException
public ServerGroup(Principal principal, RemoteAdapterFactory factory) throws RemoteException
RemoteException
public boolean isMember(String member)
isMember
in interface RemoteGroup
GroupPrincipal.isMember(java.security.Principal)
public RemoteIterator members() throws RemoteException
members
in interface RemoteGroup
RemoteException
GroupPrincipal.members()
public static boolean isGroup(Principal principal)
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.