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

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

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

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

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

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

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

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.factory with parameters of type AuthenticationControlType
 AbstractAuthenticationControl AuthenticationControlFactory.createAuthenticationControl(AuthenticationControlType authenticationControlType)
          Creates an authentication controller.
 AbstractAuthenticationControl AuthenticationControlFactoryImpl.createAuthenticationControl(AuthenticationControlType authenticationControlType)
          Creates an authentication controller.
 



Copyright © 2015. All Rights Reserved.