Uses of Interface
com.sun.xml.wss.core.SecurityHeaderBlock
Packages that use SecurityHeaderBlock
-
Uses of SecurityHeaderBlock in com.sun.xml.wss.core
Subinterfaces of SecurityHeaderBlock in com.sun.xml.wss.coreClasses in com.sun.xml.wss.core that implement SecurityHeaderBlockModifier and TypeClassDescriptionclassA wsse:BinarySecurityToken.classclassCorresponds to Schema definition for EncryptedData.classThe schema definition of EncryptedKey element is as follows:classclassSchema definition for an EncryptedType is as follows:classCorresponds to the schema representation for a KeyInfo.classA ReferenceList element is defined as follows:classThe schema definition for a SAMLAssertionis as follows:class<wsc:SecurityContextToken wsu:Id="..." ...> <wsc:Identifier>...</wsc:Identifier> <wsc:Instance>...</wsc:Instance> ...classclasswsse11:SignatureConfirmationclass<element name="Signature" type="ds:SignatureType"/> <complexType name="SignatureType"> <sequence> <element ref="ds:SignedInfo"/> <element ref="ds:SignatureValue"/> <element ref="ds:KeyInfo" minOccurs="0"/> <element ref="ds:Object" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="Id" type="ID" use="optional"/> </complexType>classclassSupport for a WSS:Username Token Profile.classAn X509 v3 certificate BinarySecurityToken.Methods in com.sun.xml.wss.core that return SecurityHeaderBlockModifier and TypeMethodDescriptionstatic SecurityHeaderBlockDerivedKeyTokenHeaderBlock.fromSoapElement(SOAPElement element) static SecurityHeaderBlockEncryptedDataHeaderBlock.fromSoapElement(SOAPElement element) static SecurityHeaderBlockEncryptedKeyHeaderBlock.fromSoapElement(SOAPElement element) static SecurityHeaderBlockKeyInfoHeaderBlock.fromSoapElement(SOAPElement element) static SecurityHeaderBlockReferenceListHeaderBlock.fromSoapElement(SOAPElement element) static SecurityHeaderBlockSamlAssertionHeaderBlock.fromSoapElement(SOAPElement element) static SecurityHeaderBlockSecurityContextTokenImpl.fromSoapElement(SOAPElement element) static SecurityHeaderBlockSecurityTokenReference.fromSoapElement(SOAPElement element) static SecurityHeaderBlockSignatureConfirmationHeaderBlock.fromSoapElement(SOAPElement element) static SecurityHeaderBlockSignatureHeaderBlock.fromSoapElement(SOAPElement element) static SecurityHeaderBlockUsernameToken.fromSoapElement(SOAPElement element) static SecurityHeaderBlockX509SecurityToken.fromSoapElement(SOAPElement element) SecurityHeader.getCurrentHeaderBlock(Class implType) Get the header block to be processed next.Methods in com.sun.xml.wss.core with parameters of type SecurityHeaderBlockModifier and TypeMethodDescriptionvoidSecurityHeader.appendChild(SecurityHeaderBlock block) voidSecurityHeader.insertBefore(SecurityHeaderBlock block, Node elem) voidSecurityHeader.insertHeaderBlock(SecurityHeaderBlock block) Inserts the header block at the top of the security header, i.e, the block becomes the first child element of the security header. -
Uses of SecurityHeaderBlock in com.sun.xml.wss.impl.misc
Classes in com.sun.xml.wss.impl.misc that implement SecurityHeaderBlockMethods in com.sun.xml.wss.impl.misc that return SecurityHeaderBlockModifier and TypeMethodDescriptionstatic SecurityHeaderBlockSecurityHeaderBlockImpl.fromSoapElement(SOAPElement element, Class implClass)