@PublicAPI(stability=PRIVATE)

Package org.opends.server.controls

Contains classes that represent specific LDAP controls and their values.

See:
          Description

Class Summary
AccountUsableRequestControl This class implements the Sun-defined account usable request control.
AccountUsableResponseControl This class implements the account usable response control.
AuthorizationIdentityResponseControl This class implements the authorization identity response control as defined in RFC 3829.
EntryChangeNotificationControl This class implements the entry change notification control defined in draft-ietf-ldapext-psearch.
GetEffectiveRights This class partially implements the geteffectiverights control as defined in draft-ietf-ldapext-acl-model-08.txt.
LDAPAssertionRequestControl This class implements the LDAP assertion request control as defined in RFC 4528.
LDAPPostReadRequestControl This class implements the post-read request control as defined in RFC 4527.
LDAPPostReadResponseControl This class implements the post-read response control as defined in RFC 4527.
LDAPPreReadRequestControl This class implements the pre-read request control as defined in RFC 4527.
LDAPPreReadResponseControl This class implements the pre-read response control as defined in RFC 4527.
MatchedValuesControl This class implements the matched values control as defined in RFC 3876.
MatchedValuesFilter This class defines a filter that may be used in conjunction with the matched values control to indicate which particular values of a multivalued attribute should be returned.
PagedResultsControl This class represents a paged results control value as defined in RFC 2696.
PasswordExpiredControl This class implements the Netscape password expired control.
PasswordExpiringControl This class implements the Netscape password expiring control, which serves as a warning to clients that the user's password is about to expire.
PasswordPolicyRequestControl This class implements the password policy request control defined in draft-behera-ldap-password-policy.
PasswordPolicyResponseControl This class implements the password policy response control defined in draft-behera-ldap-password-policy.
PersistentSearchControl This class implements the persistent search control defined in draft-ietf-ldapext-psearch.
ProxiedAuthV1Control This class implements version 1 of the proxied authorization control as defined in early versions of draft-weltman-ldapv3-proxy (this implementation is based on the "-04" revision).
ProxiedAuthV2Control This class implements version 2 of the proxied authorization control as defined in RFC 4370.
ServerSideSortRequestControl This class implements the server-side sort request control as defined in RFC 2891 section 1.1.
ServerSideSortResponseControl This class implements the server-side sort response control as defined in RFC 2891 section 1.2.
VLVRequestControl This class implements the virtual list view request controls as defined in draft-ietf-ldapext-ldapv3-vlv.
VLVResponseControl This class implements the virtual list view response controls as defined in draft-ietf-ldapext-ldapv3-vlv.
 

Enum Summary
PasswordPolicyErrorType This enumeration defines the set of password policy errors that may be included in the password policy response control defined in draft-behera-ldap-password-policy.
PasswordPolicyWarningType This enumeration defines the set of password policy warnings that may be included in the password policy response control defined in draft-behera-ldap-password-policy.
PersistentSearchChangeType This enumeration defines the set of possible change types that may be used in conjunction with the persistent search control, as defined in draft-ietf-ldapext-psearch.
 

Package org.opends.server.controls Description

Contains classes that represent specific LDAP controls and their values. These classes are all subclasses of com.sun.directory.core.Control.