Uses of Class
org.apache.wss4j.common.token.SecurityTokenReference
-
Packages that use SecurityTokenReference Package Description 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
Methods in org.apache.wss4j.dom.message that return SecurityTokenReference Modifier and Type Method Description SecurityTokenReferenceWSSecEncrypt. getSecurityTokenReference()SecurityTokenReferenceWSSecSignature. getSecurityTokenReference()Get the SecurityTokenReference to be used in the KeyInfo element.Methods in org.apache.wss4j.dom.message with parameters of type SecurityTokenReference Modifier and Type Method Description voidWSSecEncrypt. setSecurityTokenReference(SecurityTokenReference reference)voidWSSecSignature. 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 Modifier and Type Method Description SecurityTokenReferenceDerivedKeyToken. getSecurityTokenReference()Returns the SecurityTokenReference of the derived key tokenMethods in org.apache.wss4j.dom.message.token with parameters of type SecurityTokenReference Modifier and Type Method Description voidDerivedKeyToken. 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 Modifier and Type Method Description static voidSTRParserUtil. checkBinarySecurityBSPCompliance(SecurityTokenReference secRef, BinarySecurity token, BSPEnforcer bspEnforcer)Check that the BinarySecurityToken referenced by the SecurityTokenReference argument is BSP compliant.static voidSTRParserUtil. checkEncryptedKeyBSPCompliance(SecurityTokenReference secRef, BSPEnforcer bspEnforcer)Check that the EncryptedKey referenced by the SecurityTokenReference argument is BSP compliant.static voidSTRParserUtil. checkSamlTokenBSPCompliance(SecurityTokenReference secRef, SamlAssertionWrapper samlAssertion, BSPEnforcer bspEnforcer)Check that the SAML token referenced by the SecurityTokenReference argument is BSP compliant.static voidSTRParserUtil. checkUsernameTokenBSPCompliance(SecurityTokenReference secRef, BSPEnforcer bspEnforcer)Check that the Username token referenced by the SecurityTokenReference argument is BSP compliant.static SamlAssertionWrapperSTRParserUtil. getAssertionFromKeyIdentifier(SecurityTokenReference secRef, Element strElement, RequestData request)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 Modifier and Type Method Description static ElementSTRTransformUtil. dereferenceSTR(Document doc, SecurityTokenReference secRef, WSDocInfo wsDocInfo)Retrieves the element representing the referenced content of a STR.
-