Uses of Interface
com.sun.xml.wss.core.SecurityHeaderBlock
-
Packages that use SecurityHeaderBlock Package Description com.sun.xml.wss.core com.sun.xml.wss.impl.misc -
-
Uses of SecurityHeaderBlock in com.sun.xml.wss.core
Subinterfaces of SecurityHeaderBlock in com.sun.xml.wss.core Modifier and Type Interface Description interfaceSecurityTokenClasses in com.sun.xml.wss.core that implement SecurityHeaderBlock Modifier and Type Class Description classBinarySecurityTokenA wsse:BinarySecurityToken.classDerivedKeyTokenHeaderBlockclassEncryptedDataHeaderBlockCorresponds to Schema definition for EncryptedData.classEncryptedKeyHeaderBlockThe schema definition of EncryptedKey element is as follows:classEncryptedKeyTokenclassEncryptedTypeHeaderBlockSchema definition for an EncryptedType is as follows:classKeyInfoHeaderBlockCorresponds to the schema representation for a KeyInfo.classReferenceListHeaderBlockA ReferenceList element is defined as follows:classSamlAssertionHeaderBlockThe schema definition for a SAMLAssertionis as follows: <xmp> <element name="Assertion" type="saml:AssertionType"/> <complexType name="AssertionType"> <sequence> <element ref="saml:Conditions" minOccurs="0"/> <element ref="saml:Advice" minOccurs="0"/> <choice maxOccurs="unbounded"> <element ref="saml:Statement"/> <element ref="saml:SubjectStatement"/> <element ref="saml:AuthenticationStatement"/> <element ref="saml:AuthorizationDecisionStatement"/> <element ref="saml:AttributeStatement"/> </choice> <element ref="ds:Signature" minOccurs="0"/> </sequence> <attribute name="MajorVersion" type="integer" use="required"/> <attribute name="MinorVersion" type="integer" use="required"/> <attribute name="AssertionID" type="saml:IDType" use="required"/> <attribute name="Issuer" type="string" use="required"/> <attribute name="IssueInstant" type="dateTime" use="required"/> </complexType> </xmp>classSecurityContextTokenImpl<wsc:SecurityContextToken wsu:Id="..." ...> <wsc:Identifier>...</wsc:Identifier> <wsc:Instance>...</wsc:Instance> ...classSecurityTokenReferenceclassSignatureConfirmationHeaderBlockwsse11:SignatureConfirmationclassSignatureHeaderBlockclassTimestampclassUsernameTokenSupport for a WSS:Username Token Profile.classX509SecurityTokenAn X509 v3 certificate BinarySecurityToken.Methods in com.sun.xml.wss.core that return SecurityHeaderBlock Modifier and Type Method Description static SecurityHeaderBlockDerivedKeyTokenHeaderBlock. fromSoapElement(javax.xml.soap.SOAPElement element)static SecurityHeaderBlockEncryptedDataHeaderBlock. fromSoapElement(javax.xml.soap.SOAPElement element)static SecurityHeaderBlockEncryptedKeyHeaderBlock. fromSoapElement(javax.xml.soap.SOAPElement element)static SecurityHeaderBlockKeyInfoHeaderBlock. fromSoapElement(javax.xml.soap.SOAPElement element)static SecurityHeaderBlockReferenceListHeaderBlock. fromSoapElement(javax.xml.soap.SOAPElement element)static SecurityHeaderBlockSamlAssertionHeaderBlock. fromSoapElement(javax.xml.soap.SOAPElement element)static SecurityHeaderBlockSecurityContextTokenImpl. fromSoapElement(javax.xml.soap.SOAPElement element)static SecurityHeaderBlockSecurityTokenReference. fromSoapElement(javax.xml.soap.SOAPElement element)static SecurityHeaderBlockSignatureConfirmationHeaderBlock. fromSoapElement(javax.xml.soap.SOAPElement element)static SecurityHeaderBlockSignatureHeaderBlock. fromSoapElement(javax.xml.soap.SOAPElement element)static SecurityHeaderBlockUsernameToken. fromSoapElement(javax.xml.soap.SOAPElement element)static SecurityHeaderBlockX509SecurityToken. fromSoapElement(javax.xml.soap.SOAPElement element)SecurityHeaderBlockSecurityHeader. getCurrentHeaderBlock(Class implType)Get the header block to be processed next.Methods in com.sun.xml.wss.core with parameters of type SecurityHeaderBlock Modifier and Type Method Description voidSecurityHeader. 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 SecurityHeaderBlock Modifier and Type Class Description classSecurityHeaderBlockImplMethods in com.sun.xml.wss.impl.misc that return SecurityHeaderBlock Modifier and Type Method Description static SecurityHeaderBlockSecurityHeaderBlockImpl. fromSoapElement(javax.xml.soap.SOAPElement element, Class implClass)
-