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 TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<String> createArtifact
(String value) jakarta.xml.bind.JAXBElement
<ArtifactResolveType> Create an instance ofArtifactResolveType
jakarta.xml.bind.JAXBElement
<ArtifactResponseType> Create an instance ofArtifactResponseType
jakarta.xml.bind.JAXBElement
<AssertionIDRequestType> Create an instance ofAssertionIDRequestType
jakarta.xml.bind.JAXBElement
<AttributeQueryType> Create an instance ofAttributeQueryType
jakarta.xml.bind.JAXBElement
<AuthnQueryType> createAuthnQuery
(AuthnQueryType value) Create an instance ofAuthnQueryType
jakarta.xml.bind.JAXBElement
<AuthnRequestType> Create an instance ofAuthnRequestType
jakarta.xml.bind.JAXBElement
<AuthzDecisionQueryType> Create an instance ofAuthzDecisionQueryType
jakarta.xml.bind.JAXBElement
<ExtensionsType> createExtensions
(ExtensionsType value) Create an instance ofExtensionsType
jakarta.xml.bind.JAXBElement
<String> createGetComplete
(String value) jakarta.xml.bind.JAXBElement
<IDPEntryType> createIDPEntry
(IDPEntryType value) Create an instance ofIDPEntryType
jakarta.xml.bind.JAXBElement
<IDPListType> createIDPList
(IDPListType value) Create an instance ofIDPListType
jakarta.xml.bind.JAXBElement
<LogoutRequestType> Create an instance ofLogoutRequestType
jakarta.xml.bind.JAXBElement
<StatusResponseType> jakarta.xml.bind.JAXBElement
<ManageNameIDRequestType> Create an instance ofManageNameIDRequestType
jakarta.xml.bind.JAXBElement
<StatusResponseType> jakarta.xml.bind.JAXBElement
<NameIDMappingRequestType> Create an instance ofNameIDMappingRequestType
jakarta.xml.bind.JAXBElement
<NameIDMappingResponseType> Create an instance ofNameIDMappingResponseType
jakarta.xml.bind.JAXBElement
<NameIDPolicyType> Create an instance ofNameIDPolicyType
jakarta.xml.bind.JAXBElement
<EncryptedElementType> jakarta.xml.bind.JAXBElement
<String> createNewID
(String value) jakarta.xml.bind.JAXBElement
<RequestedAuthnContextType> Create an instance ofRequestedAuthnContextType
jakarta.xml.bind.JAXBElement
<String> createRequesterID
(String value) jakarta.xml.bind.JAXBElement
<ResponseType> createResponse
(ResponseType value) Create an instance ofResponseType
jakarta.xml.bind.JAXBElement
<ScopingType> createScoping
(ScopingType value) Create an instance ofScopingType
jakarta.xml.bind.JAXBElement
<String> createSessionIndex
(String value) jakarta.xml.bind.JAXBElement
<StatusType> createStatus
(StatusType value) jakarta.xml.bind.JAXBElement
<StatusCodeType> createStatusCode
(StatusCodeType value) Create an instance ofStatusCodeType
jakarta.xml.bind.JAXBElement
<StatusDetailType> Create an instance ofStatusDetailType
jakarta.xml.bind.JAXBElement
<String> createStatusMessage
(String value) Create an instance ofStatusResponseType
Create an instance ofStatusType
jakarta.xml.bind.JAXBElement
<SubjectQueryAbstractType> jakarta.xml.bind.JAXBElement
<TerminateType> 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
-
createStatusDetail
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
StatusDetailType
>
-
createAssertionIDRequest
public jakarta.xml.bind.JAXBElement<AssertionIDRequestType> createAssertionIDRequest(AssertionIDRequestType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AssertionIDRequestType
>
-
createSubjectQuery
public jakarta.xml.bind.JAXBElement<SubjectQueryAbstractType> createSubjectQuery(SubjectQueryAbstractType value) - 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 jakarta.xml.bind.JAXBElement<RequestedAuthnContextType> createRequestedAuthnContext(RequestedAuthnContextType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
RequestedAuthnContextType
>
-
createAttributeQuery
public jakarta.xml.bind.JAXBElement<AttributeQueryType> createAttributeQuery(AttributeQueryType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AttributeQueryType
>
-
createAuthzDecisionQuery
public jakarta.xml.bind.JAXBElement<AuthzDecisionQueryType> createAuthzDecisionQuery(AuthzDecisionQueryType value) - 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
-
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
-
createResponse
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ResponseType
>
-
createArtifactResolve
public jakarta.xml.bind.JAXBElement<ArtifactResolveType> createArtifactResolve(ArtifactResolveType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ArtifactResolveType
>
-
createArtifact
-
createArtifactResponse
public jakarta.xml.bind.JAXBElement<ArtifactResponseType> createArtifactResponse(ArtifactResponseType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ArtifactResponseType
>
-
createManageNameIDRequest
public jakarta.xml.bind.JAXBElement<ManageNameIDRequestType> createManageNameIDRequest(ManageNameIDRequestType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ManageNameIDRequestType
>
-
createNewID
-
createNewEncryptedID
public jakarta.xml.bind.JAXBElement<EncryptedElementType> createNewEncryptedID(EncryptedElementType value) - 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
public jakarta.xml.bind.JAXBElement<StatusResponseType> createManageNameIDResponse(StatusResponseType value) - 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
-
createLogoutResponse
public jakarta.xml.bind.JAXBElement<StatusResponseType> createLogoutResponse(StatusResponseType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
StatusResponseType
>
-
createNameIDMappingRequest
public jakarta.xml.bind.JAXBElement<NameIDMappingRequestType> createNameIDMappingRequest(NameIDMappingRequestType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
NameIDMappingRequestType
>
-
createNameIDMappingResponse
public jakarta.xml.bind.JAXBElement<NameIDMappingResponseType> createNameIDMappingResponse(NameIDMappingResponseType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
NameIDMappingResponseType
>
-