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: org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol
|
public ObjectFactory()
public ExtensionsType createExtensionsType()
ExtensionsTypepublic StatusType createStatusType()
StatusTypepublic StatusCodeType createStatusCodeType()
StatusCodeTypepublic StatusDetailType createStatusDetailType()
StatusDetailTypepublic AssertionIDRequestType createAssertionIDRequestType()
AssertionIDRequestTypepublic AuthnQueryType createAuthnQueryType()
AuthnQueryTypepublic RequestedAuthnContextType createRequestedAuthnContextType()
RequestedAuthnContextTypepublic AttributeQueryType createAttributeQueryType()
AttributeQueryTypepublic AuthzDecisionQueryType createAuthzDecisionQueryType()
AuthzDecisionQueryTypepublic AuthnRequestType createAuthnRequestType()
AuthnRequestTypepublic NameIDPolicyType createNameIDPolicyType()
NameIDPolicyTypepublic ScopingType createScopingType()
ScopingTypepublic IDPListType createIDPListType()
IDPListTypepublic IDPEntryType createIDPEntryType()
IDPEntryTypepublic ResponseType createResponseType()
ResponseTypepublic ArtifactResolveType createArtifactResolveType()
ArtifactResolveTypepublic ArtifactResponseType createArtifactResponseType()
ArtifactResponseTypepublic ManageNameIDRequestType createManageNameIDRequestType()
ManageNameIDRequestTypepublic TerminateType createTerminateType()
TerminateTypepublic StatusResponseType createStatusResponseType()
StatusResponseTypepublic LogoutRequestType createLogoutRequestType()
LogoutRequestTypepublic NameIDMappingRequestType createNameIDMappingRequestType()
NameIDMappingRequestTypepublic NameIDMappingResponseType createNameIDMappingResponseType()
NameIDMappingResponseTypepublic JAXBElement<ExtensionsType> createExtensions(ExtensionsType value)
public JAXBElement<StatusType> createStatus(StatusType value)
public JAXBElement<StatusCodeType> createStatusCode(StatusCodeType value)
public JAXBElement<String> createStatusMessage(String value)
public JAXBElement<StatusDetailType> createStatusDetail(StatusDetailType value)
public JAXBElement<AssertionIDRequestType> createAssertionIDRequest(AssertionIDRequestType value)
public JAXBElement<SubjectQueryAbstractType> createSubjectQuery(SubjectQueryAbstractType value)
public JAXBElement<AuthnQueryType> createAuthnQuery(AuthnQueryType value)
public JAXBElement<RequestedAuthnContextType> createRequestedAuthnContext(RequestedAuthnContextType value)
public JAXBElement<AttributeQueryType> createAttributeQuery(AttributeQueryType value)
public JAXBElement<AuthzDecisionQueryType> createAuthzDecisionQuery(AuthzDecisionQueryType value)
public JAXBElement<AuthnRequestType> createAuthnRequest(AuthnRequestType value)
public JAXBElement<NameIDPolicyType> createNameIDPolicy(NameIDPolicyType value)
public JAXBElement<ScopingType> createScoping(ScopingType value)
public JAXBElement<String> createRequesterID(String value)
public JAXBElement<IDPListType> createIDPList(IDPListType value)
public JAXBElement<IDPEntryType> createIDPEntry(IDPEntryType value)
public JAXBElement<String> createGetComplete(String value)
public JAXBElement<ResponseType> createResponse(ResponseType value)
public JAXBElement<ArtifactResolveType> createArtifactResolve(ArtifactResolveType value)
public JAXBElement<String> createArtifact(String value)
public JAXBElement<ArtifactResponseType> createArtifactResponse(ArtifactResponseType value)
public JAXBElement<ManageNameIDRequestType> createManageNameIDRequest(ManageNameIDRequestType value)
public JAXBElement<String> createNewID(String value)
public JAXBElement<EncryptedElementType> createNewEncryptedID(EncryptedElementType value)
public JAXBElement<TerminateType> createTerminate(TerminateType value)
public JAXBElement<StatusResponseType> createManageNameIDResponse(StatusResponseType value)
public JAXBElement<LogoutRequestType> createLogoutRequest(LogoutRequestType value)
public JAXBElement<String> createSessionIndex(String value)
public JAXBElement<StatusResponseType> createLogoutResponse(StatusResponseType value)
public JAXBElement<NameIDMappingRequestType> createNameIDMappingRequest(NameIDMappingRequestType value)
public JAXBElement<NameIDMappingResponseType> createNameIDMappingResponse(NameIDMappingResponseType value)
Copyright © 2020 Open eHealth Foundation. All rights reserved.