Class ObjectFactory
java.lang.Object
eu.europa.esig.saml.jaxb.assertion.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the eu.europa.esig.saml.jaxb.assertion 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: eu.europa.esig.saml.jaxb.assertion -
Method Summary
Modifier and TypeMethodDescriptioncreateAction(ActionType value) Create an instance ofActionTypecreateAdvice(AdviceType value) Create an instance ofAdviceTypecreateAssertion(AssertionType value) createAssertionIDRef(String value) Create an instance ofAssertionTypecreateAssertionURIRef(String value) createAttribute(AttributeType value) Create an instance ofAttributeStatementTypeCreate an instance ofAttributeTypecreateAttributeValue(Object value) createAudience(String value) Create an instance ofAudienceRestrictionTypecreateAuthnContextClassRef(String value) createAuthnContextDecl(Object value) createAuthnContextDeclRef(String value) Create an instance ofAuthnContextTypeCreate an instance ofAuthnStatementTypeCreate an instance ofAuthzDecisionStatementTypecreateBaseID(BaseIDAbstractType value) createConditions(ConditionsType value) Create an instance ofConditionsTypeCreate an instance ofEncryptedElementTypecreateEvidence(EvidenceType value) Create an instance ofEvidenceTypecreateIssuer(NameIDType value) Create an instance ofKeyInfoConfirmationDataTypecreateNameID(NameIDType value) Create an instance ofNameIDTypecreateOneTimeUse(OneTimeUseType value) Create an instance ofOneTimeUseTypeCreate an instance ofProxyRestrictionTypecreateSubject(SubjectType value) Create an instance ofSubjectConfirmationDataTypeCreate 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: eu.europa.esig.saml.jaxb.assertion
-
-
Method Details
-
createNameIDType
Create an instance ofNameIDType -
createEncryptedElementType
Create an instance ofEncryptedElementType -
createAssertionType
Create an instance ofAssertionType -
createSubjectType
Create an instance ofSubjectType -
createSubjectConfirmationType
Create an instance ofSubjectConfirmationType -
createSubjectConfirmationDataType
Create an instance ofSubjectConfirmationDataType -
createConditionsType
Create an instance ofConditionsType -
createAudienceRestrictionType
Create an instance ofAudienceRestrictionType -
createOneTimeUseType
Create an instance ofOneTimeUseType -
createProxyRestrictionType
Create an instance ofProxyRestrictionType -
createAdviceType
Create an instance ofAdviceType -
createAuthnStatementType
Create an instance ofAuthnStatementType -
createSubjectLocalityType
Create an instance ofSubjectLocalityType -
createAuthnContextType
Create an instance ofAuthnContextType -
createAuthzDecisionStatementType
Create an instance ofAuthzDecisionStatementType -
createActionType
Create an instance ofActionType -
createEvidenceType
Create an instance ofEvidenceType -
createAttributeStatementType
Create an instance ofAttributeStatementType -
createAttributeType
Create an instance ofAttributeType -
createKeyInfoConfirmationDataType
Create an instance ofKeyInfoConfirmationDataType -
createBaseID
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BaseIDAbstractType>
-
createNameID
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<NameIDType>
-
createEncryptedID
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EncryptedElementType>
-
createIssuer
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<NameIDType>
-
createAssertionIDRef
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createAssertionURIRef
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createAssertion
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AssertionType>
-
createSubject
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SubjectType>
-
createSubjectConfirmation
public JAXBElement<SubjectConfirmationType> createSubjectConfirmation(SubjectConfirmationType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SubjectConfirmationType>
-
createSubjectConfirmationData
public JAXBElement<SubjectConfirmationDataType> createSubjectConfirmationData(SubjectConfirmationDataType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SubjectConfirmationDataType>
-
createConditions
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ConditionsType>
-
createCondition
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ConditionAbstractType>
-
createAudienceRestriction
public JAXBElement<AudienceRestrictionType> createAudienceRestriction(AudienceRestrictionType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AudienceRestrictionType>
-
createAudience
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createOneTimeUse
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<OneTimeUseType>
-
createProxyRestriction
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProxyRestrictionType>
-
createAdvice
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AdviceType>
-
createEncryptedAssertion
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EncryptedElementType>
-
createStatement
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StatementAbstractType>
-
createAuthnStatement
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AuthnStatementType>
-
createSubjectLocality
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SubjectLocalityType>
-
createAuthnContext
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AuthnContextType>
-
createAuthnContextClassRef
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createAuthnContextDeclRef
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createAuthnContextDecl
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createAuthenticatingAuthority
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createAuthzDecisionStatement
public JAXBElement<AuthzDecisionStatementType> createAuthzDecisionStatement(AuthzDecisionStatementType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AuthzDecisionStatementType>
-
createAction
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ActionType>
-
createEvidence
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EvidenceType>
-
createAttributeStatement
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributeStatementType>
-
createAttribute
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributeType>
-
createAttributeValue
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createEncryptedAttribute
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EncryptedElementType>
-