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