Package | Description |
---|---|
org.apache.wss4j.dom.message | |
org.apache.wss4j.dom.processor | |
org.apache.wss4j.dom.saml | |
org.apache.wss4j.dom.str | |
org.apache.wss4j.dom.transform | |
org.apache.wss4j.dom.util |
Modifier and Type | Field and Description |
---|---|
protected WSDocInfo |
WSSecSignature.wsDocInfo |
Modifier and Type | Method and Description |
---|---|
List<Reference> |
WSSecSignatureBase.addReferencesToSign(Document doc,
List<WSEncryptionPart> references,
WSDocInfo wsDocInfo,
XMLSignatureFactory signatureFactory,
WSSecHeader secHeader,
boolean addInclusivePrefixes,
String digestAlgo)
This method adds references to the Signature.
|
Constructor and Description |
---|
WSSSAMLKeyInfoProcessor(RequestData data,
WSDocInfo docInfo) |
Modifier and Type | Method and Description |
---|---|
WSDocInfo |
STRParserParameters.getWsDocInfo() |
Modifier and Type | Method and Description |
---|---|
static Element |
STRParserUtil.findProcessedTokenElement(Document doc,
WSDocInfo docInfo,
CallbackHandler cb,
String uri,
String type)
Find a token that has been processed already - in other words, it access previous
results to find the element, rather than conducting a general search
|
static Element |
STRParserUtil.findUnprocessedTokenElement(Document doc,
WSDocInfo docInfo,
CallbackHandler cb,
String uri,
String type)
Find a token that has not been processed already - in other words, it searches for
the element, rather than trying to access previous results to find the element
|
static SamlAssertionWrapper |
STRParserUtil.getAssertionFromKeyIdentifier(SecurityTokenReference secRef,
Element strElement,
RequestData request,
WSDocInfo wsDocInfo)
Get an SamlAssertionWrapper object from parsing a SecurityTokenReference that uses
a KeyIdentifier that points to a SAML Assertion.
|
static Element |
STRParserUtil.getTokenElement(Document doc,
WSDocInfo docInfo,
CallbackHandler cb,
String uri,
String valueType) |
void |
STRParserParameters.setWsDocInfo(WSDocInfo wsDocInfo) |
Modifier and Type | Method and Description |
---|---|
static Element |
STRTransformUtil.dereferenceSTR(Document doc,
SecurityTokenReference secRef,
WSDocInfo wsDocInfo)
Retrieves the element representing the referenced content of a STR.
|
Modifier and Type | Method and Description |
---|---|
static Element |
EncryptionUtils.findEncryptedDataElement(Document doc,
WSDocInfo wsDocInfo,
String dataRefURI)
Look up the encrypted data.
|
static void |
WSSecurityUtil.verifySignedElement(Element elem,
WSDocInfo wsDocInfo)
Deprecated.
|
static void |
SignatureUtils.verifySignedElement(Element elem,
WSDocInfo wsDocInfo) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.