Class ObjectFactory
- java.lang.Object
-
- com.sun.xml.wss.saml.internal.saml11.jaxb20.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.sun.xml.wss.saml.internal.saml11.jaxb20 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: com.sun.xml.wss.saml.internal.saml11.jaxb20
-
Method Summary
-
-
-
Method Detail
-
createNameIdentifierType
public NameIdentifierType createNameIdentifierType()
Create an instance ofNameIdentifierType
-
createAttributeDesignatorType
public AttributeDesignatorType createAttributeDesignatorType()
Create an instance ofAttributeDesignatorType
-
createAuthenticationStatementType
public AuthenticationStatementType createAuthenticationStatementType()
Create an instance ofAuthenticationStatementType
-
createAssertionType
public AssertionType createAssertionType()
Create an instance ofAssertionType
-
createAuthorizationDecisionStatementType
public AuthorizationDecisionStatementType createAuthorizationDecisionStatementType()
Create an instance ofAuthorizationDecisionStatementType
-
createSubjectConfirmationType
public SubjectConfirmationType createSubjectConfirmationType()
Create an instance ofSubjectConfirmationType
-
createDoNotCacheConditionType
public DoNotCacheConditionType createDoNotCacheConditionType()
Create an instance ofDoNotCacheConditionType
-
createAudienceRestrictionConditionType
public AudienceRestrictionConditionType createAudienceRestrictionConditionType()
Create an instance ofAudienceRestrictionConditionType
-
createActionType
public ActionType createActionType()
Create an instance ofActionType
-
createSubjectLocalityType
public SubjectLocalityType createSubjectLocalityType()
Create an instance ofSubjectLocalityType
-
createConditionsType
public ConditionsType createConditionsType()
Create an instance ofConditionsType
-
createSubjectType
public SubjectType createSubjectType()
Create an instance ofSubjectType
-
createAttributeStatementType
public AttributeStatementType createAttributeStatementType()
Create an instance ofAttributeStatementType
-
createAdviceType
public AdviceType createAdviceType()
Create an instance ofAdviceType
-
createAuthorityBindingType
public AuthorityBindingType createAuthorityBindingType()
Create an instance ofAuthorityBindingType
-
createAttributeType
public AttributeType createAttributeType()
Create an instance ofAttributeType
-
createEvidenceType
public EvidenceType createEvidenceType()
Create an instance ofEvidenceType
-
createDoNotCacheCondition
public jakarta.xml.bind.JAXBElement<DoNotCacheConditionType> createDoNotCacheCondition(DoNotCacheConditionType value)
-
createSubjectStatement
public jakarta.xml.bind.JAXBElement<SubjectStatementAbstractType> createSubjectStatement(SubjectStatementAbstractType value)
-
createAttributeDesignator
public jakarta.xml.bind.JAXBElement<AttributeDesignatorType> createAttributeDesignator(AttributeDesignatorType value)
-
createSubject
public jakarta.xml.bind.JAXBElement<SubjectType> createSubject(SubjectType value)
-
createAuthorizationDecisionStatement
public jakarta.xml.bind.JAXBElement<AuthorizationDecisionStatementType> createAuthorizationDecisionStatement(AuthorizationDecisionStatementType value)
-
createEvidence
public jakarta.xml.bind.JAXBElement<EvidenceType> createEvidence(EvidenceType value)
-
createSubjectConfirmationData
public jakarta.xml.bind.JAXBElement<Object> createSubjectConfirmationData(Object value)
-
createAssertionIDReference
public jakarta.xml.bind.JAXBElement<String> createAssertionIDReference(String value)
-
createAttribute
public jakarta.xml.bind.JAXBElement<AttributeType> createAttribute(AttributeType value)
-
createSubjectLocality
public jakarta.xml.bind.JAXBElement<SubjectLocalityType> createSubjectLocality(SubjectLocalityType value)
-
createAudienceRestrictionCondition
public jakarta.xml.bind.JAXBElement<AudienceRestrictionConditionType> createAudienceRestrictionCondition(AudienceRestrictionConditionType value)
-
createConfirmationMethod
public jakarta.xml.bind.JAXBElement<String> createConfirmationMethod(String value)
-
createAttributeValue
public jakarta.xml.bind.JAXBElement<Object> createAttributeValue(Object value)
-
createCondition
public jakarta.xml.bind.JAXBElement<ConditionAbstractType> createCondition(ConditionAbstractType value)
-
createAdvice
public jakarta.xml.bind.JAXBElement<AdviceType> createAdvice(AdviceType value)
-
createStatement
public jakarta.xml.bind.JAXBElement<StatementAbstractType> createStatement(StatementAbstractType value)
-
createConditions
public jakarta.xml.bind.JAXBElement<ConditionsType> createConditions(ConditionsType value)
-
createSubjectConfirmation
public jakarta.xml.bind.JAXBElement<SubjectConfirmationType> createSubjectConfirmation(SubjectConfirmationType value)
-
createAuthenticationStatement
public jakarta.xml.bind.JAXBElement<AuthenticationStatementType> createAuthenticationStatement(AuthenticationStatementType value)
-
createAuthorityBinding
public jakarta.xml.bind.JAXBElement<AuthorityBindingType> createAuthorityBinding(AuthorityBindingType value)
-
createNameIdentifier
public jakarta.xml.bind.JAXBElement<NameIdentifierType> createNameIdentifier(NameIdentifierType value)
-
createAttributeStatement
public jakarta.xml.bind.JAXBElement<AttributeStatementType> createAttributeStatement(AttributeStatementType value)
-
createAssertion
public jakarta.xml.bind.JAXBElement<AssertionType> createAssertion(AssertionType value)
-
createAction
public jakarta.xml.bind.JAXBElement<ActionType> createAction(ActionType value)
-
-