public class ObjectFactory extends DefaultJAXBContextImpl
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.
Modifier and Type | Field and Description |
---|---|
static GrammarInfo |
grammarInfo |
static Class |
version |
JAXB_CONTEXT_FACTORY
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.identity.saml2.jaxb.assertion
|
Modifier and Type | Method and Description |
---|---|
ActionElement |
createActionElement()
Create an instance of ActionElement
|
ActionType |
createActionType()
Create an instance of ActionType
|
AdviceElement |
createAdviceElement()
Create an instance of AdviceElement
|
AdviceType |
createAdviceType()
Create an instance of AdviceType
|
AssertionElement |
createAssertionElement()
Create an instance of AssertionElement
|
AssertionIDRefElement |
createAssertionIDRefElement()
Create an instance of AssertionIDRefElement
|
AssertionIDRefElement |
createAssertionIDRefElement(String value)
Create an instance of AssertionIDRefElement
|
AssertionType |
createAssertionType()
Create an instance of AssertionType
|
AssertionURIRefElement |
createAssertionURIRefElement()
Create an instance of AssertionURIRefElement
|
AssertionURIRefElement |
createAssertionURIRefElement(String value)
Create an instance of AssertionURIRefElement
|
AttributeElement |
createAttributeElement()
Create an instance of AttributeElement
|
AttributeStatementElement |
createAttributeStatementElement()
Create an instance of AttributeStatementElement
|
AttributeStatementType |
createAttributeStatementType()
Create an instance of AttributeStatementType
|
AttributeType |
createAttributeType()
Create an instance of AttributeType
|
AttributeValueElement |
createAttributeValueElement()
Create an instance of AttributeValueElement
|
AudienceElement |
createAudienceElement()
Create an instance of AudienceElement
|
AudienceElement |
createAudienceElement(String value)
Create an instance of AudienceElement
|
AudienceRestrictionElement |
createAudienceRestrictionElement()
Create an instance of AudienceRestrictionElement
|
AudienceRestrictionType |
createAudienceRestrictionType()
Create an instance of AudienceRestrictionType
|
AuthenticatingAuthorityElement |
createAuthenticatingAuthorityElement()
Create an instance of AuthenticatingAuthorityElement
|
AuthenticatingAuthorityElement |
createAuthenticatingAuthorityElement(String value)
Create an instance of AuthenticatingAuthorityElement
|
AuthnContextClassRefElement |
createAuthnContextClassRefElement()
Create an instance of AuthnContextClassRefElement
|
AuthnContextClassRefElement |
createAuthnContextClassRefElement(String value)
Create an instance of AuthnContextClassRefElement
|
AuthnContextDeclElement |
createAuthnContextDeclElement()
Create an instance of AuthnContextDeclElement
|
AuthnContextDeclRefElement |
createAuthnContextDeclRefElement()
Create an instance of AuthnContextDeclRefElement
|
AuthnContextDeclRefElement |
createAuthnContextDeclRefElement(String value)
Create an instance of AuthnContextDeclRefElement
|
AuthnContextElement |
createAuthnContextElement()
Create an instance of AuthnContextElement
|
AuthnContextType |
createAuthnContextType()
Create an instance of AuthnContextType
|
AuthnStatementElement |
createAuthnStatementElement()
Create an instance of AuthnStatementElement
|
AuthnStatementType |
createAuthnStatementType()
Create an instance of AuthnStatementType
|
AuthzDecisionStatementElement |
createAuthzDecisionStatementElement()
Create an instance of AuthzDecisionStatementElement
|
AuthzDecisionStatementType |
createAuthzDecisionStatementType()
Create an instance of AuthzDecisionStatementType
|
BaseIDAbstractType |
createBaseIDAbstractType()
Create an instance of BaseIDAbstractType
|
BaseIDElement |
createBaseIDElement()
Create an instance of BaseIDElement
|
ConditionAbstractType |
createConditionAbstractType()
Create an instance of ConditionAbstractType
|
ConditionElement |
createConditionElement()
Create an instance of ConditionElement
|
ConditionsElement |
createConditionsElement()
Create an instance of ConditionsElement
|
ConditionsType |
createConditionsType()
Create an instance of ConditionsType
|
EncryptedAssertionElement |
createEncryptedAssertionElement()
Create an instance of EncryptedAssertionElement
|
EncryptedAttributeElement |
createEncryptedAttributeElement()
Create an instance of EncryptedAttributeElement
|
EncryptedElementType |
createEncryptedElementType()
Create an instance of EncryptedElementType
|
EncryptedIDElement |
createEncryptedIDElement()
Create an instance of EncryptedIDElement
|
EvidenceElement |
createEvidenceElement()
Create an instance of EvidenceElement
|
EvidenceType |
createEvidenceType()
Create an instance of EvidenceType
|
IssuerElement |
createIssuerElement()
Create an instance of IssuerElement
|
KeyInfoConfirmationDataType |
createKeyInfoConfirmationDataType()
Create an instance of KeyInfoConfirmationDataType
|
NameIDElement |
createNameIDElement()
Create an instance of NameIDElement
|
NameIDType |
createNameIDType()
Create an instance of NameIDType
|
OneTimeUseElement |
createOneTimeUseElement()
Create an instance of OneTimeUseElement
|
OneTimeUseType |
createOneTimeUseType()
Create an instance of OneTimeUseType
|
ProxyRestrictionElement |
createProxyRestrictionElement()
Create an instance of ProxyRestrictionElement
|
ProxyRestrictionType |
createProxyRestrictionType()
Create an instance of ProxyRestrictionType
|
StatementAbstractType |
createStatementAbstractType()
Create an instance of StatementAbstractType
|
StatementElement |
createStatementElement()
Create an instance of StatementElement
|
SubjectConfirmationDataElement |
createSubjectConfirmationDataElement()
Create an instance of SubjectConfirmationDataElement
|
SubjectConfirmationDataType |
createSubjectConfirmationDataType()
Create an instance of SubjectConfirmationDataType
|
SubjectConfirmationElement |
createSubjectConfirmationElement()
Create an instance of SubjectConfirmationElement
|
SubjectConfirmationType |
createSubjectConfirmationType()
Create an instance of SubjectConfirmationType
|
SubjectElement |
createSubjectElement()
Create an instance of SubjectElement
|
SubjectLocalityElement |
createSubjectLocalityElement()
Create an instance of SubjectLocalityElement
|
SubjectLocalityType |
createSubjectLocalityType()
Create an instance of SubjectLocalityType
|
SubjectType |
createSubjectType()
Create an instance of SubjectType
|
Object |
getProperty(String name)
Get the specified property.
|
Object |
newInstance(Class javaContentInterface)
Create an instance of the specified Java content interface.
|
void |
setProperty(String name,
Object value)
Set the specified property.
|
createMarshaller, createUnmarshaller, createValidator, getGrammar, getGrammarInfo
createBinder, createBinder, createJAXBIntrospector, generateSchema, newInstance, newInstance, newInstance, newInstance, newInstance
public static final GrammarInfo grammarInfo
public static final Class version
public ObjectFactory()
public Object newInstance(Class javaContentInterface) throws JAXBException
newInstance
in class DefaultJAXBContextImpl
javaContentInterface
- the Class object of the javacontent interface to instantiateJAXBException
- if an error occurspublic Object getProperty(String name) throws PropertyException
getProperty
in class DefaultJAXBContextImpl
name
- the name of the property to retrievePropertyException
- when there is an error retrieving the given property or valuepublic void setProperty(String name, Object value) throws PropertyException
setProperty
in class DefaultJAXBContextImpl
name
- the name of the property to retrievevalue
- the value of the property to be setPropertyException
- when there is an error processing the given property or valuepublic SubjectConfirmationElement createSubjectConfirmationElement() throws JAXBException
JAXBException
- if an error occurspublic BaseIDElement createBaseIDElement() throws JAXBException
JAXBException
- if an error occurspublic AssertionURIRefElement createAssertionURIRefElement() throws JAXBException
JAXBException
- if an error occurspublic AssertionURIRefElement createAssertionURIRefElement(String value) throws JAXBException
JAXBException
- if an error occurspublic SubjectLocalityType createSubjectLocalityType() throws JAXBException
JAXBException
- if an error occurspublic ActionElement createActionElement() throws JAXBException
JAXBException
- if an error occurspublic AdviceElement createAdviceElement() throws JAXBException
JAXBException
- if an error occurspublic AttributeElement createAttributeElement() throws JAXBException
JAXBException
- if an error occurspublic ConditionsElement createConditionsElement() throws JAXBException
JAXBException
- if an error occurspublic NameIDType createNameIDType() throws JAXBException
JAXBException
- if an error occurspublic AudienceRestrictionElement createAudienceRestrictionElement() throws JAXBException
JAXBException
- if an error occurspublic SubjectConfirmationDataElement createSubjectConfirmationDataElement() throws JAXBException
JAXBException
- if an error occurspublic ConditionAbstractType createConditionAbstractType() throws JAXBException
JAXBException
- if an error occurspublic SubjectConfirmationDataType createSubjectConfirmationDataType() throws JAXBException
JAXBException
- if an error occurspublic AuthzDecisionStatementType createAuthzDecisionStatementType() throws JAXBException
JAXBException
- if an error occurspublic EncryptedAssertionElement createEncryptedAssertionElement() throws JAXBException
JAXBException
- if an error occurspublic StatementAbstractType createStatementAbstractType() throws JAXBException
JAXBException
- if an error occurspublic AttributeStatementElement createAttributeStatementElement() throws JAXBException
JAXBException
- if an error occurspublic AuthnContextElement createAuthnContextElement() throws JAXBException
JAXBException
- if an error occurspublic KeyInfoConfirmationDataType createKeyInfoConfirmationDataType() throws JAXBException
JAXBException
- if an error occurspublic EncryptedIDElement createEncryptedIDElement() throws JAXBException
JAXBException
- if an error occurspublic ProxyRestrictionElement createProxyRestrictionElement() throws JAXBException
JAXBException
- if an error occurspublic NameIDElement createNameIDElement() throws JAXBException
JAXBException
- if an error occurspublic OneTimeUseType createOneTimeUseType() throws JAXBException
JAXBException
- if an error occurspublic AttributeType createAttributeType() throws JAXBException
JAXBException
- if an error occurspublic ConditionsType createConditionsType() throws JAXBException
JAXBException
- if an error occurspublic BaseIDAbstractType createBaseIDAbstractType() throws JAXBException
JAXBException
- if an error occurspublic EncryptedAttributeElement createEncryptedAttributeElement() throws JAXBException
JAXBException
- if an error occurspublic ConditionElement createConditionElement() throws JAXBException
JAXBException
- if an error occurspublic AuthnContextDeclElement createAuthnContextDeclElement() throws JAXBException
JAXBException
- if an error occurspublic EvidenceType createEvidenceType() throws JAXBException
JAXBException
- if an error occurspublic SubjectType createSubjectType() throws JAXBException
JAXBException
- if an error occurspublic EncryptedElementType createEncryptedElementType() throws JAXBException
JAXBException
- if an error occurspublic AuthnStatementType createAuthnStatementType() throws JAXBException
JAXBException
- if an error occurspublic SubjectConfirmationType createSubjectConfirmationType() throws JAXBException
JAXBException
- if an error occurspublic SubjectLocalityElement createSubjectLocalityElement() throws JAXBException
JAXBException
- if an error occurspublic ProxyRestrictionType createProxyRestrictionType() throws JAXBException
JAXBException
- if an error occurspublic AuthzDecisionStatementElement createAuthzDecisionStatementElement() throws JAXBException
JAXBException
- if an error occurspublic AuthnContextClassRefElement createAuthnContextClassRefElement() throws JAXBException
JAXBException
- if an error occurspublic AuthnContextClassRefElement createAuthnContextClassRefElement(String value) throws JAXBException
JAXBException
- if an error occurspublic AssertionElement createAssertionElement() throws JAXBException
JAXBException
- if an error occurspublic AdviceType createAdviceType() throws JAXBException
JAXBException
- if an error occurspublic SubjectElement createSubjectElement() throws JAXBException
JAXBException
- if an error occurspublic AssertionType createAssertionType() throws JAXBException
JAXBException
- if an error occurspublic StatementElement createStatementElement() throws JAXBException
JAXBException
- if an error occurspublic AssertionIDRefElement createAssertionIDRefElement() throws JAXBException
JAXBException
- if an error occurspublic AssertionIDRefElement createAssertionIDRefElement(String value) throws JAXBException
JAXBException
- if an error occurspublic AuthnContextType createAuthnContextType() throws JAXBException
JAXBException
- if an error occurspublic ActionType createActionType() throws JAXBException
JAXBException
- if an error occurspublic AuthenticatingAuthorityElement createAuthenticatingAuthorityElement() throws JAXBException
JAXBException
- if an error occurspublic AuthenticatingAuthorityElement createAuthenticatingAuthorityElement(String value) throws JAXBException
JAXBException
- if an error occurspublic AuthnStatementElement createAuthnStatementElement() throws JAXBException
JAXBException
- if an error occurspublic AttributeValueElement createAttributeValueElement() throws JAXBException
JAXBException
- if an error occurspublic EvidenceElement createEvidenceElement() throws JAXBException
JAXBException
- if an error occurspublic AudienceElement createAudienceElement() throws JAXBException
JAXBException
- if an error occurspublic AudienceElement createAudienceElement(String value) throws JAXBException
JAXBException
- if an error occurspublic OneTimeUseElement createOneTimeUseElement() throws JAXBException
JAXBException
- if an error occurspublic IssuerElement createIssuerElement() throws JAXBException
JAXBException
- if an error occurspublic AttributeStatementType createAttributeStatementType() throws JAXBException
JAXBException
- if an error occurspublic AudienceRestrictionType createAudienceRestrictionType() throws JAXBException
JAXBException
- if an error occurspublic AuthnContextDeclRefElement createAuthnContextDeclRefElement() throws JAXBException
JAXBException
- if an error occurspublic AuthnContextDeclRefElement createAuthnContextDeclRefElement(String value) throws JAXBException
JAXBException
- if an error occursCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.