|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface representing the plug-point for Extensions
| Method Summary | |
|---|---|
boolean |
canHandle(Map mapGlobalSettings,
String strComponentName,
Map mapComponentSettings,
Map mapInvocationSettings,
org.eclipse.higgins.sts.api.IConstants constants,
org.eclipse.higgins.sts.api.ISTSRequest request)
Called by the framework when a request is received to determine which extension should process the request. |
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 for each received RST, generates a set of RSTRs. |
| Methods inherited from interface org.eclipse.higgins.configuration.api.IConfigurableComponent |
|---|
configure, getComponentDescriptor |
| Method Detail |
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)
request - an ISTSRequest containing values from the RequestSecurityTokenresponse - an ISTSResponse containing values to be placed into the RequestSecurityTokenResponseconstants - an IConstants containing the URIs appropriate for the request and response
public boolean canHandle(Map mapGlobalSettings,
String strComponentName,
Map mapComponentSettings,
Map mapInvocationSettings,
org.eclipse.higgins.sts.api.IConstants constants,
org.eclipse.higgins.sts.api.ISTSRequest request)
request - an ISTSRequest containing values from the RequestSecurityTokenconstants - an IConstants containing the URIs appropriate for the request
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||