Uses of Enum Class
org.ldaptive.ad.control.DirSyncControl.Flag
Packages that use DirSyncControl.Flag
-
Uses of DirSyncControl.Flag in org.ldaptive.ad.control
Methods in org.ldaptive.ad.control that return DirSyncControl.FlagModifier and TypeMethodDescriptionstatic DirSyncControl.Flag
DirSyncControl.Flag.valueOf
(long l) Returns the flag for the supplied integer constant.static DirSyncControl.Flag
Returns the enum constant of this class with the specified name.static DirSyncControl.Flag[]
DirSyncControl.Flag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ldaptive.ad.control with parameters of type DirSyncControl.FlagModifierConstructorDescriptionCreates a new dir sync control.DirSyncControl
(DirSyncControl.Flag[] f, boolean critical) Creates a new dir sync control.DirSyncControl
(DirSyncControl.Flag[] f, byte[] value, boolean critical) Creates a new dir sync control.DirSyncControl
(DirSyncControl.Flag[] f, byte[] value, int count, boolean critical) Creates a new dir sync control.DirSyncControl
(DirSyncControl.Flag[] f, int count) Creates a new dir sync control.DirSyncControl
(DirSyncControl.Flag[] f, int count, boolean critical) Creates a new dir sync control. -
Uses of DirSyncControl.Flag in org.ldaptive.ad.control.util
Fields in org.ldaptive.ad.control.util declared as DirSyncControl.FlagModifier and TypeFieldDescriptionprivate final DirSyncControl.Flag[]
DirSyncClient.dirSyncFlags
DirSync flags.Constructors in org.ldaptive.ad.control.util with parameters of type DirSyncControl.FlagModifierConstructorDescriptionDirSyncClient
(ConnectionFactory cf, DirSyncControl.Flag[] dsFlags) Creates a new dir sync client.DirSyncClient
(ConnectionFactory cf, DirSyncControl.Flag[] dsFlags, int count) Creates a new dir sync client.