Package org.apache.wss4j.binding.wss10
Class ObjectFactory
java.lang.Object
org.apache.wss4j.binding.wss10.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.wss4j.binding.wss10 package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.wss4j.binding.wss10 -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAttributedStringjakarta.xml.bind.JAXBElement<BinarySecurityTokenType>Create an instance ofBinarySecurityTokenTypejakarta.xml.bind.JAXBElement<EmbeddedType>createEmbedded(EmbeddedType value) Create an instance ofEmbeddedTypeCreate an instance ofEncodedStringjakarta.xml.bind.JAXBElement<KeyIdentifierType>Create an instance ofKeyIdentifierTypejakarta.xml.bind.JAXBElement<EncodedString>createNonce(EncodedString value) jakarta.xml.bind.JAXBElement<PasswordString>createPassword(PasswordString value) Create an instance ofPasswordStringjakarta.xml.bind.JAXBElement<ReferenceType>createReference(ReferenceType value) Create an instance ofReferenceTypejakarta.xml.bind.JAXBElement<SecurityHeaderType>createSecurity(SecurityHeaderType value) Create an instance ofSecurityHeaderTypejakarta.xml.bind.JAXBElement<SecurityTokenReferenceType>Create an instance ofSecurityTokenReferenceTypejakarta.xml.bind.JAXBElement<TransformationParametersType>Create an instance ofTransformationParametersTypejakarta.xml.bind.JAXBElement<UsernameTokenType>Create an instance ofUsernameTokenType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.wss4j.binding.wss10
-
-
Method Details
-
createUsernameTokenType
Create an instance ofUsernameTokenType -
createBinarySecurityTokenType
Create an instance ofBinarySecurityTokenType -
createReferenceType
Create an instance ofReferenceType -
createEmbeddedType
Create an instance ofEmbeddedType -
createKeyIdentifierType
Create an instance ofKeyIdentifierType -
createSecurityTokenReferenceType
Create an instance ofSecurityTokenReferenceType -
createSecurityHeaderType
Create an instance ofSecurityHeaderType -
createTransformationParametersType
Create an instance ofTransformationParametersType -
createPasswordString
Create an instance ofPasswordString -
createEncodedString
Create an instance ofEncodedString -
createAttributedString
Create an instance ofAttributedString -
createUsernameToken
-
createBinarySecurityToken
public jakarta.xml.bind.JAXBElement<BinarySecurityTokenType> createBinarySecurityToken(BinarySecurityTokenType value) -
createReference
-
createEmbedded
-
createKeyIdentifier
-
createSecurityTokenReference
public jakarta.xml.bind.JAXBElement<SecurityTokenReferenceType> createSecurityTokenReference(SecurityTokenReferenceType value) -
createSecurity
-
createTransformationParameters
public jakarta.xml.bind.JAXBElement<TransformationParametersType> createTransformationParameters(TransformationParametersType value) -
createPassword
-
createNonce
-