Class ServerConfigUserKeepAliveLdap


  • public class ServerConfigUserKeepAliveLdap
    extends Object
    When these settings are present, the server sends a ping to the configured LDAP server to keep the connection alive.
    • Constructor Detail

      • ServerConfigUserKeepAliveLdap

        public ServerConfigUserKeepAliveLdap()
    • Method Detail

      • getEnabled

        @Nullable
        public @Nullable Boolean getEnabled()
        When set to true the server sends a ping to the configured LDAP server to keep the connection alive.
        Returns:
        enabled
      • setEnabled

        public void setEnabled​(Boolean enabled)
      • getSendInterval

        @Nullable
        public @Nullable Integer getSendInterval()
        The sending interval in seconds at which the ping is sent.
        Returns:
        sendInterval
      • setSendInterval

        public void setSendInterval​(Integer sendInterval)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object