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._1_0.assertion
|
public ObjectFactory()
public NameIdentifierType createNameIdentifierType()
NameIdentifierTypepublic Conditions createConditions()
Conditionspublic AudienceRestrictionCondition createAudienceRestrictionCondition()
AudienceRestrictionConditionpublic DoNotCacheCondition createDoNotCacheCondition()
DoNotCacheConditionpublic AuthenticationStatement createAuthenticationStatement()
AuthenticationStatementpublic SubjectConfirmation createSubjectConfirmation()
SubjectConfirmationpublic SubjectLocality createSubjectLocality()
SubjectLocalitypublic AuthorityBinding createAuthorityBinding()
AuthorityBindingpublic AuthorizationDecisionStatement createAuthorizationDecisionStatement()
AuthorizationDecisionStatementpublic AttributeStatement createAttributeStatement()
AttributeStatementpublic AttributeDesignatorType createAttributeDesignatorType()
AttributeDesignatorTypepublic JAXBElement<String> createAssertionIDReference(String value)
public JAXBElement<String> createAudience(String value)
public JAXBElement<ConditionAbstractType> createCondition(ConditionAbstractType value)
public JAXBElement<StatementAbstractType> createStatement(StatementAbstractType value)
public JAXBElement<SubjectStatementAbstractType> createSubjectStatement(SubjectStatementAbstractType value)
public JAXBElement<NameIdentifierType> createNameIdentifier(NameIdentifierType value)
public JAXBElement<String> createConfirmationMethod(String value)
public JAXBElement<Object> createSubjectConfirmationData(Object value)
public JAXBElement<Object> createAttributeValue(Object value)
public JAXBElement<AttributeDesignatorType> createAttributeDesignator(AttributeDesignatorType value)
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.