it.eng.rdlab.soa3.connector.service.core.impl.authentication
Class UsernamePasswordAuthenticationService

java.lang.Object
  extended by it.eng.rdlab.soa3.connector.service.core.impl.authentication.AuthenticationInternalServiceImpl
      extended by it.eng.rdlab.soa3.connector.service.core.impl.authentication.UsernamePasswordAuthenticationService
All Implemented Interfaces:
AuthenticationInternalService

public class UsernamePasswordAuthenticationService
extends AuthenticationInternalServiceImpl
implements AuthenticationInternalService

Username/password based authentication

Author:
Ciro Formisano (ENG)

Constructor Summary
UsernamePasswordAuthenticationService(String soa3Endpoint, String defaultOrganization)
           
 
Method Summary
protected  AccessControlBean askToSOA3(String id, long currentTime)
          Sends the request to SOA3
 
Methods inherited from class it.eng.rdlab.soa3.connector.service.core.impl.authentication.AuthenticationInternalServiceImpl
authenticate, generateTicket, getAccessBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface it.eng.rdlab.soa3.connector.service.core.AuthenticationInternalService
authenticate
 

Constructor Detail

UsernamePasswordAuthenticationService

public UsernamePasswordAuthenticationService(String soa3Endpoint,
                                             String defaultOrganization)
Method Detail

askToSOA3

protected AccessControlBean askToSOA3(String id,
                                      long currentTime)
Description copied from class: AuthenticationInternalServiceImpl
Sends the request to SOA3

Specified by:
askToSOA3 in class AuthenticationInternalServiceImpl
Returns:


Copyright © 2013. All Rights Reserved.