org.apache.jackrabbit.rmi.server.security
Class ServerAccessControlEntry
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.apache.jackrabbit.rmi.server.ServerObject
org.apache.jackrabbit.rmi.server.security.ServerAccessControlEntry
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, RemoteAccessControlEntry
public class ServerAccessControlEntry
- extends ServerObject
- implements RemoteAccessControlEntry
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
ServerAccessControlEntry
public ServerAccessControlEntry(javax.jcr.security.AccessControlEntry ace,
RemoteAdapterFactory factory)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getPrincipal
public RemotePrincipal getPrincipal()
throws java.rmi.RemoteException
- Specified by:
getPrincipal
in interface RemoteAccessControlEntry
- Throws:
java.rmi.RemoteException
- See Also:
AccessControlEntry.getPrincipal()
getPrivileges
public RemotePrivilege[] getPrivileges()
throws java.rmi.RemoteException
- Specified by:
getPrivileges
in interface RemoteAccessControlEntry
- Throws:
java.rmi.RemoteException
- See Also:
AccessControlEntry.getPrivileges()
Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.