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 javax.xml.bind.JAXBElement<DoNotCacheConditionType> createDoNotCacheCondition(DoNotCacheConditionType value)
-
createSubjectStatement
public javax.xml.bind.JAXBElement<SubjectStatementAbstractType> createSubjectStatement(SubjectStatementAbstractType value)
-
createAttributeDesignator
public javax.xml.bind.JAXBElement<AttributeDesignatorType> createAttributeDesignator(AttributeDesignatorType value)
-
createSubject
public javax.xml.bind.JAXBElement<SubjectType> createSubject(SubjectType value)
-
createAuthorizationDecisionStatement
public javax.xml.bind.JAXBElement<AuthorizationDecisionStatementType> createAuthorizationDecisionStatement(AuthorizationDecisionStatementType value)
-
createEvidence
public javax.xml.bind.JAXBElement<EvidenceType> createEvidence(EvidenceType value)
-
createSubjectConfirmationData
public javax.xml.bind.JAXBElement<Object> createSubjectConfirmationData(Object value)
-
createAssertionIDReference
public javax.xml.bind.JAXBElement<String> createAssertionIDReference(String value)
-
createAttribute
public javax.xml.bind.JAXBElement<AttributeType> createAttribute(AttributeType value)
-
createSubjectLocality
public javax.xml.bind.JAXBElement<SubjectLocalityType> createSubjectLocality(SubjectLocalityType value)
-
createAudienceRestrictionCondition
public javax.xml.bind.JAXBElement<AudienceRestrictionConditionType> createAudienceRestrictionCondition(AudienceRestrictionConditionType value)
-
createConfirmationMethod
public javax.xml.bind.JAXBElement<String> createConfirmationMethod(String value)
-
createCondition
public javax.xml.bind.JAXBElement<ConditionAbstractType> createCondition(ConditionAbstractType value)
-
createAdvice
public javax.xml.bind.JAXBElement<AdviceType> createAdvice(AdviceType value)
-
createStatement
public javax.xml.bind.JAXBElement<StatementAbstractType> createStatement(StatementAbstractType value)
-
createConditions
public javax.xml.bind.JAXBElement<ConditionsType> createConditions(ConditionsType value)
-
createSubjectConfirmation
public javax.xml.bind.JAXBElement<SubjectConfirmationType> createSubjectConfirmation(SubjectConfirmationType value)
-
createAuthenticationStatement
public javax.xml.bind.JAXBElement<AuthenticationStatementType> createAuthenticationStatement(AuthenticationStatementType value)
-
createAuthorityBinding
public javax.xml.bind.JAXBElement<AuthorityBindingType> createAuthorityBinding(AuthorityBindingType value)
-
createNameIdentifier
public javax.xml.bind.JAXBElement<NameIdentifierType> createNameIdentifier(NameIdentifierType value)
-
createAttributeStatement
public javax.xml.bind.JAXBElement<AttributeStatementType> createAttributeStatement(AttributeStatementType value)
-
createAssertion
public javax.xml.bind.JAXBElement<AssertionType> createAssertion(AssertionType value)
-
createAction
public javax.xml.bind.JAXBElement<ActionType> createAction(ActionType value)
-
-