|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecurityTokenServiceExtension
Implement this interface to handle RSTs and generate RSTRs
Method Summary | |
---|---|
boolean |
canCancel(org.w3c.dom.Element elemCancelTarget)
Called by the framework when a cancel request is received to determine which extension should process the cancel request. |
boolean |
canValidate(org.w3c.dom.Element elemValidateTarget)
Called by the framework when a validate request is received to determine which extension should process the validate request. |
void |
Initialize(java.util.Properties propertiesExtension)
Called by the fraemwork before the first call to invoke, and anytime initialize is invoked. |
STSResponse |
invoke(STSRequest request)
Called for each received RST, generates a set of RSTRs. |
Method Detail |
---|
void Initialize(java.util.Properties propertiesExtension)
propertiesExtension
- poperties configured for the extension.STSResponse invoke(STSRequest request)
request
- an STSRequest containing values from the RequestSecurityToken
boolean canCancel(org.w3c.dom.Element elemCancelTarget)
elemCancelTarget
- specifies the token to cancel.
boolean canValidate(org.w3c.dom.Element elemValidateTarget)
elemValidateTarget
- specifies the token to validate.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |