org.gcube.soa3.connector.impl
Class SessionAuthentication

java.lang.Object
  extended by org.gcube.soa3.connector.impl.SessionAuthentication

public class SessionAuthentication
extends Object

Authentication service client for session identified users

Author:
Ciro Formisano (ENG)

Constructor Summary
SessionAuthentication(String soa3Endpoint)
           
 
Method Summary
 String getSessionEnd(String ticket)
          Gets the session end for the ticket (if exists)
 void setSoa3Endpoint(String soa3Endpoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionAuthentication

public SessionAuthentication(String soa3Endpoint)
Method Detail

getSessionEnd

public String getSessionEnd(String ticket)
Gets the session end for the ticket (if exists)

Parameters:
ticket -
Returns:
the time when the session expires if the ticket exists, null otherwise

setSoa3Endpoint

public void setSoa3Endpoint(String soa3Endpoint)
Parameters:
soa3Endpoint -


Copyright © 2013. All Rights Reserved.