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 TypeMethodDescriptioncreateAction(ActionType value) Create an instance ofActionTypecreateAdvice(AdviceType value) Create an instance ofAdviceTypecreateAssertion(AssertionType value) createAssertionIDReference(String value) Create an instance ofAssertionTypecreateAttribute(AttributeType value) Create an instance ofAttributeDesignatorTypeCreate an instance ofAttributeStatementTypeCreate an instance ofAttributeTypecreateAttributeValue(Object value) createAudience(String value) Create an instance ofAudienceRestrictionConditionTypeCreate an instance ofAuthenticationStatementTypeCreate an instance ofAuthorityBindingTypeCreate an instance ofAuthorizationDecisionStatementTypecreateConditions(ConditionsType value) Create an instance ofConditionsTypecreateConfirmationMethod(String value) Create an instance ofDoNotCacheConditionTypecreateEvidence(EvidenceType value) Create an instance ofEvidenceTypeCreate an instance ofNameIdentifierTypecreateSubject(SubjectType value) Create an instance ofSubjectConfirmationTypeCreate an instance ofSubjectLocalityTypeCreate 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 JAXBElement<DoNotCacheConditionType> createDoNotCacheCondition(DoNotCacheConditionType value) -
createSubjectStatement
public JAXBElement<SubjectStatementAbstractType> createSubjectStatement(SubjectStatementAbstractType value) -
createAttributeDesignator
public JAXBElement<AttributeDesignatorType> createAttributeDesignator(AttributeDesignatorType value) -
createSubject
-
createAuthorizationDecisionStatement
public JAXBElement<AuthorizationDecisionStatementType> createAuthorizationDecisionStatement(AuthorizationDecisionStatementType value) -
createEvidence
-
createSubjectConfirmationData
-
createAssertionIDReference
-
createAttribute
-
createAudience
-
createSubjectLocality
-
createAudienceRestrictionCondition
public JAXBElement<AudienceRestrictionConditionType> createAudienceRestrictionCondition(AudienceRestrictionConditionType value) -
createConfirmationMethod
-
createAttributeValue
-
createCondition
-
createAdvice
-
createStatement
-
createConditions
-
createSubjectConfirmation
public JAXBElement<SubjectConfirmationType> createSubjectConfirmation(SubjectConfirmationType value) -
createAuthenticationStatement
public JAXBElement<AuthenticationStatementType> createAuthenticationStatement(AuthenticationStatementType value) -
createAuthorityBinding
-
createNameIdentifier
-
createAttributeStatement
-
createAssertion
-
createAction
-