-
Classes Class Description com.unboundid.ldap.sdk.controls.SubentriesRequestControl This class has been deprecated because there are two competing specifications that can affect the visibility of entries with the ldapSubEntry object class: RFC 3672 and draft-ietf-lddup-subentry. This class implements support for the latter and remains fully functional, but you should use either theRFC3672SubentriesRequestControl
class or theDraftLDUPSubentriesRequestControl
class to avoid ambiguity.
-
Fields Field Description com.unboundid.ldap.sdk.unboundidds.extensions.PasswordPolicyStateOperation.OP_TYPE_GET_PW_HISTORY This operation type has been deprecated in favor of thePasswordPolicyStateOperation.OP_TYPE_GET_PW_HISTORY_COUNT
operation type.com.unboundid.ldap.sdk.Version.REVISION_NUMBER Use theVersion.REVISION_ID
property instead, since it can handle non-numeric revision identifiers.
-
Constructors Constructor Description com.unboundid.ldap.sdk.unboundidds.monitors.DiskSpaceInfo(String, String, Long, Long, long) Use the constructor that takes aLong
object for theusableBytes
parameter.