org.eclipse.higgins.sts.api
Interface ISecurityTokenService

All Superinterfaces:
org.eclipse.higgins.configuration.api.IConfigurableComponent

public interface ISecurityTokenService
extends org.eclipse.higgins.configuration.api.IConfigurableComponent

Interface representing the plug-point for the Core Higgins STS implementation.

Author:
mikemci at us dot ibm dot com

Method Summary
 void invoke(Map mapGlobalSettings, String strComponentName, Map mapComponentSettings, Map mapInvocationSettings, IConstants constants, ISTSRequest request, ISTSResponse response)
          This method is called each time the framework receives a RequestSecurityToken message.
 
Methods inherited from interface org.eclipse.higgins.configuration.api.IConfigurableComponent
configure, getComponentDescriptor
 

Method Detail

invoke

public void invoke(Map mapGlobalSettings,
                   String strComponentName,
                   Map mapComponentSettings,
                   Map mapInvocationSettings,
                   IConstants constants,
                   ISTSRequest request,
                   ISTSResponse response)
This method is called each time the framework receives a RequestSecurityToken message.

Parameters:
request - an ISTSRequest containing values form the RequestSecurityToken
response - an ISTSResponse containing values to be placed into the RequestSecurityTokenResponse
constants - an IConstants containing the URIs appropriate for the request and response