Uses of Class
org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
-
Packages that use ServerSideSortResponseControl Package Description org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls. -
-
Uses of ServerSideSortResponseControl in org.forgerock.opendj.ldap.controls
Fields in org.forgerock.opendj.ldap.controls with type parameters of type ServerSideSortResponseControl Modifier and Type Field Description static ControlDecoder<ServerSideSortResponseControl>ServerSideSortResponseControl. DECODERA decoder which can be used for decoding the server side sort response control.Methods in org.forgerock.opendj.ldap.controls that return ServerSideSortResponseControl Modifier and Type Method Description static ServerSideSortResponseControlServerSideSortResponseControl. newControl(ResultCode result)Creates a new server-side response control with the provided sort result and no attribute description.static ServerSideSortResponseControlServerSideSortResponseControl. newControl(ResultCode result, String attributeDescription)Creates a new server-side response control with the provided sort result and attribute description.static ServerSideSortResponseControlServerSideSortResponseControl. newControl(ResultCode result, AttributeDescription attributeDescription)Creates a new server-side response control with the provided sort result and attribute description.
-