Uses of Class
org.eclipse.emf.emfstore.server.auth.ESAuthenticationControlType

Packages that use ESAuthenticationControlType
org.eclipse.emf.emfstore.internal.server   
org.eclipse.emf.emfstore.internal.server.accesscontrol   
org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication   
org.eclipse.emf.emfstore.server.auth   
 

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

Fields in org.eclipse.emf.emfstore.internal.server declared as ESAuthenticationControlType
static ESAuthenticationControlType ServerConfiguration.AUTHENTICATION_POLICY_DEFAULT
          Default authentication policy is simple property file aut.
 

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

Constructors in org.eclipse.emf.emfstore.internal.server.accesscontrol with parameters of type ESAuthenticationControlType
AccessControl(ESAuthenticationControlType authenticationControlType, ServerSpace serverSpace)
          Constructor.
LoginService(ESAuthenticationControlType authenticationControlType, ESSessions sessions, ESOrgUnitProvider orgUnitProvider, ESOrgUnitResolver orgUnitResolver)
          Constructor.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication with parameters of type ESAuthenticationControlType
 ESUserVerifier ESUserVerifierFactory.createUserVerifier(ESAuthenticationControlType authenticationControlType, ESOrgUnitProvider orgUnitProvider)
          Creates an ESUserVerifier based on the given ESAuthenticationControlType.
 

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

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



Copyright © 2016. All Rights Reserved.