Uses of Class
org.ldaptive.control.SyncRequestControl.Mode
-
Packages that use SyncRequestControl.Mode Package Description org.ldaptive.control -
-
Uses of SyncRequestControl.Mode in org.ldaptive.control
Methods in org.ldaptive.control that return SyncRequestControl.Mode Modifier and Type Method Description SyncRequestControl.Mode
SyncRequestControl. getRequestMode()
Returns the request mode.static SyncRequestControl.Mode
SyncRequestControl.Mode. valueOf(int i)
Returns the mode for the supplied integer constant.static SyncRequestControl.Mode
SyncRequestControl.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SyncRequestControl.Mode[]
SyncRequestControl.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ldaptive.control with parameters of type SyncRequestControl.Mode Modifier and Type Method Description void
SyncRequestControl. setRequestMode(SyncRequestControl.Mode mode)
Sets the request mode.Constructors in org.ldaptive.control with parameters of type SyncRequestControl.Mode Constructor Description SyncRequestControl(SyncRequestControl.Mode mode)
Creates a new sync request control.SyncRequestControl(SyncRequestControl.Mode mode, boolean critical)
Creates a new sync request control.SyncRequestControl(SyncRequestControl.Mode mode, byte[] value, boolean critical)
Creates a new sync request control.SyncRequestControl(SyncRequestControl.Mode mode, byte[] value, boolean hint, boolean critical)
Creates a new sync request control.
-