com.evolveum.midpoint.xml.ns._public.common.common_2a
Class ConnectorHostType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_2a.ObjectType
      extended by com.evolveum.midpoint.xml.ns._public.common.common_2a.ConnectorHostType
All Implemented Interfaces:
Containerable, Objectable, Serializable, Cloneable

public class ConnectorHostType
extends ObjectType
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-2a}ObjectType">
       <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://midpoint.evolveum.com/xml/ns/public/common/common-2a}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

Field Summary
static QName COMPLEX_TYPE
           
static QName F_HOSTNAME
           
static QName F_PORT
           
static QName F_PROTECT_CONNECTION
           
static QName F_SHARED_SECRET
           
static QName F_TIMEOUT
           
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_2a.ObjectType
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, parentOrgRef
 
Constructor Summary
ConnectorHostType()
           
 
Method Summary
 ConnectorHostType clone()
           
 String getHostname()
           
 String getPort()
           
 ProtectedStringType getSharedSecret()
           
 Integer getTimeout()
           
 Boolean isProtectConnection()
           
 void setHostname(String value)
           
 void setPort(String value)
           
 void setProtectConnection(Boolean value)
           
 void setSharedSecret(ProtectedStringType value)
           
 void setTimeout(Integer value)
           
 
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_2a.ObjectType
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getName, getOid, getParentOrg, getParentOrgRef, getVersion, hashCode, setDescription, setExtension, setFetchResult, setName, setOid, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

COMPLEX_TYPE

public static final QName COMPLEX_TYPE

F_HOSTNAME

public static final QName F_HOSTNAME

F_PORT

public static final QName F_PORT

F_SHARED_SECRET

public static final QName F_SHARED_SECRET

F_PROTECT_CONNECTION

public static final QName F_PROTECT_CONNECTION

F_TIMEOUT

public static final QName F_TIMEOUT
Constructor Detail

ConnectorHostType

public ConnectorHostType()
Method Detail

getHostname

public String getHostname()

setHostname

public void setHostname(String value)

getPort

public String getPort()

setPort

public void setPort(String value)

getSharedSecret

public ProtectedStringType getSharedSecret()

setSharedSecret

public void setSharedSecret(ProtectedStringType value)

isProtectConnection

public Boolean isProtectConnection()

setProtectConnection

public void setProtectConnection(Boolean value)

getTimeout

public Integer getTimeout()

setTimeout

public void setTimeout(Integer value)

clone

public ConnectorHostType clone()
Overrides:
clone in class ObjectType


Copyright © 2013 evolveum. All Rights Reserved.