Class ConnectorHostType

  • All Implemented Interfaces:
    Containerable, JaxbVisitable, Objectable, Serializable, Cloneable

    public class ConnectorHostType
    extends AssignmentHolderType
    implements Serializable, Cloneable
    Host definition for remote connector, remote connector framework or a remote "gateway". Note that this is a generic concept of a connector host, not specific to any connector framework. It can be extended with a framework-specific configuration using the usual "extension" element.

    Java class for ConnectorHostType complex type.

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

     <complexType name="ConnectorHostType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentHolderType">
           <sequence>
             <element name="hostname" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="port" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="sharedSecret" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType" minOccurs="0"/>
             <element name="protectConnection" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="timeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form