nextgrid.api.env
Interface STSModule

All Superinterfaces:
java.io.Serializable

public interface STSModule
extends java.io.Serializable

Author:
Nikolaos Matskanis

Method Summary
 org.w3c.dom.Element requestSecurityToken()
          Makes a request to a security token service.
 void setMembershipGroup(java.lang.String groupServiceEPR)
          Set the group service EPR whose token is required.
 

Method Detail

setMembershipGroup

void setMembershipGroup(java.lang.String groupServiceEPR)
Set the group service EPR whose token is required.

Parameters:
groupServiceEPR - the EPR of the membership group service

requestSecurityToken

org.w3c.dom.Element requestSecurityToken()
                                         throws STSFailureException
Makes a request to a security token service. The security token represents the project that the workflow belongs.

Returns:
A security token as an XML DOM element
Throws:
STSFailureException - If an error occurs


Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.