Uses of Class
org.apache.wss4j.common.token.SecurityTokenReference
Packages that use SecurityTokenReference
Package
Description
-
Uses of SecurityTokenReference in org.apache.wss4j.dom.message
Methods in org.apache.wss4j.dom.message that return SecurityTokenReferenceModifier and TypeMethodDescriptionWSSecEncrypt.getSecurityTokenReference()WSSecSignature.getSecurityTokenReference()Get the SecurityTokenReference to be used in the KeyInfo element.Methods in org.apache.wss4j.dom.message with parameters of type SecurityTokenReferenceModifier and TypeMethodDescriptionvoidWSSecEncrypt.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 SecurityTokenReferenceModifier and TypeMethodDescriptionDerivedKeyToken.getSecurityTokenReference()Returns the SecurityTokenReference of the derived key tokenMethods in org.apache.wss4j.dom.message.token with parameters of type SecurityTokenReferenceModifier and TypeMethodDescriptionvoidDerivedKeyToken.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 SecurityTokenReferenceModifier and TypeMethodDescriptionstatic 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 SecurityTokenReferenceModifier and TypeMethodDescriptionstatic ElementSTRTransformUtil.dereferenceSTR(Document doc, SecurityTokenReference secRef, WSDocInfo wsDocInfo) Retrieves the element representing the referenced content of a STR.