Uses of Class
org.eclipse.emf.emfstore.internal.server.exceptions.AccessControlException

Packages that use AccessControlException
org.eclipse.emf.emfstore.internal.client.accesscontrol   
org.eclipse.emf.emfstore.internal.client.model   
org.eclipse.emf.emfstore.internal.client.model.impl   
org.eclipse.emf.emfstore.internal.client.properties   
org.eclipse.emf.emfstore.internal.server.accesscontrol   
org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication   
org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers   
org.eclipse.emf.emfstore.internal.server.connection.xmlrpc   
org.eclipse.emf.emfstore.internal.server.exceptions   
org.eclipse.emf.emfstore.server.auth   
 

Uses of AccessControlException in org.eclipse.emf.emfstore.internal.client.accesscontrol
 

Methods in org.eclipse.emf.emfstore.internal.client.accesscontrol that throw AccessControlException
 void AccessControlHelper.checkProjectAdminAccess()
          Check project administrator access for the given project.
 void AccessControlHelper.checkProjectAdminAccess(ProjectId projectId)
          Check project administrator access for the given project.
 void AccessControlHelper.checkReadAccess(ProjectId projectId)
          Check if user has read access to given project id.
 void AccessControlHelper.checkServerAdminAccess()
          Check the server admin access.
 void AccessControlHelper.checkWriteAccess(ProjectId projectId)
          Check write access for the given project.
 

Uses of AccessControlException in org.eclipse.emf.emfstore.internal.client.model
 

Methods in org.eclipse.emf.emfstore.internal.client.model that throw AccessControlException
 AdminBroker Workspace.getAdminBroker(ServerInfo serverInfo)
          Returns an AdminBroker related to the given ServerInfo.
 AdminBroker Workspace.getAdminBroker(Usersession session)
          Returns an AdminBroker related to the given Usersession.
 void Usersession.logIn()
          Log in.
 

Uses of AccessControlException in org.eclipse.emf.emfstore.internal.client.model.impl
 

Methods in org.eclipse.emf.emfstore.internal.client.model.impl that throw AccessControlException
 AdminBroker WorkspaceBase.getAdminBroker(ServerInfo serverInfo)
          Returns an AdminBroker related to the given ServerInfo.
 AdminBroker WorkspaceBase.getAdminBroker(Usersession usersession)
          Returns an AdminBroker related to the given Usersession.
 void UsersessionImpl.logIn()
          Log in.
 

Uses of AccessControlException in org.eclipse.emf.emfstore.internal.client.properties
 

Methods in org.eclipse.emf.emfstore.internal.client.properties that throw AccessControlException
 void PropertyManager.synchronizeSharedProperties()
          Transmit changed shared properties to the server.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol that throw AccessControlException
 void DefaultESAuthorizationService.checkAccess(ESMethodInvocation op)
          Checks whether a given operation may be executed.
 boolean DefaultESAuthorizationService.checkProjectAdminAccess(ESSessionId sessionId, ESGlobalProjectId globalProjectId)
          Check if the session is valid for admin access to the given project.
 boolean DefaultESAuthorizationService.checkProjectAdminAccess(ESSessionId sessionId, ESGlobalProjectId globalProjectId, ESProjectAdminPrivileges privileg)
          Check if the session is valid for admin access to the given project.
 boolean DefaultESAuthorizationService.checkProjectAdminAccessForOrgUnit(ESSessionId sessionId, ESOrgUnitId orgUnitId)
          Check if the session is valid for admin access to the given organizational unit.
 boolean DefaultESAuthorizationService.checkProjectAdminAccessForOrgUnit(ESSessionId sessionId, ESOrgUnitId orgUnitId, Set<ESGlobalProjectId> projectIds)
          Check if the session is valid for admin access to the given organizational unit.
 void DefaultESAuthorizationService.checkReadAccess(ESSessionId sessionId, ESGlobalProjectId globalProjectId, Set<org.eclipse.emf.ecore.EObject> modelElements)
          Check if the session may read the given model elements in the project.
 void DefaultESAuthorizationService.checkServerAdminAccess(ESSessionId sessionId)
          Check if the session is valid for server admin access.
 void DefaultESAuthorizationService.checkWriteAccess(ESSessionId sessionId, ESGlobalProjectId globalProjectId, Set<org.eclipse.emf.ecore.EObject> modelElements)
          Check if the session may write the given model elements in the project.
 List<ESGroup> DefaultESOrgUnitResolverService.getGroups(ESOrgUnitId orgUnitId)
          Returns the group member of the organizational unit the given ESOrgUnitId belongs to.
 ESAuthenticationInformation LoginService.logIn(String username, String password, ESClientVersionInfo clientVersionInfo)
          Login the given user with the provided password and client version.
 void LoginService.logout(ESSessionId sessionId)
          Logout the given session.
 ESUser DefaultESOrgUnitResolverService.resolveRoles(ESAuthenticationInformation authInfo)
          Resolves the user behind the given ESAuthenticationInformation.
 ESUser DefaultESOrgUnitResolverService.resolveUser(ESOrgUnitId orgUnitId)
          Resolves the ID of an ESUser.
 

Uses of AccessControlException in org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication
 

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication that throw AccessControlException
 ACUser ACUserContainer.getUser()
          Returns the user and additionally performs a activity check of the user.
 

Uses of AccessControlException in org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers
 

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers that throw AccessControlException
 boolean LDAPUserVerifier.verifyPassword(String username, String password)
          This method must be implemented by subclasses in order to verify a pair of username and password.
 ESAuthenticationInformation UserVerifier.verifyUser(String username, String password, ESClientVersionInfo clientVersionInfo)
          Tries to login the given user.
 

Uses of AccessControlException in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc
 

Methods in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc that throw AccessControlException
 AuthenticationInformation XmlRpcEmfStoreImpl.logIn(String username, String password, ClientVersionInfo clientVersionInfo)
          Log in the given credentials.
 void XmlRpcEmfStoreImpl.logout(SessionId sessionId)
          Logout the session with the given ID.
 

Uses of AccessControlException in org.eclipse.emf.emfstore.internal.server.exceptions
 

Subclasses of AccessControlException in org.eclipse.emf.emfstore.internal.server.exceptions
 class ClientVersionOutOfDateException
          Is thrown if the client's version is not compatible to the server.
 class ServerKeyStoreException
          This exception is thrown whenever there occurs a problem while performing decryption.
 class SessionTimedOutException
          Represents a condition where a session id is timed out.
 

Uses of AccessControlException in org.eclipse.emf.emfstore.server.auth
 

Methods in org.eclipse.emf.emfstore.server.auth that throw AccessControlException
 void ESAuthorizationService.checkAccess(ESMethodInvocation method)
          Checks whether a given operation may be executed.
 boolean ESAuthorizationService.checkProjectAdminAccess(ESSessionId sessionId, ESGlobalProjectId projectId)
          Check if the session is valid for admin access to the given project.
 boolean ESAuthorizationService.checkProjectAdminAccess(ESSessionId sessionId, ESGlobalProjectId projectId, ESProjectAdminPrivileges privileg)
          Check if the session is valid for admin access to the given project.
 boolean ESAuthorizationService.checkProjectAdminAccessForOrgUnit(ESSessionId sessionId, ESOrgUnitId orgUnitId)
          Check if the session is valid for admin access to the given organizational unit.
 boolean ESAuthorizationService.checkProjectAdminAccessForOrgUnit(ESSessionId sessionId, ESOrgUnitId orgUnitId, Set<ESGlobalProjectId> projectIds)
          Check if the session is valid for admin access to the given organizational unit.
 void ESAuthorizationService.checkReadAccess(ESSessionId sessionId, ESGlobalProjectId projectId, Set<org.eclipse.emf.ecore.EObject> modelElements)
          Check if the session may read the given model elements in the project.
 void ESAuthorizationService.checkServerAdminAccess(ESSessionId sessionId)
          Check if the session is valid for server admin access.
 void ESAuthorizationService.checkWriteAccess(ESSessionId sessionId, ESGlobalProjectId projectId, Set<org.eclipse.emf.ecore.EObject> modelElements)
          Check if the session may write the given model elements in the project.
 List<ESGroup> ESOrgUnitResolver.getGroups(ESOrgUnitId orgUnitId)
          Returns the group member of the organizational unit the given ESOrgUnitId belongs to.
 ESUser ESOrgUnitResolver.resolveRoles(ESAuthenticationInformation authInfo)
          Resolves the user behind the given ESAuthenticationInformation.
 ESOrgUnitId ESSessions.resolveToOrgUnitId(ESSessionId sessionId)
          Returns the user associated with the given session ID and checks if the user has an active session.
 ESUser ESOrgUnitResolver.resolveUser(ESOrgUnitId orgUnitId)
          Resolves the ID of an ESUser.
 ESUser ESSessions.resolveUser(ESSessionId sessionId)
          Returns the user associated with the given session ID and checks if the user has an active session.
 ESAuthenticationInformation ESUserVerifier.verifyUser(String username, String password, ESClientVersionInfo clientVersionInfo)
          Tries to login the given user.
 



Copyright © 2016. All Rights Reserved.