Class ConnInstanceTO

java.lang.Object
org.apache.syncope.common.lib.to.ConnInstanceTO
All Implemented Interfaces:
Serializable, BaseBean, EntityTO

public class ConnInstanceTO extends Object implements EntityTO
See Also:
  • Constructor Details

    • ConnInstanceTO

      public ConnInstanceTO()
  • Method Details

    • getKey

      public String getKey()
      Specified by:
      getKey in interface EntityTO
    • setKey

      @PathParam("key") public void setKey(String key)
      Specified by:
      setKey in interface EntityTO
    • isErrored

      public boolean isErrored()
    • setErrored

      public void setErrored(boolean errored)
    • getAdminRealm

      public String getAdminRealm()
    • setAdminRealm

      public void setAdminRealm(String adminRealm)
    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • getConnectorName

      public String getConnectorName()
    • setConnectorName

      public void setConnectorName(String connectorname)
    • getBundleName

      public String getBundleName()
    • setBundleName

      public void setBundleName(String bundlename)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getConf

      public List<ConnConfProperty> getConf()
    • getConf

      public Optional<ConnConfProperty> getConf(String schemaName)
    • getCapabilities

      public Set<ConnectorCapability> getCapabilities()
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • getConnRequestTimeout

      public Integer getConnRequestTimeout()
      Get connector request timeout. It is not applied in case of sync, full reconciliation and search.
      Returns:
      timeout.
    • setConnRequestTimeout

      public void setConnRequestTimeout(Integer connRequestTimeout)
      Set connector request timeout. It is not applied in case of sync, full reconciliation and search.
      Parameters:
      connRequestTimeout - timeout
    • getPoolConf

      public ConnPoolConf getPoolConf()
    • setPoolConf

      public void setPoolConf(ConnPoolConf poolConf)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object