Class ObjectFactory
- java.lang.Object
-
- org.apache.cxf.ws.security.sts.provider.model.secext.ObjectFactory
-
public class ObjectFactory extends Object
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 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
Constructors Constructor Description 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 Summary
-
-
-
Method Detail
-
createUsernameTokenType
public UsernameTokenType createUsernameTokenType()
Create an instance ofUsernameTokenType
-
createBinarySecurityTokenType
public BinarySecurityTokenType createBinarySecurityTokenType()
Create an instance ofBinarySecurityTokenType
-
createReferenceType
public ReferenceType createReferenceType()
Create an instance ofReferenceType
-
createEmbeddedType
public EmbeddedType createEmbeddedType()
Create an instance ofEmbeddedType
-
createKeyIdentifierType
public KeyIdentifierType createKeyIdentifierType()
Create an instance ofKeyIdentifierType
-
createSecurityTokenReferenceType
public SecurityTokenReferenceType createSecurityTokenReferenceType()
Create an instance ofSecurityTokenReferenceType
-
createSecurityHeaderType
public SecurityHeaderType createSecurityHeaderType()
Create an instance ofSecurityHeaderType
-
createTransformationParametersType
public TransformationParametersType createTransformationParametersType()
Create an instance ofTransformationParametersType
-
createPasswordString
public PasswordString createPasswordString()
Create an instance ofPasswordString
-
createEncodedString
public EncodedString createEncodedString()
Create an instance ofEncodedString
-
createAttributedString
public AttributedString createAttributedString()
Create an instance ofAttributedString
-
createUsernameToken
public javax.xml.bind.JAXBElement<UsernameTokenType> createUsernameToken(UsernameTokenType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<UsernameTokenType>
-
createBinarySecurityToken
public javax.xml.bind.JAXBElement<BinarySecurityTokenType> createBinarySecurityToken(BinarySecurityTokenType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BinarySecurityTokenType>
-
createReference
public javax.xml.bind.JAXBElement<ReferenceType> createReference(ReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ReferenceType>
-
createEmbedded
public javax.xml.bind.JAXBElement<EmbeddedType> createEmbedded(EmbeddedType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EmbeddedType>
-
createKeyIdentifier
public javax.xml.bind.JAXBElement<KeyIdentifierType> createKeyIdentifier(KeyIdentifierType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<KeyIdentifierType>
-
createSecurityTokenReference
public javax.xml.bind.JAXBElement<SecurityTokenReferenceType> createSecurityTokenReference(SecurityTokenReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SecurityTokenReferenceType>
-
createSecurity
public javax.xml.bind.JAXBElement<SecurityHeaderType> createSecurity(SecurityHeaderType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SecurityHeaderType>
-
createTransformationParameters
public javax.xml.bind.JAXBElement<TransformationParametersType> createTransformationParameters(TransformationParametersType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TransformationParametersType>
-
createPassword
public javax.xml.bind.JAXBElement<PasswordString> createPassword(PasswordString value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PasswordString>
-
createNonce
public javax.xml.bind.JAXBElement<EncodedString> createNonce(EncodedString value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EncodedString>
-
-