Uses of Class
org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
-
Packages that use ServerSideSortRequestControl Package Description org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls. -
-
Uses of ServerSideSortRequestControl in org.forgerock.opendj.ldap.controls
Fields in org.forgerock.opendj.ldap.controls with type parameters of type ServerSideSortRequestControl Modifier and Type Field Description static ControlDecoder<ServerSideSortRequestControl>ServerSideSortRequestControl. DECODERA decoder which can be used for decoding the server side sort request control.Methods in org.forgerock.opendj.ldap.controls that return ServerSideSortRequestControl Modifier and Type Method Description static ServerSideSortRequestControlServerSideSortRequestControl. newControl(boolean isCritical, String sortKeys)Creates a new server side sort request control with the provided criticality and string representation of a list of sort keys.static ServerSideSortRequestControlServerSideSortRequestControl. newControl(boolean isCritical, Collection<SortKey> keys)Creates a new server side sort request control with the provided criticality and list of sort keys.static ServerSideSortRequestControlServerSideSortRequestControl. newControl(boolean isCritical, SortKey... keys)Creates a new server side sort request control with the provided criticality and list of sort keys.
-