Class InfrastructureConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class InfrastructureConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Technical (infrastructure) configuration of midPoint deployment.

    Java class for InfrastructureConfigurationType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="InfrastructureConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="defaultHostname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="intraClusterHttpUrlPattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="remoteHostAddressHeader" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    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
    • Constructor Detail

      • InfrastructureConfigurationType

        public InfrastructureConfigurationType()
      • InfrastructureConfigurationType

        public InfrastructureConfigurationType​(PrismContext prismContext)