it.eng.rdlab.soa3.connector.service.core
Class AuthenticationServiceFactory

java.lang.Object
  extended by it.eng.rdlab.soa3.connector.service.core.AuthenticationServiceFactory

public class AuthenticationServiceFactory
extends Object

Generator of the authentication service, basing on the information in the header

Author:
Ciro Formisano (ENG)

Field Summary
static String BASIC
           
static String DN
           
static String FED
           
static String REQUEST_HEADER
           
static String SES
           
 
Constructor Summary
AuthenticationServiceFactory()
           
 
Method Summary
static AuthenticationInternalService generateService(Map<String,String> parameters)
          Generates the authentication service basing on the input parameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_HEADER

public static String REQUEST_HEADER

BASIC

public static final String BASIC
See Also:
Constant Field Values

FED

public static final String FED
See Also:
Constant Field Values

SES

public static final String SES
See Also:
Constant Field Values

DN

public static final String DN
See Also:
Constant Field Values
Constructor Detail

AuthenticationServiceFactory

public AuthenticationServiceFactory()
Method Detail

generateService

public static AuthenticationInternalService generateService(Map<String,String> parameters)
Generates the authentication service basing on the input parameters

Parameters:
parameters - the input parameters
Returns:
the Authentication Service


Copyright © 2013. All Rights Reserved.