org.gcube.soa3.connector
Interface Authenticate

All Known Implementing Classes:
DNAuthentication, FederatedAuthentication, HeaderBasedAuthentication, UsernamePasswordAuthentication

public interface Authenticate

Authentication service interface

Author:
Ciro Formisano (ENG)

Method Summary
 UserBean authenticate(String parameter)
          Authentication service
 void setSoa3Endpoint(String soa3Endpoint)
          Setter for the endpoint to Soa3
 

Method Detail

setSoa3Endpoint

void setSoa3Endpoint(String soa3Endpoint)
Setter for the endpoint to Soa3

Parameters:
soa3Endpoint -

authenticate

UserBean authenticate(String parameter)
Authentication service

Parameters:
parameter - the authentication parameter
Returns:


Copyright © 2013. All Rights Reserved.