Uses of Enum Class
org.ldaptive.ad.control.ExtendedDnControl.Flag
Packages that use ExtendedDnControl.Flag
-
Uses of ExtendedDnControl.Flag in org.ldaptive.ad.control
Fields in org.ldaptive.ad.control declared as ExtendedDnControl.FlagMethods in org.ldaptive.ad.control that return ExtendedDnControl.FlagModifier and TypeMethodDescriptionExtendedDnControl.getFlag()
Returns the flag.static ExtendedDnControl.Flag
Returns the enum constant of this class with the specified name.static ExtendedDnControl.Flag[]
ExtendedDnControl.Flag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ldaptive.ad.control with parameters of type ExtendedDnControl.FlagModifier and TypeMethodDescriptionvoid
ExtendedDnControl.setFlag
(ExtendedDnControl.Flag f) Sets the flag.Constructors in org.ldaptive.ad.control with parameters of type ExtendedDnControl.FlagModifierConstructorDescriptionCreates a new extended dn control.ExtendedDnControl
(ExtendedDnControl.Flag f, boolean critical) Creates a new extended dn control. -
Uses of ExtendedDnControl.Flag in org.ldaptive.ad.control.util
Fields in org.ldaptive.ad.control.util declared as ExtendedDnControl.FlagModifier and TypeFieldDescriptionprivate ExtendedDnControl.Flag
DirSyncClient.extendedDnFlag
ExtendedDn flags.Methods in org.ldaptive.ad.control.util that return ExtendedDnControl.FlagModifier and TypeMethodDescriptionDirSyncClient.getExtendedDnFlag()
Returns the flag that is used on the extended dn control.Methods in org.ldaptive.ad.control.util with parameters of type ExtendedDnControl.FlagModifier and TypeMethodDescriptionvoid
DirSyncClient.setExtendedDnFlag
(ExtendedDnControl.Flag flag) Sets the flag to use on the extended dn control.