Class InfrastructureConfigurationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class InfrastructureConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Technical (infrastructure) configuration of midPoint deployment. <p>Java class for InfrastructureConfigurationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="InfrastructureConfigurationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="defaultHostname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="intraClusterHttpUrlPattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="remoteHostAddressHeader" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="publicHttpUrlPattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_DEFAULT_HOSTNAME

        public static final ItemName F_DEFAULT_HOSTNAME
      • F_INTRA_CLUSTER_HTTP_URL_PATTERN

        public static final ItemName F_INTRA_CLUSTER_HTTP_URL_PATTERN
      • F_REMOTE_HOST_ADDRESS_HEADER

        public static final ItemName F_REMOTE_HOST_ADDRESS_HEADER
      • F_PUBLIC_HTTP_URL_PATTERN

        public static final ItemName F_PUBLIC_HTTP_URL_PATTERN
    • Constructor Detail

      • InfrastructureConfigurationType

        public InfrastructureConfigurationType()
      • InfrastructureConfigurationType

        public InfrastructureConfigurationType​(PrismContext prismContext)