Uses of Class
org.apache.wss4j.dom.message.token.SecurityTokenReference

Packages that use SecurityTokenReference
org.apache.wss4j.dom.message   
org.apache.wss4j.dom.message.token   
org.apache.wss4j.dom.str   
org.apache.wss4j.dom.transform   
 

Uses of SecurityTokenReference in org.apache.wss4j.dom.message
 

Fields in org.apache.wss4j.dom.message declared as SecurityTokenReference
protected  SecurityTokenReference WSSecSignature.secRef
           
 

Methods in org.apache.wss4j.dom.message that return SecurityTokenReference
 SecurityTokenReference WSSecEncrypt.getSecurityTokenReference()
           
 SecurityTokenReference WSSecSignature.getSecurityTokenReference()
          Get the SecurityTokenReference to be used in the KeyInfo element.
 

Methods in org.apache.wss4j.dom.message with parameters of type SecurityTokenReference
 void WSSecEncrypt.setSecurityTokenReference(SecurityTokenReference reference)
           
 void WSSecSignature.setSecurityTokenReference(SecurityTokenReference secRef)
          Set the SecurityTokenReference to be used in the KeyInfo element.
 

Uses of SecurityTokenReference in org.apache.wss4j.dom.message.token
 

Methods in org.apache.wss4j.dom.message.token that return SecurityTokenReference
 SecurityTokenReference DerivedKeyToken.getSecurityTokenReference()
          Returns the SecurityTokenReference of the derived key token
 

Methods in org.apache.wss4j.dom.message.token with parameters of type SecurityTokenReference
 void DerivedKeyToken.setSecurityTokenReference(SecurityTokenReference ref)
          Sets the security token reference of the derived key token This is the reference to the shared secret used in the conversation/context
 

Uses of SecurityTokenReference in org.apache.wss4j.dom.str
 

Methods in org.apache.wss4j.dom.str with parameters of type SecurityTokenReference
static void STRParserUtil.checkBinarySecurityBSPCompliance(SecurityTokenReference secRef, BinarySecurity token, BSPEnforcer bspEnforcer)
          Check that the BinarySecurityToken referenced by the SecurityTokenReference argument is BSP compliant.
static void STRParserUtil.checkEncryptedKeyBSPCompliance(SecurityTokenReference secRef, BSPEnforcer bspEnforcer)
          Check that the EncryptedKey referenced by the SecurityTokenReference argument is BSP compliant.
static void STRParserUtil.checkSamlTokenBSPCompliance(SecurityTokenReference secRef, SamlAssertionWrapper samlAssertion, BSPEnforcer bspEnforcer)
          Check that the SAML token referenced by the SecurityTokenReference argument is BSP compliant.
static void STRParserUtil.checkUsernameTokenBSPCompliance(SecurityTokenReference secRef, BSPEnforcer bspEnforcer)
          Check that the Username token referenced by the SecurityTokenReference argument is BSP compliant.
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.
 

Uses of SecurityTokenReference in org.apache.wss4j.dom.transform
 

Methods in org.apache.wss4j.dom.transform with parameters of type SecurityTokenReference
static Element STRTransformUtil.dereferenceSTR(Document doc, SecurityTokenReference secRef, WSDocInfo wsDocInfo)
          Retrieves the element representing the referenced content of a STR.
 



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