Class ObjectFactory
java.lang.Object
com.sun.xml.wss.saml.internal.saml11.jaxb20.ObjectFactory
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
ConstructorsConstructorDescriptionCreate 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
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<ActionType>createAction(ActionType value) Create an instance ofActionTypejavax.xml.bind.JAXBElement<AdviceType>createAdvice(AdviceType value) Create an instance ofAdviceTypejavax.xml.bind.JAXBElement<AssertionType>createAssertion(AssertionType value) javax.xml.bind.JAXBElement<String>createAssertionIDReference(String value) Create an instance ofAssertionTypejavax.xml.bind.JAXBElement<AttributeType>createAttribute(AttributeType value) javax.xml.bind.JAXBElement<AttributeDesignatorType>Create an instance ofAttributeDesignatorTypejavax.xml.bind.JAXBElement<AttributeStatementType>Create an instance ofAttributeStatementTypeCreate an instance ofAttributeTypejavax.xml.bind.JAXBElement<Object>createAttributeValue(Object value) javax.xml.bind.JAXBElement<String>createAudience(String value) javax.xml.bind.JAXBElement<AudienceRestrictionConditionType>Create an instance ofAudienceRestrictionConditionTypejavax.xml.bind.JAXBElement<AuthenticationStatementType>Create an instance ofAuthenticationStatementTypejavax.xml.bind.JAXBElement<AuthorityBindingType>Create an instance ofAuthorityBindingTypejavax.xml.bind.JAXBElement<AuthorizationDecisionStatementType>Create an instance ofAuthorizationDecisionStatementTypejavax.xml.bind.JAXBElement<ConditionAbstractType>javax.xml.bind.JAXBElement<ConditionsType>createConditions(ConditionsType value) Create an instance ofConditionsTypejavax.xml.bind.JAXBElement<String>createConfirmationMethod(String value) javax.xml.bind.JAXBElement<DoNotCacheConditionType>Create an instance ofDoNotCacheConditionTypejavax.xml.bind.JAXBElement<EvidenceType>createEvidence(EvidenceType value) Create an instance ofEvidenceTypejavax.xml.bind.JAXBElement<NameIdentifierType>Create an instance ofNameIdentifierTypejavax.xml.bind.JAXBElement<StatementAbstractType>javax.xml.bind.JAXBElement<SubjectType>createSubject(SubjectType value) javax.xml.bind.JAXBElement<SubjectConfirmationType>javax.xml.bind.JAXBElement<Object>Create an instance ofSubjectConfirmationTypejavax.xml.bind.JAXBElement<SubjectLocalityType>Create an instance ofSubjectLocalityTypejavax.xml.bind.JAXBElement<SubjectStatementAbstractType>Create an instance ofSubjectType
-
Constructor Details
-
ObjectFactory
public 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 Details
-
createNameIdentifierType
Create an instance ofNameIdentifierType -
createAttributeDesignatorType
Create an instance ofAttributeDesignatorType -
createAuthenticationStatementType
Create an instance ofAuthenticationStatementType -
createAssertionType
Create an instance ofAssertionType -
createAuthorizationDecisionStatementType
Create an instance ofAuthorizationDecisionStatementType -
createSubjectConfirmationType
Create an instance ofSubjectConfirmationType -
createDoNotCacheConditionType
Create an instance ofDoNotCacheConditionType -
createAudienceRestrictionConditionType
Create an instance ofAudienceRestrictionConditionType -
createActionType
Create an instance ofActionType -
createSubjectLocalityType
Create an instance ofSubjectLocalityType -
createConditionsType
Create an instance ofConditionsType -
createSubjectType
Create an instance ofSubjectType -
createAttributeStatementType
Create an instance ofAttributeStatementType -
createAdviceType
Create an instance ofAdviceType -
createAuthorityBindingType
Create an instance ofAuthorityBindingType -
createAttributeType
Create an instance ofAttributeType -
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
-
createAuthorizationDecisionStatement
public javax.xml.bind.JAXBElement<AuthorizationDecisionStatementType> createAuthorizationDecisionStatement(AuthorizationDecisionStatementType value) -
createEvidence
-
createSubjectConfirmationData
-
createAssertionIDReference
-
createAttribute
-
createAudience
-
createSubjectLocality
public javax.xml.bind.JAXBElement<SubjectLocalityType> createSubjectLocality(SubjectLocalityType value) -
createAudienceRestrictionCondition
public javax.xml.bind.JAXBElement<AudienceRestrictionConditionType> createAudienceRestrictionCondition(AudienceRestrictionConditionType value) -
createConfirmationMethod
-
createAttributeValue
-
createCondition
public javax.xml.bind.JAXBElement<ConditionAbstractType> createCondition(ConditionAbstractType value) -
createAdvice
-
createStatement
public javax.xml.bind.JAXBElement<StatementAbstractType> createStatement(StatementAbstractType value) -
createConditions
-
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
-
createAction
-