org.eclipse.emf.cdo.server
Interface IPermissionManager


public interface IPermissionManager

Provides the protection level of revisions in the context of a specific user.

Since:
4.1
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Method Summary
 CDOPermission getPermission(CDORevision revision, CDOBranchPoint securityContext, ISession session)
           
 CDOPermission getPermission(CDORevision revision, CDOBranchPoint securityContext, String userID)
          Deprecated. As of 4.2 call getPermission(CDORevision, CDOBranchPoint, ISession).
 

Method Detail

getPermission

@Deprecated
CDOPermission getPermission(CDORevision revision,
                                       CDOBranchPoint securityContext,
                                       String userID)
Deprecated. As of 4.2 call getPermission(CDORevision, CDOBranchPoint, ISession).


getPermission

CDOPermission getPermission(CDORevision revision,
                            CDOBranchPoint securityContext,
                            ISession session)
Since:
4.2


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.