Class ObjectFactory
- java.lang.Object
-
- javax.xml.bind.JAXBContext
-
- com.sun.identity.saml2.jaxb.assertion.impl.runtime.DefaultJAXBContextImpl
-
- com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
public class ObjectFactory extends DefaultJAXBContextImpl
This object contains factory methods for each Java content interface and Java element interface generated in the com.sun.identity.saml2.jaxb.entityconfig package.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.
-
-
Field Summary
Fields Modifier and Type Field Description static GrammarInfogrammarInfostatic Classversion
-
Constructor Summary
Constructors Constructor 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.entityconfig
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AffiliationConfigElementcreateAffiliationConfigElement()Create an instance of AffiliationConfigElementAttributeAuthorityConfigElementcreateAttributeAuthorityConfigElement()Create an instance of AttributeAuthorityConfigElementAttributeElementcreateAttributeElement()Create an instance of AttributeElementAttributeQueryConfigElementcreateAttributeQueryConfigElement()Create an instance of AttributeQueryConfigElementAttributeTypecreateAttributeType()Create an instance of AttributeTypeAuthnAuthorityConfigElementcreateAuthnAuthorityConfigElement()Create an instance of AuthnAuthorityConfigElementBaseConfigTypecreateBaseConfigType()Create an instance of BaseConfigTypeEntityConfigElementcreateEntityConfigElement()Create an instance of EntityConfigElementEntityConfigTypecreateEntityConfigType()Create an instance of EntityConfigTypeIDPSSOConfigElementcreateIDPSSOConfigElement()Create an instance of IDPSSOConfigElementPDPConfigElementcreatePDPConfigElement()Create an instance of PDPConfigElementSPSSOConfigElementcreateSPSSOConfigElement()Create an instance of SPSSOConfigElementValueElementcreateValueElement()Create an instance of ValueElementValueElementcreateValueElement(String value)Create an instance of ValueElementXACMLAuthzDecisionQueryConfigElementcreateXACMLAuthzDecisionQueryConfigElement()Create an instance of XACMLAuthzDecisionQueryConfigElementXACMLPDPConfigElementcreateXACMLPDPConfigElement()Create an instance of XACMLPDPConfigElementObjectgetProperty(String name)Get the specified property.ObjectnewInstance(Class javaContentInterface)Create an instance of the specified Java content interface.voidsetProperty(String name, Object value)Set the specified property.-
Methods inherited from class com.sun.identity.saml2.jaxb.assertion.impl.runtime.DefaultJAXBContextImpl
createMarshaller, createUnmarshaller, createValidator, getGrammar, getGrammarInfo
-
-
-
-
Field Detail
-
grammarInfo
public static final GrammarInfo grammarInfo
-
version
public static final Class version
-
-
Method Detail
-
newInstance
public Object newInstance(Class javaContentInterface) throws javax.xml.bind.JAXBException
Create an instance of the specified Java content interface.- Overrides:
newInstancein classDefaultJAXBContextImpl- Parameters:
javaContentInterface- the Class object of the javacontent interface to instantiate- Returns:
- a new instance
- Throws:
javax.xml.bind.JAXBException- if an error occurs
-
getProperty
public Object getProperty(String name) throws javax.xml.bind.PropertyException
Get the specified property. This method can only be used to get provider specific properties. Attempting to get an undefined property will result in a PropertyException being thrown.- Overrides:
getPropertyin classDefaultJAXBContextImpl- Parameters:
name- the name of the property to retrieve- Returns:
- the value of the requested property
- Throws:
javax.xml.bind.PropertyException- when there is an error retrieving the given property or value
-
setProperty
public void setProperty(String name, Object value) throws javax.xml.bind.PropertyException
Set the specified property. This method can only be used to set provider specific properties. Attempting to set an undefined property will result in a PropertyException being thrown.- Overrides:
setPropertyin classDefaultJAXBContextImpl- Parameters:
name- the name of the property to retrievevalue- the value of the property to be set- Throws:
javax.xml.bind.PropertyException- when there is an error processing the given property or value
-
createAttributeType
public AttributeType createAttributeType() throws javax.xml.bind.JAXBException
Create an instance of AttributeType- Throws:
javax.xml.bind.JAXBException- if an error occurs
-
createAuthnAuthorityConfigElement
public AuthnAuthorityConfigElement createAuthnAuthorityConfigElement() throws javax.xml.bind.JAXBException
Create an instance of AuthnAuthorityConfigElement- Throws:
javax.xml.bind.JAXBException- if an error occurs
-
createValueElement
public ValueElement createValueElement() throws javax.xml.bind.JAXBException
Create an instance of ValueElement- Throws:
javax.xml.bind.JAXBException- if an error occurs
-
createValueElement
public ValueElement createValueElement(String value) throws javax.xml.bind.JAXBException
Create an instance of ValueElement- Throws:
javax.xml.bind.JAXBException- if an error occurs
-
createEntityConfigElement
public EntityConfigElement createEntityConfigElement() throws javax.xml.bind.JAXBException
Create an instance of EntityConfigElement- Throws:
javax.xml.bind.JAXBException- if an error occurs
-
createPDPConfigElement
public PDPConfigElement createPDPConfigElement() throws javax.xml.bind.JAXBException
Create an instance of PDPConfigElement- Throws:
javax.xml.bind.JAXBException- if an error occurs
-
createAttributeQueryConfigElement
public AttributeQueryConfigElement createAttributeQueryConfigElement() throws javax.xml.bind.JAXBException
Create an instance of AttributeQueryConfigElement- Throws:
javax.xml.bind.JAXBException- if an error occurs
-
createEntityConfigType
public EntityConfigType createEntityConfigType() throws javax.xml.bind.JAXBException
Create an instance of EntityConfigType- Throws:
javax.xml.bind.JAXBException- if an error occurs
-
createAttributeElement
public AttributeElement createAttributeElement() throws javax.xml.bind.JAXBException
Create an instance of AttributeElement- Throws:
javax.xml.bind.JAXBException- if an error occurs
-
createXACMLAuthzDecisionQueryConfigElement
public XACMLAuthzDecisionQueryConfigElement createXACMLAuthzDecisionQueryConfigElement() throws javax.xml.bind.JAXBException
Create an instance of XACMLAuthzDecisionQueryConfigElement- Throws:
javax.xml.bind.JAXBException- if an error occurs
-
createIDPSSOConfigElement
public IDPSSOConfigElement createIDPSSOConfigElement() throws javax.xml.bind.JAXBException
Create an instance of IDPSSOConfigElement- Throws:
javax.xml.bind.JAXBException- if an error occurs
-
createBaseConfigType
public BaseConfigType createBaseConfigType() throws javax.xml.bind.JAXBException
Create an instance of BaseConfigType- Throws:
javax.xml.bind.JAXBException- if an error occurs
-
createAttributeAuthorityConfigElement
public AttributeAuthorityConfigElement createAttributeAuthorityConfigElement() throws javax.xml.bind.JAXBException
Create an instance of AttributeAuthorityConfigElement- Throws:
javax.xml.bind.JAXBException- if an error occurs
-
createXACMLPDPConfigElement
public XACMLPDPConfigElement createXACMLPDPConfigElement() throws javax.xml.bind.JAXBException
Create an instance of XACMLPDPConfigElement- Throws:
javax.xml.bind.JAXBException- if an error occurs
-
createAffiliationConfigElement
public AffiliationConfigElement createAffiliationConfigElement() throws javax.xml.bind.JAXBException
Create an instance of AffiliationConfigElement- Throws:
javax.xml.bind.JAXBException- if an error occurs
-
createSPSSOConfigElement
public SPSSOConfigElement createSPSSOConfigElement() throws javax.xml.bind.JAXBException
Create an instance of SPSSOConfigElement- Throws:
javax.xml.bind.JAXBException- if an error occurs
-
-