Uses of Class
org.apache.wss4j.dom.WSDocInfo

Packages that use WSDocInfo
org.apache.wss4j.dom.message   
org.apache.wss4j.dom.message.token   
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   
 

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
 

Methods in org.apache.wss4j.dom.processor with parameters of type WSDocInfo
static Element ReferenceListProcessor.findEncryptedDataElement(Document doc, WSDocInfo wsDocInfo, String dataRefURI)
          Look up the encrypted data.
 Credential SAMLTokenProcessor.handleSAMLToken(SamlAssertionWrapper samlAssertion, RequestData data, Validator validator, WSDocInfo docInfo)
           
 List<WSSecurityEngineResult> TimestampProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> EncryptedAssertionProcessor.handleToken(Element elem, RequestData request, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> SignatureConfirmationProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> SecurityContextTokenProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> Processor.handleToken(Element elem, RequestData request, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> BinarySecurityTokenProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
          
 List<WSSecurityEngineResult> DerivedKeyTokenProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> EncryptedDataProcessor.handleToken(Element elem, RequestData request, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> EncryptedKeyProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> UsernameTokenProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> ReferenceListProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> SAMLTokenProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> SignatureProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo)
           
 List<WSSecurityEngineResult> EncryptedKeyProcessor.handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo, AlgorithmSuite algorithmSuite)
           
 

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)
           
 



Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.