org.gcube.soa3.connector.impl
Class UserDNAuthentication

java.lang.Object
  extended by org.gcube.soa3.connector.impl.UserDNAuthentication
All Implemented Interfaces:
Authenticate

public class UserDNAuthentication
extends Object
implements Authenticate

Authentication service client for federated users

Author:
Ciro Formisano (ENG)

Constructor Summary
UserDNAuthentication(String soa3Endpoint)
           
 
Method Summary
 UserBean authenticate(String parameter, String organization)
          Authentication service
 void setSoa3Endpoint(String soa3Endpoint)
          Setter for the endpoint to Soa3
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDNAuthentication

public UserDNAuthentication(String soa3Endpoint)
Method Detail

setSoa3Endpoint

public void setSoa3Endpoint(String soa3Endpoint)
Description copied from interface: Authenticate
Setter for the endpoint to Soa3

Specified by:
setSoa3Endpoint in interface Authenticate

authenticate

public UserBean authenticate(String parameter,
                             String organization)
Description copied from interface: Authenticate
Authentication service

Specified by:
authenticate in interface Authenticate
Parameters:
parameter - the authentication parameter
Returns:


Copyright © 2013. All Rights Reserved.