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   
 

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 AuthorizationControl.checkAccess(MethodInvocation op)
          Checks whether a given operation may be executed.
 void AccessControlImpl.checkAccess(MethodInvocation op)
          Checks whether a given operation may be executed.
 boolean AuthorizationControl.checkProjectAdminAccess(SessionId sessionId, ProjectId projectId)
          Check if the session is valid for admin access to the given project.
 boolean AccessControlImpl.checkProjectAdminAccess(SessionId sessionId, ProjectId projectId)
          Check if the session is valid for admin access to the given project.
 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.
 boolean AuthorizationControl.checkProjectAdminAccessForOrgUnit(SessionId sessionId, ACOrgUnitId orgUnitId)
          Check if the session is valid for admin access to the given organizational unit.
 boolean AccessControlImpl.checkProjectAdminAccessForOrgUnit(SessionId sessionId, ACOrgUnitId orgUnitId)
          Check if the session is valid for admin access to the given organizational unit.
 boolean AuthorizationControl.checkProjectAdminAccessForOrgUnit(SessionId sessionId, ACOrgUnitId orgUnitId, Set<ProjectId> projectIds)
          Check if the session is valid for admin access to the given organizational unit.
 boolean AccessControlImpl.checkProjectAdminAccessForOrgUnit(SessionId sessionId, ACOrgUnitId orgUnitId, Set<ProjectId> projectIds)
          Check if the session is valid for admin access to the given organizational unit.
 void AuthorizationControl.checkReadAccess(SessionId sessionId, ProjectId projectId, Set<org.eclipse.emf.ecore.EObject> modelElements)
          Check if the session may read the given model elements in the project.
 void AccessControlImpl.checkReadAccess(SessionId sessionId, ProjectId projectId, Set<org.eclipse.emf.ecore.EObject> modelElements)
          Check if the session may read the given model elements in the project.
 void AuthorizationControl.checkServerAdminAccess(SessionId sessionId)
          Check if the session is valid for server admin access.
 void AccessControlImpl.checkServerAdminAccess(SessionId sessionId)
          Check if the session is valid for server admin access.
 void AuthorizationControl.checkSession(SessionId sessionId)
          Check if the given session is valid.
 void AccessControlImpl.checkSession(SessionId sessionId)
          Check if the given session is valid.
 void AuthorizationControl.checkWriteAccess(SessionId sessionId, ProjectId projectId, Set<org.eclipse.emf.ecore.EObject> modelElements)
          Check if the session may write the given model elements in the project.
 void AccessControlImpl.checkWriteAccess(SessionId sessionId, ProjectId projectId, Set<org.eclipse.emf.ecore.EObject> modelElements)
          Check if the session may write the given model elements in the project.
 AuthenticationInformation AuthenticationControl.logIn(ACUser resolvedUser, String username, String password, ClientVersionInfo clientVersionInfo)
          Tries to login the given user.
 AuthenticationInformation AccessControl.logIn(String username, String password, ClientVersionInfo clientVersionInfo)
          Log in with the given credentials.
 AuthenticationInformation AccessControlImpl.logIn(String username, String password, ClientVersionInfo clientVersionInfo)
          Log in with the given credentials.
 void AuthenticationControl.logout(SessionId sessionId)
          Logout/delete a session on the server.
 void AccessControl.logout(SessionId sessionId)
          Log out the session with the given ID.
 void AccessControlImpl.logout(SessionId sessionId)
          Log out the session with the given ID.
 ACUser AuthorizationControl.resolveUser(ACOrgUnitId orgUnitId)
          This method looks up the orgUnit id the server and returns the relating user.
 ACUser AccessControlImpl.resolveUser(ACOrgUnitId id)
          This method looks up the orgUnit id the server and returns the relating user.
 ACUser AuthorizationControl.resolveUser(SessionId sessionId)
          This method looks up the session id on the server and returns the relating user.
 ACUser AccessControlImpl.resolveUser(SessionId sessionId)
          This method looks up the session id on the server and returns the relating user.
 

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
 AuthenticationInformation EMFModelAuthenticationVerifier.logIn(ACUser resolvedUser, String username, String password, ClientVersionInfo clientVersionInfo)
          Tries to login the given user.
 AuthenticationInformation AbstractAuthenticationControl.logIn(ACUser resolvedUser, String username, String password, ClientVersionInfo clientVersionInfo)
          Tries to login the given user.
 void AbstractAuthenticationControl.logout(SessionId sessionId)
          Logout/delete a session on the server.
 boolean LDAPVerifier.verifyPassword(ACUser resolvedUser, String username, String password)
          This method must be implemented by subclasses in order to verify a pair of username and password.
 

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.
 



Copyright © 2015. All Rights Reserved.