|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WSDocInfo in org.apache.wss4j.dom.message |
|---|
| Fields in org.apache.wss4j.dom.message declared as WSDocInfo | |
|---|---|
protected WSDocInfo |
WSSecSignature.wsDocInfo
|
| Methods in org.apache.wss4j.dom.message with parameters of type WSDocInfo | |
|---|---|
List<Reference> |
WSSecSignatureBase.addReferencesToSign(Document doc,
List<WSEncryptionPart> references,
WSDocInfo wsDocInfo,
XMLSignatureFactory signatureFactory,
WSSecHeader secHeader,
WSSConfig wssConfig,
String digestAlgo)
This method adds references to the Signature. |
| Uses of WSDocInfo in org.apache.wss4j.dom.message.token |
|---|
| Methods in org.apache.wss4j.dom.message.token with parameters of type WSDocInfo | |
|---|---|
Element |
SecurityTokenReference.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 |
Element |
SecurityTokenReference.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 |
Element |
SecurityTokenReference.getTokenElement(Document doc,
WSDocInfo docInfo,
CallbackHandler cb)
Gets the signing token element, which may be a BinarySecurityToken
or a SAML token. |
| Uses of WSDocInfo in org.apache.wss4j.dom.processor |
|---|
| Uses of WSDocInfo in org.apache.wss4j.dom.saml |
|---|
| Constructors in org.apache.wss4j.dom.saml with parameters of type WSDocInfo | |
|---|---|
WSSSAMLKeyInfoProcessor(RequestData data,
WSDocInfo docInfo)
|
|
| Uses of WSDocInfo in org.apache.wss4j.dom.str |
|---|
| Methods in org.apache.wss4j.dom.str with parameters of type WSDocInfo | |
|---|---|
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. |
void |
DerivedKeyTokenSTRParser.parseSecurityTokenReference(Element strElement,
RequestData data,
WSDocInfo wsDocInfo,
Map<String,Object> parameters)
Parse a SecurityTokenReference element and extract credentials. |
void |
SignatureSTRParser.parseSecurityTokenReference(Element strElement,
RequestData data,
WSDocInfo wsDocInfo,
Map<String,Object> parameters)
Parse a SecurityTokenReference element and extract credentials. |
void |
SecurityTokenRefSTRParser.parseSecurityTokenReference(Element strElement,
RequestData data,
WSDocInfo wsDocInfo,
Map<String,Object> parameters)
Parse a SecurityTokenReference element and extract credentials. |
void |
STRParser.parseSecurityTokenReference(Element strElement,
RequestData data,
WSDocInfo wsDocInfo,
Map<String,Object> parameters)
Parse a SecurityTokenReference element and extract credentials. |
void |
EncryptedKeySTRParser.parseSecurityTokenReference(Element strElement,
RequestData data,
WSDocInfo wsDocInfo,
Map<String,Object> parameters)
Parse a SecurityTokenReference element and extract credentials. |
| Uses of WSDocInfo in org.apache.wss4j.dom.transform |
|---|
| Methods in org.apache.wss4j.dom.transform with parameters of type WSDocInfo | |
|---|---|
static Element |
STRTransformUtil.dereferenceSTR(Document doc,
SecurityTokenReference secRef,
WSDocInfo wsDocInfo)
Retrieves the element representing the referenced content of a STR. |
| Uses of WSDocInfo in org.apache.wss4j.dom.util |
|---|
| Methods in org.apache.wss4j.dom.util with parameters of type WSDocInfo | |
|---|---|
static void |
WSSecurityUtil.verifySignedElement(Element elem,
WSDocInfo wsDocInfo)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||