public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oasis.names.tc.saml._2_0.protocol
|
public ObjectFactory()
public ExtensionsType createExtensionsType()
ExtensionsTypepublic StatusCode createStatusCode()
StatusCodepublic StatusDetail createStatusDetail()
StatusDetailpublic AssertionIDRequest createAssertionIDRequest()
AssertionIDRequestpublic AuthnQuery createAuthnQuery()
AuthnQuerypublic RequestedAuthnContext createRequestedAuthnContext()
RequestedAuthnContextpublic AttributeQuery createAttributeQuery()
AttributeQuerypublic AuthzDecisionQuery createAuthzDecisionQuery()
AuthzDecisionQuerypublic AuthnRequest createAuthnRequest()
AuthnRequestpublic NameIDPolicy createNameIDPolicy()
NameIDPolicypublic StatusResponseType createStatusResponseType()
StatusResponseTypepublic ArtifactResolve createArtifactResolve()
ArtifactResolvepublic ArtifactResponse createArtifactResponse()
ArtifactResponsepublic ManageNameIDRequest createManageNameIDRequest()
ManageNameIDRequestpublic LogoutRequest createLogoutRequest()
LogoutRequestpublic NameIDMappingRequest createNameIDMappingRequest()
NameIDMappingRequestpublic NameIDMappingResponse createNameIDMappingResponse()
NameIDMappingResponsepublic JAXBElement<ExtensionsType> createExtensions(ExtensionsType value)
public JAXBElement<String> createStatusMessage(String value)
public JAXBElement<SubjectQueryAbstractType> createSubjectQuery(SubjectQueryAbstractType value)
public JAXBElement<String> createGetComplete(String value)
public JAXBElement<String> createRequesterID(String value)
public JAXBElement<String> createArtifact(String value)
public JAXBElement<EncryptedElementType> createNewEncryptedID(EncryptedElementType value)
public JAXBElement<String> createNewID(String value)
public JAXBElement<StatusResponseType> createManageNameIDResponse(StatusResponseType value)
public JAXBElement<String> createSessionIndex(String value)
public JAXBElement<StatusResponseType> createLogoutResponse(StatusResponseType value)
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.