Class ObjectFactory
- java.lang.Object
-
- org.certificateservices.messages.saml1_1.assertions.jaxb.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis object contains factory methods for each Java content interface and Java element interface generated in the org.certificateservices.messages.saml1_1.assertions.jaxb 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.certificateservices.messages.saml1_1.assertions.jaxb
-
Method Summary
-
-
-
Method Detail
-
createActionType
public ActionType createActionType()
Create an instance ofActionType
-
createNameIdentifierType
public NameIdentifierType createNameIdentifierType()
Create an instance ofNameIdentifierType
-
createAttributeType
public AttributeType createAttributeType()
Create an instance ofAttributeType
-
createConditionsType
public ConditionsType createConditionsType()
Create an instance ofConditionsType
-
createAuthenticationStatementType
public AuthenticationStatementType createAuthenticationStatementType()
Create an instance ofAuthenticationStatementType
-
createSubjectLocalityType
public SubjectLocalityType createSubjectLocalityType()
Create an instance ofSubjectLocalityType
-
createDoNotCacheConditionType
public DoNotCacheConditionType createDoNotCacheConditionType()
Create an instance ofDoNotCacheConditionType
-
createAttributeDesignatorType
public AttributeDesignatorType createAttributeDesignatorType()
Create an instance ofAttributeDesignatorType
-
createSubjectConfirmationType
public SubjectConfirmationType createSubjectConfirmationType()
Create an instance ofSubjectConfirmationType
-
createEvidenceType
public EvidenceType createEvidenceType()
Create an instance ofEvidenceType
-
createAudienceRestrictionConditionType
public AudienceRestrictionConditionType createAudienceRestrictionConditionType()
Create an instance ofAudienceRestrictionConditionType
-
createAuthorityBindingType
public AuthorityBindingType createAuthorityBindingType()
Create an instance ofAuthorityBindingType
-
createAuthorizationDecisionStatementType
public AuthorizationDecisionStatementType createAuthorizationDecisionStatementType()
Create an instance ofAuthorizationDecisionStatementType
-
createAssertionType
public AssertionType createAssertionType()
Create an instance ofAssertionType
-
createSubjectType
public SubjectType createSubjectType()
Create an instance ofSubjectType
-
createAttributeStatementType
public AttributeStatementType createAttributeStatementType()
Create an instance ofAttributeStatementType
-
createAdviceType
public AdviceType createAdviceType()
Create an instance ofAdviceType
-
createSubjectConfirmationData
public javax.xml.bind.JAXBElement<java.lang.Object> createSubjectConfirmationData(java.lang.Object value)
Create an instance ofJAXBElement<Object>}
-
createConditions
public javax.xml.bind.JAXBElement<ConditionsType> createConditions(ConditionsType value)
-
createAuthenticationStatement
public javax.xml.bind.JAXBElement<AuthenticationStatementType> createAuthenticationStatement(AuthenticationStatementType value)
-
createSubjectLocality
public javax.xml.bind.JAXBElement<SubjectLocalityType> createSubjectLocality(SubjectLocalityType value)
-
createConfirmationMethod
public javax.xml.bind.JAXBElement<java.lang.String> createConfirmationMethod(java.lang.String value)
Create an instance ofJAXBElement<String>}
-
createNameIdentifier
public javax.xml.bind.JAXBElement<NameIdentifierType> createNameIdentifier(NameIdentifierType value)
-
createAttribute
public javax.xml.bind.JAXBElement<AttributeType> createAttribute(AttributeType value)
-
createAction
public javax.xml.bind.JAXBElement<ActionType> createAction(ActionType value)
-
createAttributeValue
public javax.xml.bind.JAXBElement<java.lang.Object> createAttributeValue(java.lang.Object value)
Create an instance ofJAXBElement<Object>}
-
createAuthorityBinding
public javax.xml.bind.JAXBElement<AuthorityBindingType> createAuthorityBinding(AuthorityBindingType value)
-
createAuthorizationDecisionStatement
public javax.xml.bind.JAXBElement<AuthorizationDecisionStatementType> createAuthorizationDecisionStatement(AuthorizationDecisionStatementType value)
-
createEvidence
public javax.xml.bind.JAXBElement<EvidenceType> createEvidence(EvidenceType value)
-
createAudienceRestrictionCondition
public javax.xml.bind.JAXBElement<AudienceRestrictionConditionType> createAudienceRestrictionCondition(AudienceRestrictionConditionType value)
-
createSubjectConfirmation
public javax.xml.bind.JAXBElement<SubjectConfirmationType> createSubjectConfirmation(SubjectConfirmationType value)
-
createDoNotCacheCondition
public javax.xml.bind.JAXBElement<DoNotCacheConditionType> createDoNotCacheCondition(DoNotCacheConditionType value)
-
createAttributeDesignator
public javax.xml.bind.JAXBElement<AttributeDesignatorType> createAttributeDesignator(AttributeDesignatorType value)
-
createSubject
public javax.xml.bind.JAXBElement<SubjectType> createSubject(SubjectType value)
-
createAssertion
public javax.xml.bind.JAXBElement<AssertionType> createAssertion(AssertionType value)
-
createAudience
public javax.xml.bind.JAXBElement<java.lang.String> createAudience(java.lang.String value)
Create an instance ofJAXBElement<String>}
-
createStatement
public javax.xml.bind.JAXBElement<StatementAbstractType> createStatement(StatementAbstractType value)
-
createCondition
public javax.xml.bind.JAXBElement<ConditionAbstractType> createCondition(ConditionAbstractType value)
-
createAssertionIDReference
public javax.xml.bind.JAXBElement<java.lang.String> createAssertionIDReference(java.lang.String value)
Create an instance ofJAXBElement<String>}
-
createAdvice
public javax.xml.bind.JAXBElement<AdviceType> createAdvice(AdviceType value)
-
createAttributeStatement
public javax.xml.bind.JAXBElement<AttributeStatementType> createAttributeStatement(AttributeStatementType value)
-
createSubjectStatement
public javax.xml.bind.JAXBElement<SubjectStatementAbstractType> createSubjectStatement(SubjectStatementAbstractType value)
-
-