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)
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 TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.