Uses of Class
org.apache.ws.security.WSDocInfo

Packages that use WSDocInfo
org.apache.ws.security.message   
org.apache.ws.security.message.token   
org.apache.ws.security.processor   
org.apache.ws.security.saml   
org.apache.ws.security.saml.ext   
org.apache.ws.security.str   
org.apache.ws.security.transform   
 

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
 List<javax.xml.crypto.dsig.Reference> WSSecSignatureBase.addReferencesToSign(Document doc, List<WSEncryptionPart> references, WSDocInfo wsDocInfo, javax.xml.crypto.dsig.XMLSignatureFactory signatureFactory, WSSecHeader secHeader, WSSConfig wssConfig, 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
 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.ws.security.processor
 

Methods in org.apache.ws.security.processor with parameters of type WSDocInfo
static Element ReferenceListProcessor.findEncryptedDataElement(Document doc, WSDocInfo wsDocInfo, String dataRefURI)
          Look up the encrypted data.
 Credential SAMLTokenProcessor.handleSAMLToken(Element token, RequestData data, Validator validator, WSDocInfo docInfo)
           
 List<WSSecurityEngineResult> Processor.handleToken(Element elem, RequestData request, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> SecurityContextTokenProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> DerivedKeyTokenProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> EncryptedKeyProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> BinarySecurityTokenProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
          
 List<WSSecurityEngineResult> EncryptedDataProcessor.handleToken(Element elem, RequestData request, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> TimestampProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> UsernameTokenProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> SignatureConfirmationProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> ReferenceListProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> SignatureProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> SAMLTokenProcessor.handleToken(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, 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(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 EncryptedKeySTRParser.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 SignatureSTRParser.parseSecurityTokenReference(Element strElement, RequestData data, WSDocInfo wsDocInfo, Map<String,Object> parameters)
          Parse a SecurityTokenReference element and extract credentials.
 void DerivedKeyTokenSTRParser.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.
 

Uses of WSDocInfo in org.apache.ws.security.transform
 

Methods in org.apache.ws.security.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.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.