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
public interface ResponseControl extends Control
Marker interface for ldap response controls.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
decode(DERBuffer encoded)
Initializes this response control with the supplied BER encoded data.-
Methods inherited from interface org.ldaptive.control.Control
getCriticality, getOID
-
-
-
-
Method Detail
-
decode
void decode(DERBuffer encoded)
Initializes this response control with the supplied BER encoded data.- Parameters:
encoded
- BER encoded response control
-
-