Package de.elo.ix.client.ldap
Class Server
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ldap.Server
- All Implemented Interfaces:
Serializable
This class represents a LDAP server.
- Since:
- 11.00.000.007
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
An exception message if connection toldapUrl
failed.protected long
Duration of last login.protected String
URL to access the LDAP directory.protected double
Priority for using this URL compared to others.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
double
int
hashCode()
void
setLastException
(String lastException) void
setLastLoginDurationMillis
(long lastLoginDurationMillis) void
setLdapUrl
(String ldapUrl) void
setPriority
(double priority) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
ldapUrl
URL to access the LDAP directory. -
priority
protected double priorityPriority for using this URL compared to others. Higher value means more preferred. -
lastLoginDurationMillis
protected long lastLoginDurationMillisDuration of last login. Read only. -
lastException
An exception message if connection toldapUrl
failed.
-
-
Constructor Details
-
Server
public Server() -
Server
-
-
Method Details
-
getLdapUrl
-
getPriority
public double getPriority() -
getLastLoginDurationMillis
public long getLastLoginDurationMillis() -
setLdapUrl
-
setPriority
public void setPriority(double priority) -
setLastLoginDurationMillis
public void setLastLoginDurationMillis(long lastLoginDurationMillis) -
toString
-
getLastException
-
setLastException
-
hashCode
public int hashCode() -
equals
-