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 REQUEST_HEADER
           
 
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
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.