|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WSDocInfo in org.apache.ws.security.message |
---|
Fields in org.apache.ws.security.message declared as WSDocInfo | |
---|---|
protected WSDocInfo |
WSSecSignature.wsDocInfo
|
Methods in org.apache.ws.security.message with parameters of type WSDocInfo | |
---|---|
java.util.List<javax.xml.crypto.dsig.Reference> |
WSSecSignatureBase.addReferencesToSign(org.w3c.dom.Document doc,
java.util.List<WSEncryptionPart> references,
WSDocInfo wsDocInfo,
javax.xml.crypto.dsig.XMLSignatureFactory signatureFactory,
WSSecHeader secHeader,
WSSConfig wssConfig,
java.lang.String digestAlgo)
This method adds references to the Signature. |
Uses of WSDocInfo in org.apache.ws.security.message.token |
---|
Methods in org.apache.ws.security.message.token with parameters of type WSDocInfo | |
---|---|
org.w3c.dom.Element |
SecurityTokenReference.findProcessedTokenElement(org.w3c.dom.Document doc,
WSDocInfo docInfo,
javax.security.auth.callback.CallbackHandler cb,
java.lang.String uri,
java.lang.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 |
org.w3c.dom.Element |
SecurityTokenReference.findUnprocessedTokenElement(org.w3c.dom.Document doc,
WSDocInfo docInfo,
javax.security.auth.callback.CallbackHandler cb,
java.lang.String uri,
java.lang.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 |
org.w3c.dom.Element |
SecurityTokenReference.getTokenElement(org.w3c.dom.Document doc,
WSDocInfo docInfo,
javax.security.auth.callback.CallbackHandler cb)
Gets the signing token element, which may be a BinarySecurityToken
or a SAML token. |
Uses of WSDocInfo in org.apache.ws.security.processor |
---|
Methods in org.apache.ws.security.processor with parameters of type WSDocInfo | |
---|---|
static org.w3c.dom.Element |
ReferenceListProcessor.findEncryptedDataElement(org.w3c.dom.Document doc,
WSDocInfo wsDocInfo,
java.lang.String dataRefURI)
Look up the encrypted data. |
Credential |
SAMLTokenProcessor.handleSAMLToken(org.w3c.dom.Element token,
RequestData data,
Validator validator,
WSDocInfo docInfo)
|
java.util.List<WSSecurityEngineResult> |
TimestampProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
SignatureConfirmationProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
SecurityContextTokenProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
Processor.handleToken(org.w3c.dom.Element elem,
RequestData request,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
BinarySecurityTokenProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
DerivedKeyTokenProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
EncryptedDataProcessor.handleToken(org.w3c.dom.Element elem,
RequestData request,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
EncryptedKeyProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
UsernameTokenProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
ReferenceListProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
SAMLTokenProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
SignatureProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
Uses of WSDocInfo in org.apache.ws.security.saml |
---|
Methods in org.apache.ws.security.saml with parameters of type WSDocInfo | |
---|---|
static AssertionWrapper |
SAMLUtil.getAssertionFromKeyIdentifier(SecurityTokenReference secRef,
org.w3c.dom.Element strElement,
RequestData request,
WSDocInfo wsDocInfo)
Get an AssertionWrapper object from parsing a SecurityTokenReference that uses a KeyIdentifier that points to a SAML Assertion. |
static SAMLKeyInfo |
SAMLUtil.getCredentialFromKeyInfo(org.w3c.dom.Element keyInfoElement,
RequestData data,
WSDocInfo docInfo,
boolean bspCompliant)
This method returns a SAMLKeyInfo corresponding to the credential found in the KeyInfo (DOM Element) argument. |
static SAMLKeyInfo |
SAMLUtil.getCredentialFromSubject(org.opensaml.saml1.core.Assertion assertion,
RequestData data,
WSDocInfo docInfo,
boolean bspCompliant)
Get the SAMLKeyInfo object corresponding to the credential stored in the Subject of a SAML 1.1 assertion |
static SAMLKeyInfo |
SAMLUtil.getCredentialFromSubject(org.opensaml.saml2.core.Assertion assertion,
RequestData data,
WSDocInfo docInfo,
boolean bspCompliant)
Get the SAMLKeyInfo object corresponding to the credential stored in the Subject of a SAML 2 assertion |
static SAMLKeyInfo |
SAMLUtil.getCredentialFromSubject(AssertionWrapper assertion,
RequestData data,
WSDocInfo docInfo,
boolean bspCompliant)
Parse a SAML Assertion to obtain a SAMLKeyInfo object from the Subject of the assertion |
Uses of WSDocInfo in org.apache.ws.security.saml.ext |
---|
Methods in org.apache.ws.security.saml.ext with parameters of type WSDocInfo | |
---|---|
void |
AssertionWrapper.parseHOKSubject(RequestData data,
WSDocInfo docInfo)
This method parses the KeyInfo of the Subject for the holder-of-key confirmation method, as required by the SAML Token spec. |
void |
AssertionWrapper.verifySignature(RequestData data,
WSDocInfo docInfo)
Verify the signature of this assertion |
Uses of WSDocInfo in org.apache.ws.security.str |
---|
Methods in org.apache.ws.security.str with parameters of type WSDocInfo | |
---|---|
void |
DerivedKeyTokenSTRParser.parseSecurityTokenReference(org.w3c.dom.Element strElement,
RequestData data,
WSDocInfo wsDocInfo,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Parse a SecurityTokenReference element and extract credentials. |
void |
SignatureSTRParser.parseSecurityTokenReference(org.w3c.dom.Element strElement,
RequestData data,
WSDocInfo wsDocInfo,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Parse a SecurityTokenReference element and extract credentials. |
void |
SecurityTokenRefSTRParser.parseSecurityTokenReference(org.w3c.dom.Element strElement,
RequestData data,
WSDocInfo wsDocInfo,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Parse a SecurityTokenReference element and extract credentials. |
void |
STRParser.parseSecurityTokenReference(org.w3c.dom.Element strElement,
RequestData data,
WSDocInfo wsDocInfo,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Parse a SecurityTokenReference element and extract credentials. |
void |
EncryptedKeySTRParser.parseSecurityTokenReference(org.w3c.dom.Element strElement,
RequestData data,
WSDocInfo wsDocInfo,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Parse a SecurityTokenReference element and extract credentials. |
Uses of WSDocInfo in org.apache.ws.security.transform |
---|
Methods in org.apache.ws.security.transform with parameters of type WSDocInfo | |
---|---|
static org.w3c.dom.Element |
STRTransformUtil.dereferenceSTR(org.w3c.dom.Document doc,
SecurityTokenReference secRef,
WSDocInfo wsDocInfo)
Retrieves the element representing the referenced content of a STR. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |