Uses of Class
org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers.AbstractAuthenticationControl

Packages that use AbstractAuthenticationControl
org.eclipse.emf.emfstore.internal.server.accesscontrol   
org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.factory   
org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers   
 

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

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol that return AbstractAuthenticationControl
 AbstractAuthenticationControl AccessControlImpl.getAuthenticationControl()
          Returns the authentication control that is currently used by the access control.
 

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol with parameters of type AbstractAuthenticationControl
 void AccessControl.setAuthenticationControl(AbstractAuthenticationControl modelAuthenticationControl)
          Sets the authentication control to be used.
 void AccessControlImpl.setAuthenticationControl(AbstractAuthenticationControl authenticationControl)
          Sets the authentication control to be used by the access control.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.factory that return AbstractAuthenticationControl
 AbstractAuthenticationControl AuthenticationControlFactory.createAuthenticationControl(AuthenticationControlType authenticationControlType)
          Creates an authentication controller.
 AbstractAuthenticationControl AuthenticationControlFactoryImpl.createAuthenticationControl(AuthenticationControlType authenticationControlType)
          Creates an authentication controller.
 

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

Subclasses of AbstractAuthenticationControl in org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers
 class EMFModelAuthenticationVerifier
           
 class LDAPVerifier
          Verifies username/password using LDAP.
 class SimplePropertyFileVerifier
          This verifier can be used to store user and passwords in a property file.
 class VerifierChain
          Calls all available verifiers and tries to verify the given credentials.
 

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers that return types with arguments of type AbstractAuthenticationControl
 List<AbstractAuthenticationControl> VerifierChain.getVerifiers()
          Returns the list of verifier.
 



Copyright © 2015. All Rights Reserved.