com.intel.gpe.clients.api.workflow
Class InvocationParameters

java.lang.Object
  extended by com.intel.gpe.clients.api.workflow.InvocationParameters

public class InvocationParameters
extends java.lang.Object

The set of utility methods returning some predefined sets of GPE invocation parameters.

Version:
$Id: InvocationParameters.java,v 1.2 2005/12/26 13:39:07 lukichev Exp $
Author:
Alexander Lukichev

Constructor Summary
InvocationParameters()
           
 
Method Summary
static java.util.Map getDelegationParameters()
          Get the parameters to specify the invocation with credentials delegation and using the caller's identity
static java.util.Map getNoDelegationParameters()
          Get the parameters to specify the invocation without credentials delegation and with using the caller's identity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationParameters

public InvocationParameters()
Method Detail

getDelegationParameters

public static java.util.Map getDelegationParameters()
Get the parameters to specify the invocation with credentials delegation and using the caller's identity

Returns:
The invocation parameters

getNoDelegationParameters

public static java.util.Map getNoDelegationParameters()
Get the parameters to specify the invocation without credentials delegation and with using the caller's identity

Returns:
The invocation parameters


Copyright © 2008. All Rights Reserved.