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

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

public class MetadataExchangeServiceClientBinding
extends Object
implements org.eclipse.higgins.sts.api.IMetadataExchangeService

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, org.eclipse.higgins.configuration.api.ISettingDescriptor componentDescriptor, org.eclipse.higgins.configuration.api.ISettingDescriptor globalDescriptor)
          This method is called to configure (and reconfigure) the Binding.
 org.eclipse.higgins.configuration.api.ISettingDescriptor getComponentDescriptor()
           
 org.eclipse.higgins.sts.api.IMEXResponse getMetadata(Map mapGlobalSettings, String strComponentName, Map mapComponentSettings, Map mapInvocationSettings, org.eclipse.higgins.sts.api.IConstants constants, URI uriMetadata)
           
 
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,
                      org.eclipse.higgins.configuration.api.ISettingDescriptor componentDescriptor,
                      org.eclipse.higgins.configuration.api.ISettingDescriptor globalDescriptor)
This method is called to configure (and reconfigure) the Binding.

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

getMetadata

public org.eclipse.higgins.sts.api.IMEXResponse getMetadata(Map mapGlobalSettings,
                                                            String strComponentName,
                                                            Map mapComponentSettings,
                                                            Map mapInvocationSettings,
                                                            org.eclipse.higgins.sts.api.IConstants constants,
                                                            URI uriMetadata)
Specified by:
getMetadata in interface org.eclipse.higgins.sts.api.IMetadataExchangeService

getComponentDescriptor

public org.eclipse.higgins.configuration.api.ISettingDescriptor getComponentDescriptor()
Specified by:
getComponentDescriptor in interface org.eclipse.higgins.configuration.api.IConfigurableComponent