org.eclipse.higgins.sts.server.metadata
Class MetadataExchangeService
java.lang.Object
org.eclipse.higgins.sts.server.metadata.MetadataExchangeService
- All Implemented Interfaces:
- org.eclipse.higgins.configuration.api.IConfigurableComponent, org.eclipse.higgins.sts.api.IMetadataExchangeService
- public class MetadataExchangeService
- extends Object
- implements org.eclipse.higgins.sts.api.IMetadataExchangeService
Implements the Higgins Security Token Service.
- Author:
- mikemci at us dot ibm dot com
Method Summary |
void |
configure(Map mapGlobalSettings,
String strComponentName,
Map mapComponentSettings)
|
org.eclipse.higgins.sts.api.IMEXResponse |
getMetadata(Map mapGlobalSettings,
String strComponentName,
Map mapComponentSettings,
Map mapInvocationSettings,
org.eclipse.higgins.sts.api.IConstants constants,
String strCredentialType)
|
org.eclipse.higgins.sts.api.IMEXResponse |
getMetadata(Map mapGlobalSettings,
String strComponentName,
Map mapComponentSettings,
Map mapInvocationSettings,
org.eclipse.higgins.sts.api.IConstants constants,
URI uriRequest)
|
configure
public void configure(Map mapGlobalSettings,
String strComponentName,
Map mapComponentSettings)
throws Exception
- Specified by:
configure
in interface org.eclipse.higgins.configuration.api.IConfigurableComponent
- Throws:
Exception
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 uriRequest)
throws Exception
- Specified by:
getMetadata
in interface org.eclipse.higgins.sts.api.IMetadataExchangeService
- Throws:
Exception
getMetadata
public org.eclipse.higgins.sts.api.IMEXResponse getMetadata(Map mapGlobalSettings,
String strComponentName,
Map mapComponentSettings,
Map mapInvocationSettings,
org.eclipse.higgins.sts.api.IConstants constants,
String strCredentialType)
throws Exception
- Throws:
Exception