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)
public JAXBElement<EncryptedElementType> createEncryptedID(EncryptedElementType value)
public JAXBElement<NameIDType> createIssuer(NameIDType value)
public JAXBElement<String> createAssertionIDRef(String value)
public JAXBElement<String> createAssertionURIRef(String value)
public JAXBElement<SubjectConfirmationDataType> createSubjectConfirmationData(SubjectConfirmationDataType value)
public JAXBElement<ConditionAbstractType> createCondition(ConditionAbstractType value)
public JAXBElement<String> createAudience(String value)
public JAXBElement<EncryptedElementType> createEncryptedAssertion(EncryptedElementType value)
public JAXBElement<StatementAbstractType> createStatement(StatementAbstractType value)
public JAXBElement<String> createAuthnContextClassRef(String value)
public JAXBElement<String> createAuthnContextDeclRef(String value)
public JAXBElement<Object> createAuthnContextDecl(Object value)
public JAXBElement<String> createAuthenticatingAuthority(String value)
public JAXBElement<Object> createAttributeValue(Object value)
public JAXBElement<EncryptedElementType> createEncryptedAttribute(EncryptedElementType value)
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.