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 TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ActionType>createAction(ActionType value) Create an instance ofActionTypejakarta.xml.bind.JAXBElement<AdviceType>createAdvice(AdviceType value) Create an instance ofAdviceTypejakarta.xml.bind.JAXBElement<AssertionType>createAssertion(AssertionType value) jakarta.xml.bind.JAXBElement<String>createAssertionIDReference(String value) Create an instance ofAssertionTypejakarta.xml.bind.JAXBElement<AttributeType>createAttribute(AttributeType value) jakarta.xml.bind.JAXBElement<AttributeDesignatorType>Create an instance ofAttributeDesignatorTypejakarta.xml.bind.JAXBElement<AttributeStatementType>Create an instance ofAttributeStatementTypeCreate an instance ofAttributeTypejakarta.xml.bind.JAXBElement<Object>createAttributeValue(Object value) jakarta.xml.bind.JAXBElement<String>createAudience(String value) jakarta.xml.bind.JAXBElement<AudienceRestrictionConditionType>Create an instance ofAudienceRestrictionConditionTypejakarta.xml.bind.JAXBElement<AuthenticationStatementType>Create an instance ofAuthenticationStatementTypejakarta.xml.bind.JAXBElement<AuthorityBindingType>Create an instance ofAuthorityBindingTypejakarta.xml.bind.JAXBElement<AuthorizationDecisionStatementType>Create an instance ofAuthorizationDecisionStatementTypejakarta.xml.bind.JAXBElement<ConditionAbstractType>jakarta.xml.bind.JAXBElement<ConditionsType>createConditions(ConditionsType value) Create an instance ofConditionsTypejakarta.xml.bind.JAXBElement<String>createConfirmationMethod(String value) jakarta.xml.bind.JAXBElement<DoNotCacheConditionType>Create an instance ofDoNotCacheConditionTypejakarta.xml.bind.JAXBElement<EvidenceType>createEvidence(EvidenceType value) Create an instance ofEvidenceTypejakarta.xml.bind.JAXBElement<NameIdentifierType>Create an instance ofNameIdentifierTypejakarta.xml.bind.JAXBElement<StatementAbstractType>jakarta.xml.bind.JAXBElement<SubjectType>createSubject(SubjectType value) jakarta.xml.bind.JAXBElement<SubjectConfirmationType>jakarta.xml.bind.JAXBElement<Object>Create an instance ofSubjectConfirmationTypejakarta.xml.bind.JAXBElement<SubjectLocalityType>Create an instance ofSubjectLocalityTypejakarta.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 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
-
createAuthorizationDecisionStatement
public jakarta.xml.bind.JAXBElement<AuthorizationDecisionStatementType> createAuthorizationDecisionStatement(AuthorizationDecisionStatementType value) -
createEvidence
-
createSubjectConfirmationData
-
createAssertionIDReference
-
createAttribute
-
createAudience
-
createSubjectLocality
public jakarta.xml.bind.JAXBElement<SubjectLocalityType> createSubjectLocality(SubjectLocalityType value) -
createAudienceRestrictionCondition
public jakarta.xml.bind.JAXBElement<AudienceRestrictionConditionType> createAudienceRestrictionCondition(AudienceRestrictionConditionType value) -
createConfirmationMethod
-
createAttributeValue
-
createCondition
public jakarta.xml.bind.JAXBElement<ConditionAbstractType> createCondition(ConditionAbstractType value) -
createAdvice
-
createStatement
public jakarta.xml.bind.JAXBElement<StatementAbstractType> createStatement(StatementAbstractType value) -
createConditions
-
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
-
createAction
-