Package org.ldaptive.control
Interface ResponseControl
- All Superinterfaces:
Control
- All Known Implementing Classes:
AuthorizationIdentityResponseControl
,DirSyncControl
,EntryChangeNotificationControl
,GenericControl
,GetStatsControl
,PagedResultsControl
,PasswordExpiredControl
,PasswordExpiringControl
,PasswordPolicyControl
,SessionTrackingControl
,SortResponseControl
,SyncDoneControl
,SyncStateControl
,VirtualListViewResponseControl
Marker interface for ldap response controls.
-
Method Summary
Methods inherited from interface org.ldaptive.control.Control
getCriticality, getOID
-
Method Details
-
decode
Initializes this response control with the supplied BER encoded data.- Parameters:
encoded
- BER encoded response control
-