org.eclipse.higgins.sts.binding.axis1x.client
Class SecurityTokenServiceClientBinding

java.lang.Object
  extended byorg.eclipse.higgins.sts.binding.axis1x.client.SecurityTokenServiceClientBinding
All Implemented Interfaces:
org.eclipse.higgins.configuration.api.IConfigurableComponent, org.eclipse.higgins.sts.api.ISecurityTokenService

public class SecurityTokenServiceClientBinding
extends Object
implements org.eclipse.higgins.sts.api.ISecurityTokenService

Implements the Higgins Security Token Service Client.

Author:
mikemci at us dot ibm dot com

Method Summary
 void configure(Map mapGlobalSettings, String strComponentName, Map mapComponentSettings)
          This method is called to configure (and reconfigure) the Binding.
 void invoke(Map mapGlobalSettings, String strComponentName, Map mapComponentSettings, Map mapInvocationSettings, org.eclipse.higgins.sts.api.IConstants constants, org.eclipse.higgins.sts.api.ISTSRequest request, org.eclipse.higgins.sts.api.ISTSResponse response)
          Called to send an RST.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

configure

public void configure(Map mapGlobalSettings,
                      String strComponentName,
                      Map mapComponentSettings)
This method is called to configure (and reconfigure) the Binding.

Specified by:
configure in interface org.eclipse.higgins.configuration.api.IConfigurableComponent

invoke

public void invoke(Map mapGlobalSettings,
                   String strComponentName,
                   Map mapComponentSettings,
                   Map mapInvocationSettings,
                   org.eclipse.higgins.sts.api.IConstants constants,
                   org.eclipse.higgins.sts.api.ISTSRequest request,
                   org.eclipse.higgins.sts.api.ISTSResponse response)
Called to send an RST.

Specified by:
invoke in interface org.eclipse.higgins.sts.api.ISecurityTokenService