|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.higgins.sts.server.extension.SAML_1_0.ref_impl.SelfSignedIssuer
public class SelfSignedIssuer
Handle RSTs and generate RSTRs as SAML Assertions. Compatible with www.identityblog.com
Constructor Summary | |
---|---|
protected |
SelfSignedIssuer()
Protected constructor, must use SelfSignedIssuerFactory |
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 for SAML, generates a set of RSTRs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected SelfSignedIssuer()
Method Detail |
---|
public void Initialize(java.util.Properties propertiesExtension)
Initialize
in interface SecurityTokenServiceExtension
propertiesExtension
- poperties configured for the extension.public STSResponse invoke(STSRequest request)
invoke
in interface SecurityTokenServiceExtension
principal
- authenticated WSS principalelemRST
- array of children of the RSThtLocalNameToElement
- map of element names to Elements (from the RST)strAction
- URI from the WSA Action headerstrFrom
- URI from the WSA From headerstrTo
- URI from the WSA To headerstrPrincipalName
- name of authenticated WSS principalstrRequestTokenType
- URI from WST TokenTypestrRequestType
- URI from WST RequestTypestrAppliesToEndpointReferenceAddress
- URI from WST AppliesTo EPR
public boolean canCancel(org.w3c.dom.Element elemCancelTarget)
canCancel
in interface SecurityTokenServiceExtension
elemCancelTarget
- specifies the token to cancel.
public boolean canValidate(org.w3c.dom.Element elemValidateTarget)
canValidate
in interface SecurityTokenServiceExtension
elemValidateTarget
- specifies the token to validate.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |