Class ConnectorHostType

  • All Implemented Interfaces:
    Containerable, JaxbVisitable, Objectable, DebugDumpable, 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. <p>Java class for ConnectorHostType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ConnectorHostType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentHolderType"&gt; &lt;sequence&gt; &lt;element name="hostname" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="port" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="sharedSecret" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType" minOccurs="0"/&gt; &lt;element name="protectConnection" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="timeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form