Class ObjectFactory
java.lang.Object
org.apache.cxf.ws.security.sts.provider.model.wstrust14.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.wstrust14 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.wstrust14 -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ActAsType>createActAs(ActAsType value) Create an instance ofActAsTypejakarta.xml.bind.JAXBElement<ChoiceChallengeType>jakarta.xml.bind.JAXBElement<ChoiceChallengeResponseType>Create an instance ofChoiceChallengeResponseTypeCreate an instance ofChoiceChallengeTypeCreate an instance ofChoiceSelectedTypeCreate an instance ofChoiceTypejakarta.xml.bind.JAXBElement<ContextDataType>createContextData(ContextDataType value) Create an instance ofContextDataTypeCreate an instance ofImageTypejakarta.xml.bind.JAXBElement<InteractiveChallengeType>jakarta.xml.bind.JAXBElement<InteractiveChallengeResponseType>Create an instance ofInteractiveChallengeResponseTypeCreate an instance ofInteractiveChallengeTypejakarta.xml.bind.JAXBElement<TextChallengeType>jakarta.xml.bind.JAXBElement<TextChallengeResponseType>Create an instance ofTextChallengeResponseTypeCreate an instance ofTextChallengeTypejakarta.xml.bind.JAXBElement<TitleType>createTitle(TitleType value) Create an instance ofTitleType
-
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.wstrust14
-
-
Method Details
-
createInteractiveChallengeType
Create an instance ofInteractiveChallengeType- Returns:
- the new instance of
InteractiveChallengeType
-
createTitleType
Create an instance ofTitleType- Returns:
- the new instance of
TitleType
-
createTextChallengeType
Create an instance ofTextChallengeType- Returns:
- the new instance of
TextChallengeType
-
createChoiceChallengeType
Create an instance ofChoiceChallengeType- Returns:
- the new instance of
ChoiceChallengeType
-
createContextDataType
Create an instance ofContextDataType- Returns:
- the new instance of
ContextDataType
-
createInteractiveChallengeResponseType
Create an instance ofInteractiveChallengeResponseType- Returns:
- the new instance of
InteractiveChallengeResponseType
-
createTextChallengeResponseType
Create an instance ofTextChallengeResponseType- Returns:
- the new instance of
TextChallengeResponseType
-
createChoiceChallengeResponseType
Create an instance ofChoiceChallengeResponseType- Returns:
- the new instance of
ChoiceChallengeResponseType
-
createActAsType
Create an instance ofActAsType- Returns:
- the new instance of
ActAsType
-
createImageType
Create an instance ofImageType- Returns:
- the new instance of
ImageType
-
createChoiceType
Create an instance ofChoiceType- Returns:
- the new instance of
ChoiceType
-
createChoiceSelectedType
Create an instance ofChoiceSelectedType- Returns:
- the new instance of
ChoiceSelectedType
-
createInteractiveChallenge
public jakarta.xml.bind.JAXBElement<InteractiveChallengeType> createInteractiveChallenge(InteractiveChallengeType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<InteractiveChallengeType>
-
createTitle
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TitleType>
-
createTextChallenge
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextChallengeType>
-
createChoiceChallenge
public jakarta.xml.bind.JAXBElement<ChoiceChallengeType> createChoiceChallenge(ChoiceChallengeType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ChoiceChallengeType>
-
createContextData
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ContextDataType>
-
createInteractiveChallengeResponse
public jakarta.xml.bind.JAXBElement<InteractiveChallengeResponseType> createInteractiveChallengeResponse(InteractiveChallengeResponseType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<InteractiveChallengeResponseType>
-
createTextChallengeResponse
public jakarta.xml.bind.JAXBElement<TextChallengeResponseType> createTextChallengeResponse(TextChallengeResponseType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextChallengeResponseType>
-
createChoiceChallengeResponse
public jakarta.xml.bind.JAXBElement<ChoiceChallengeResponseType> createChoiceChallengeResponse(ChoiceChallengeResponseType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ChoiceChallengeResponseType>
-
createActAs
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ActAsType>
-