Class ObjectFactory
java.lang.Object
eu.europa.esig.saml.jaxb.protocol.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the eu.europa.esig.saml.jaxb.protocol 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
ConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.europa.esig.saml.jaxb.protocol -
Method Summary
Modifier and TypeMethodDescriptioncreateArtifact
(String value) Create an instance ofArtifactResolveType
Create an instance ofArtifactResponseType
Create an instance ofAssertionIDRequestType
Create an instance ofAttributeQueryType
createAuthnQuery
(AuthnQueryType value) Create an instance ofAuthnQueryType
Create an instance ofAuthnRequestType
Create an instance ofAuthzDecisionQueryType
createExtensions
(ExtensionsType value) Create an instance ofExtensionsType
createGetComplete
(String value) createIDPEntry
(IDPEntryType value) Create an instance ofIDPEntryType
createIDPList
(IDPListType value) Create an instance ofIDPListType
Create an instance ofLogoutRequestType
Create an instance ofManageNameIDRequestType
Create an instance ofNameIDMappingRequestType
Create an instance ofNameIDMappingResponseType
Create an instance ofNameIDPolicyType
createNewID
(String value) Create an instance ofRequestedAuthnContextType
createRequesterID
(String value) createResponse
(ResponseType value) Create an instance ofResponseType
createScoping
(ScopingType value) Create an instance ofScopingType
createSessionIndex
(String value) createStatus
(StatusType value) createStatusCode
(StatusCodeType value) Create an instance ofStatusCodeType
Create an instance ofStatusDetailType
createStatusMessage
(String value) Create an instance ofStatusResponseType
Create an instance ofStatusType
createTerminate
(TerminateType value) Create an instance ofTerminateType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.europa.esig.saml.jaxb.protocol
-
-
Method Details
-
createExtensionsType
Create an instance ofExtensionsType
-
createStatusType
Create an instance ofStatusType
-
createStatusCodeType
Create an instance ofStatusCodeType
-
createStatusDetailType
Create an instance ofStatusDetailType
-
createAssertionIDRequestType
Create an instance ofAssertionIDRequestType
-
createAuthnQueryType
Create an instance ofAuthnQueryType
-
createRequestedAuthnContextType
Create an instance ofRequestedAuthnContextType
-
createAttributeQueryType
Create an instance ofAttributeQueryType
-
createAuthzDecisionQueryType
Create an instance ofAuthzDecisionQueryType
-
createAuthnRequestType
Create an instance ofAuthnRequestType
-
createNameIDPolicyType
Create an instance ofNameIDPolicyType
-
createScopingType
Create an instance ofScopingType
-
createIDPListType
Create an instance ofIDPListType
-
createIDPEntryType
Create an instance ofIDPEntryType
-
createResponseType
Create an instance ofResponseType
-
createArtifactResolveType
Create an instance ofArtifactResolveType
-
createArtifactResponseType
Create an instance ofArtifactResponseType
-
createManageNameIDRequestType
Create an instance ofManageNameIDRequestType
-
createTerminateType
Create an instance ofTerminateType
-
createStatusResponseType
Create an instance ofStatusResponseType
-
createLogoutRequestType
Create an instance ofLogoutRequestType
-
createNameIDMappingRequestType
Create an instance ofNameIDMappingRequestType
-
createNameIDMappingResponseType
Create an instance ofNameIDMappingResponseType
-
createExtensions
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ExtensionsType
>
-
createStatus
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
StatusType
>
-
createStatusCode
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
StatusCodeType
>
-
createStatusMessage
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createStatusDetail
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
StatusDetailType
>
-
createAssertionIDRequest
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AssertionIDRequestType
>
-
createSubjectQuery
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SubjectQueryAbstractType
>
-
createAuthnQuery
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AuthnQueryType
>
-
createRequestedAuthnContext
public JAXBElement<RequestedAuthnContextType> createRequestedAuthnContext(RequestedAuthnContextType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
RequestedAuthnContextType
>
-
createAttributeQuery
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AttributeQueryType
>
-
createAuthzDecisionQuery
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AuthzDecisionQueryType
>
-
createAuthnRequest
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AuthnRequestType
>
-
createNameIDPolicy
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
NameIDPolicyType
>
-
createScoping
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ScopingType
>
-
createRequesterID
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createIDPList
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
IDPListType
>
-
createIDPEntry
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
IDPEntryType
>
-
createGetComplete
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createResponse
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ResponseType
>
-
createArtifactResolve
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ArtifactResolveType
>
-
createArtifact
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createArtifactResponse
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ArtifactResponseType
>
-
createManageNameIDRequest
public JAXBElement<ManageNameIDRequestType> createManageNameIDRequest(ManageNameIDRequestType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ManageNameIDRequestType
>
-
createNewID
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createNewEncryptedID
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
EncryptedElementType
>
-
createTerminate
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
TerminateType
>
-
createManageNameIDResponse
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
StatusResponseType
>
-
createLogoutRequest
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
LogoutRequestType
>
-
createSessionIndex
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createLogoutResponse
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
StatusResponseType
>
-
createNameIDMappingRequest
public JAXBElement<NameIDMappingRequestType> createNameIDMappingRequest(NameIDMappingRequestType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
NameIDMappingRequestType
>
-
createNameIDMappingResponse
public JAXBElement<NameIDMappingResponseType> createNameIDMappingResponse(NameIDMappingResponseType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
NameIDMappingResponseType
>
-