org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.factory
Interface AuthenticationControlFactory

All Known Implementing Classes:
AuthenticationControlFactoryImpl

public interface AuthenticationControlFactory

Factory interface for creating authentication controller.

Author:
wesendon, emueller

Field Summary
static AuthenticationControlFactory INSTANCE
          The singleton instance.
 
Method Summary
 AbstractAuthenticationControl createAuthenticationControl(AuthenticationControlType authenticationControlType)
          Creates an authentication controller.
 

Field Detail

INSTANCE

static final AuthenticationControlFactory INSTANCE
The singleton instance.

Method Detail

createAuthenticationControl

AbstractAuthenticationControl createAuthenticationControl(AuthenticationControlType authenticationControlType)
                                                          throws FatalESException
Creates an authentication controller.

Parameters:
authenticationControlType - the type of authentication control being requested
Returns:
the created authentication controller
Throws:
FatalESException - in case of failure


Copyright © 2015. All Rights Reserved.