|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WSTrustException in org.apache.ws.sandbox.security.policy.message.token |
Methods in org.apache.ws.sandbox.security.policy.message.token that throw WSTrustException | |
protected void |
AppliesTo.deserializeChildElement(org.w3c.dom.Element elem)
Populates the attribute elements with given elements This method will be called with the child elements of the wsa:AppliesTo |
Constructors in org.apache.ws.sandbox.security.policy.message.token that throw WSTrustException | |
AppliesTo(org.w3c.dom.Element elem)
Constructor for AppliesTo |
Uses of WSTrustException in org.apache.ws.sandbox.security.trust |
Methods in org.apache.ws.sandbox.security.trust that throw WSTrustException | |
void |
RSTRParser.processRSTR(RequestSecurityTokenResponse rstr)
|
org.w3c.dom.Document |
STSManager.handleRequest(org.w3c.dom.Document req,
org.w3c.dom.Document res)
Handle the request and build the Response Envelope Handle the request and build the Response Envelope |
boolean |
TrustEngine.verifyTrust(org.w3c.dom.Document doc)
Verify trust for a given request |
Constructors in org.apache.ws.sandbox.security.trust that throw WSTrustException | |
TrustEngine(java.lang.String propFileName)
Create a trust engine with config info in a Properties file |
|
TrustEngine()
Create a trust engine with the default properties file The default properties file used is trustEngine.properties |
Uses of WSTrustException in org.apache.ws.sandbox.security.trust.issue |
Methods in org.apache.ws.sandbox.security.trust.issue that throw WSTrustException | |
abstract org.w3c.dom.Element |
X509ToSCTIssuer.getSecuritContextToken(org.w3c.dom.Document doc,
X509Security x509Sec)
Override this method to generate the SCT. |
Uses of WSTrustException in org.apache.ws.sandbox.security.trust.message.token |
Methods in org.apache.ws.sandbox.security.trust.message.token that throw WSTrustException | |
protected void |
CompositeElement.setElementTextValue(org.w3c.dom.Text textNode)
|
void |
AbstractToken.parse(org.w3c.dom.Element elem)
Parses the immediate children of the current token and calls the deserializeChildElement method or deserializeElementText |
protected abstract void |
AbstractToken.deserializeChildElement(org.w3c.dom.Element elem)
This is called for each of the immediate child elements of type Node.ELEMENT_NODE of this token |
protected abstract void |
AbstractToken.setElementTextValue(org.w3c.dom.Text textNode)
This is called with a Text node of the
current element |
protected void |
ValueElement.deserializeChildElement(org.w3c.dom.Element elem)
|
protected void |
ValueElement.setElementTextValue(org.w3c.dom.Text textNode)
|
protected void |
Lifetime.deserializeChildElement(org.w3c.dom.Element elem)
|
protected void |
RequestSecurityToken.deserializeChildElement(org.w3c.dom.Element elem)
|
protected abstract void |
RequestSecurityToken.handleSpecificChildren(org.w3c.dom.Element elem)
This is used to handle the specific child elements for the four types of requests Issue @see TrustConstants#ISSUE_SECURITY_TOKEN Renew @see TrustConstants#RENEW_SECURITY_TOKEN Cancel @see TrustConstants#CANCEL_SECURITY_TOKEN Validate @see TrustConstants#VALIDATE_SECURITY_TOKEN |
BinarySecret |
Entropy.getBinarySecret()
|
protected void |
Entropy.deserializeChildElement(org.w3c.dom.Element elem)
|
protected void |
AllowPostdating.setElementTextValue(org.w3c.dom.Text textNode)
|
protected void |
AllowPostdating.deserializeChildElement(org.w3c.dom.Element elem)
|
protected void |
CancelRequestSecurityToken.handleSpecificChildren(org.w3c.dom.Element elem)
Handle the serialization of child elements specific to this type |
protected void |
CancelTarget.deserializeChildElement(org.w3c.dom.Element elem)
|
protected void |
IssueRequestSecurityToken.handleSpecificChildren(org.w3c.dom.Element elem)
Handle the serialization of child elements specific to this type |
protected void |
Renewing.deserializeChildElement(org.w3c.dom.Element elem)
|
protected void |
Renewing.setElementTextValue(org.w3c.dom.Text textNode)
|
protected void |
RenewRequestSecurityToken.handleSpecificChildren(org.w3c.dom.Element elem)
|
protected void |
RenewTarget.deserializeChildElement(org.w3c.dom.Element elem)
|
protected void |
Status.deserializeChildElement(org.w3c.dom.Element elem)
|
protected void |
ValidateRequestSecurityToken.handleSpecificChildren(org.w3c.dom.Element elem)
|
Constructors in org.apache.ws.sandbox.security.trust.message.token that throw WSTrustException | |
RequestSecurityTokenResponse(org.w3c.dom.Element elem)
To create a RequestSecurityTokenResponse token form an element passed |
|
RequestSecurityTokenResponse(org.w3c.dom.Element elem,
boolean parseChildElements)
May not be usefull in future developments. |
|
CompositeElement(org.w3c.dom.Element elem)
|
|
AbstractToken(org.w3c.dom.Element elem)
Tihs constructor accepts a DOM Element instance Will populate the internal properties |
|
TokenType(org.w3c.dom.Element elem)
Constructor for TokenType |
|
ValueElement(org.w3c.dom.Element elem)
|
|
Lifetime(org.w3c.dom.Element elem)
Constructor for Lifetime Check for created and epires elements |
|
Created(org.w3c.dom.Element elem)
|
|
Expires(org.w3c.dom.Element elem)
|
|
RequestSecurityToken(org.w3c.dom.Element elem)
Instanciate a new RequestSecurityToken with a wst:RequestSecurityToken
token's element |
|
RequestType(org.w3c.dom.Element elem)
Constructor for RequestType |
|
Entropy(org.w3c.dom.Element elem)
Constructor. |
|
BinarySecret(org.w3c.dom.Element elem)
Constructor. |
|
ComputedKey(org.w3c.dom.Element elem)
Constructor. |
|
AllowPostdating(org.w3c.dom.Element elem)
Constructor for AllowPostdating |
|
CancelRequestSecurityToken(org.w3c.dom.Element elem)
|
|
CancelTarget(org.w3c.dom.Element elem)
|
|
Claims(org.w3c.dom.Element elem)
|
|
Code(org.w3c.dom.Element elem)
Constructor for Code |
|
IssueRequestSecurityToken(org.w3c.dom.Element elem)
|
|
KeySize(org.w3c.dom.Element elem)
|
|
Renewing(org.w3c.dom.Element elem)
Constructor for Renewing |
|
Reason(org.w3c.dom.Element elem)
Constructor for Reason |
|
RenewRequestSecurityToken(org.w3c.dom.Element elem)
|
|
RenewTarget(org.w3c.dom.Element elem)
|
|
RequestedTokenCancelled(org.w3c.dom.Element elem)
|
|
Status(org.w3c.dom.Element elem)
Constructor for Status |
|
ValidateRequestSecurityToken(org.w3c.dom.Element elem)
|
Uses of WSTrustException in org.apache.ws.sandbox.security.trust.request |
Methods in org.apache.ws.sandbox.security.trust.request that throw WSTrustException | |
org.w3c.dom.Document |
STRequester.request(org.w3c.dom.Document req,
java.util.Hashtable hashOps)
Modify request according to the given options |
Uses of WSTrustException in org.apache.ws.sandbox.security.trust.verify |
Methods in org.apache.ws.sandbox.security.trust.verify that throw WSTrustException | |
boolean |
STVerifier.verify(org.w3c.dom.Document doc)
Verification for the Trust engine |
boolean |
ClaimVerifier.verify(org.w3c.dom.Document doc)
|
boolean |
IssuerVerifier.verify(org.w3c.dom.Document doc)
|
boolean |
SignatureVerifier.verify(org.w3c.dom.Document doc)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |