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()
NameIDType
public EncryptedElementType createEncryptedElementType()
EncryptedElementType
public SubjectConfirmation createSubjectConfirmation()
SubjectConfirmation
public SubjectConfirmationDataType createSubjectConfirmationDataType()
SubjectConfirmationDataType
public Conditions createConditions()
Conditions
public AudienceRestriction createAudienceRestriction()
AudienceRestriction
public OneTimeUse createOneTimeUse()
OneTimeUse
public ProxyRestriction createProxyRestriction()
ProxyRestriction
public AuthnStatement createAuthnStatement()
AuthnStatement
public SubjectLocality createSubjectLocality()
SubjectLocality
public AuthnContext createAuthnContext()
AuthnContext
public AuthzDecisionStatement createAuthzDecisionStatement()
AuthzDecisionStatement
public AttributeStatement createAttributeStatement()
AttributeStatement
public KeyInfoConfirmationDataType createKeyInfoConfirmationDataType()
KeyInfoConfirmationDataType
public 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 TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.