Uses of Class
org.eclipse.emf.emfstore.internal.server.accesscontrol.PAPrivileges

Packages that use PAPrivileges
org.eclipse.emf.emfstore.internal.server   
org.eclipse.emf.emfstore.internal.server.accesscontrol   
 

Uses of PAPrivileges in org.eclipse.emf.emfstore.internal.server
 

Methods in org.eclipse.emf.emfstore.internal.server with parameters of type PAPrivileges
static boolean ServerConfiguration.isProjectAdminPrivileg(PAPrivileges requestedPrivileg)
          Whether the ProjectAdminRole has the requested privilege.
 

Uses of PAPrivileges in org.eclipse.emf.emfstore.internal.server.accesscontrol
 

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol that return PAPrivileges
static PAPrivileges PAPrivileges.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PAPrivileges[] PAPrivileges.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol with parameters of type PAPrivileges
 boolean AuthorizationControl.checkProjectAdminAccess(SessionId sessionId, ProjectId projectId, PAPrivileges privileg)
          Check if the session is valid for admin access to the given project.
 boolean AccessControlImpl.checkProjectAdminAccess(SessionId sessionId, ProjectId projectId, PAPrivileges privileg)
          Check if the session is valid for admin access to the given project.
 



Copyright © 2015. All Rights Reserved.