org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers
Class EMFModelAuthenticationVerifier
java.lang.Object
org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers.AbstractAuthenticationControl
org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers.EMFModelAuthenticationVerifier
- All Implemented Interfaces:
- AuthenticationControl
public class EMFModelAuthenticationVerifier
- extends AbstractAuthenticationControl
- Author:
- emueller
EMFModelAuthenticationVerifier
public EMFModelAuthenticationVerifier()
logIn
public AuthenticationInformation logIn(ACUser resolvedUser,
String username,
String password,
ClientVersionInfo clientVersionInfo)
throws AccessControlException
- Tries to login the given user.
- Specified by:
logIn in interface AuthenticationControl- Overrides:
logIn in class AbstractAuthenticationControl
- Parameters:
resolvedUser - the user instance as resolved by the userusername - the username as determined by the clientpassword - the password as entered by the clientclientVersionInfo - the version of the client
- Returns:
- an
AuthenticationInformation instance holding information about the
logged-in session
- Throws:
AccessControlException - in case the login fails
Copyright © 2015. All Rights Reserved.