Uses of Class
org.ldaptive.ad.control.DirSyncControl.Flag
-
Packages that use DirSyncControl.Flag Package Description org.ldaptive.ad.control org.ldaptive.ad.control.util -
-
Uses of DirSyncControl.Flag in org.ldaptive.ad.control
Methods in org.ldaptive.ad.control that return DirSyncControl.Flag Modifier and Type Method Description static DirSyncControl.Flag
DirSyncControl.Flag. valueOf(long l)
Returns the flag for the supplied integer constant.static DirSyncControl.Flag
DirSyncControl.Flag. valueOf(String name)
Returns 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.Flag Constructor Description DirSyncControl(DirSyncControl.Flag[] f)
Creates 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.Flag Modifier and Type Field Description private DirSyncControl.Flag[]
DirSyncClient. dirSyncFlags
DirSync flags.Constructors in org.ldaptive.ad.control.util with parameters of type DirSyncControl.Flag Constructor Description DirSyncClient(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.
-