Class Server

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ldap.Server
All Implemented Interfaces:
Serializable

public class Server extends ValueClass
This class represents a LDAP server.
Since:
11.00.000.007
See Also:
  • Field Details

    • ldapUrl

      protected String ldapUrl
      URL to access the LDAP directory.
    • priority

      protected double priority
      Priority for using this URL compared to others. Higher value means more preferred.
    • lastLoginDurationMillis

      protected long lastLoginDurationMillis
      Duration of last login. Read only.
    • lastException

      protected String lastException
      An exception message if connection to ldapUrl failed.
  • Constructor Details

    • Server

      public Server()
    • Server

      public Server(String ldapUrl, double priority)
  • Method Details

    • getLdapUrl

      public String getLdapUrl()
    • getPriority

      public double getPriority()
    • getLastLoginDurationMillis

      public long getLastLoginDurationMillis()
    • setLdapUrl

      public void setLdapUrl(String ldapUrl)
    • setPriority

      public void setPriority(double priority)
    • setLastLoginDurationMillis

      public void setLastLoginDurationMillis(long lastLoginDurationMillis)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getLastException

      public String getLastException()
    • setLastException

      public void setLastException(String lastException)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

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