public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oasis.names.tc.saml._2_0.assertion
|
public ObjectFactory()
public NameIDType createNameIDType()
NameIDTypepublic EncryptedElementType createEncryptedElementType()
EncryptedElementTypepublic SubjectConfirmation createSubjectConfirmation()
SubjectConfirmationpublic SubjectConfirmationDataType createSubjectConfirmationDataType()
SubjectConfirmationDataTypepublic Conditions createConditions()
Conditionspublic AudienceRestriction createAudienceRestriction()
AudienceRestrictionpublic OneTimeUse createOneTimeUse()
OneTimeUsepublic ProxyRestriction createProxyRestriction()
ProxyRestrictionpublic AuthnStatement createAuthnStatement()
AuthnStatementpublic SubjectLocality createSubjectLocality()
SubjectLocalitypublic AuthnContext createAuthnContext()
AuthnContextpublic AuthzDecisionStatement createAuthzDecisionStatement()
AuthzDecisionStatementpublic AttributeStatement createAttributeStatement()
AttributeStatementpublic KeyInfoConfirmationDataType createKeyInfoConfirmationDataType()
KeyInfoConfirmationDataTypepublic JAXBElement<NameIDType> createNameID(NameIDType value)
value - Java instance representing xml element's value.JAXBElement<NameIDType>public JAXBElement<EncryptedElementType> createEncryptedID(EncryptedElementType value)
value - Java instance representing xml element's value.JAXBElement<EncryptedElementType>public JAXBElement<NameIDType> createIssuer(NameIDType value)
value - Java instance representing xml element's value.JAXBElement<NameIDType>public JAXBElement<String> createAssertionIDRef(String value)
value - Java instance representing xml element's value.JAXBElement<String>public JAXBElement<String> createAssertionURIRef(String value)
value - Java instance representing xml element's value.JAXBElement<String>public JAXBElement<SubjectConfirmationDataType> createSubjectConfirmationData(SubjectConfirmationDataType value)
value - Java instance representing xml element's value.JAXBElement<SubjectConfirmationDataType>public JAXBElement<ConditionAbstractType> createCondition(ConditionAbstractType value)
value - Java instance representing xml element's value.JAXBElement<ConditionAbstractType>public JAXBElement<String> createAudience(String value)
value - Java instance representing xml element's value.JAXBElement<String>public JAXBElement<EncryptedElementType> createEncryptedAssertion(EncryptedElementType value)
value - Java instance representing xml element's value.JAXBElement<EncryptedElementType>public JAXBElement<StatementAbstractType> createStatement(StatementAbstractType value)
value - Java instance representing xml element's value.JAXBElement<StatementAbstractType>public JAXBElement<String> createAuthnContextClassRef(String value)
value - Java instance representing xml element's value.JAXBElement<String>public JAXBElement<String> createAuthnContextDeclRef(String value)
value - Java instance representing xml element's value.JAXBElement<String>public JAXBElement<Object> createAuthnContextDecl(Object value)
value - Java instance representing xml element's value.JAXBElement<Object>public JAXBElement<String> createAuthenticatingAuthority(String value)
value - Java instance representing xml element's value.JAXBElement<String>public JAXBElement<Object> createAttributeValue(Object value)
value - Java instance representing xml element's value.JAXBElement<Object>public JAXBElement<EncryptedElementType> createEncryptedAttribute(EncryptedElementType value)
value - Java instance representing xml element's value.JAXBElement<EncryptedElementType>
Connector Packaging generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.