Uses of Enum
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.FlagDirSyncControl.Flag.valueOf(long l) Returns the flag for the supplied integer constant.static DirSyncControl.FlagReturns the enum constant of this type with the specified name.static DirSyncControl.Flag[]DirSyncControl.Flag.values()Returns an array containing the constants of this enum type, 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.dirSyncFlagsDirSync 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.