Class ObjectFactory
java.lang.Object
org.apache.cxf.ws.security.sts.provider.model.secext.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.cxf.ws.security.sts.provider.model.secext package.
An ObjectFactory allows you to programmatically 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.cxf.ws.security.sts.provider.model.secext -
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.cxf.ws.security.sts.provider.model.secext
-
-
Method Details
-
createUsernameTokenType
Create an instance ofUsernameTokenType- Returns:
- the new instance of
UsernameTokenType
-
createBinarySecurityTokenType
Create an instance ofBinarySecurityTokenType- Returns:
- the new instance of
BinarySecurityTokenType
-
createReferenceType
Create an instance ofReferenceType- Returns:
- the new instance of
ReferenceType
-
createEmbeddedType
Create an instance ofEmbeddedType- Returns:
- the new instance of
EmbeddedType
-
createKeyIdentifierType
Create an instance ofKeyIdentifierType- Returns:
- the new instance of
KeyIdentifierType
-
createSecurityTokenReferenceType
Create an instance ofSecurityTokenReferenceType- Returns:
- the new instance of
SecurityTokenReferenceType
-
createSecurityHeaderType
Create an instance ofSecurityHeaderType- Returns:
- the new instance of
SecurityHeaderType
-
createTransformationParametersType
Create an instance ofTransformationParametersType- Returns:
- the new instance of
TransformationParametersType
-
createPasswordString
Create an instance ofPasswordString- Returns:
- the new instance of
PasswordString
-
createEncodedString
Create an instance ofEncodedString- Returns:
- the new instance of
EncodedString
-
createAttributedString
Create an instance ofAttributedString- Returns:
- the new instance of
AttributedString
-
createUsernameToken
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<UsernameTokenType>
-
createBinarySecurityToken
public jakarta.xml.bind.JAXBElement<BinarySecurityTokenType> createBinarySecurityToken(BinarySecurityTokenType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BinarySecurityTokenType>
-
createReference
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ReferenceType>
-
createEmbedded
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EmbeddedType>
-
createKeyIdentifier
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<KeyIdentifierType>
-
createSecurityTokenReference
public jakarta.xml.bind.JAXBElement<SecurityTokenReferenceType> createSecurityTokenReference(SecurityTokenReferenceType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SecurityTokenReferenceType>
-
createSecurity
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SecurityHeaderType>
-
createTransformationParameters
public jakarta.xml.bind.JAXBElement<TransformationParametersType> createTransformationParameters(TransformationParametersType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TransformationParametersType>
-
createPassword
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PasswordString>
-
createNonce
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EncodedString>
-