Uses of Enum
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.FlagReturns the enum constant of this type with the specified name.static ExtendedDnControl.Flag[]ExtendedDnControl.Flag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ldaptive.ad.control with parameters of type ExtendedDnControl.FlagModifier and TypeMethodDescriptionvoidExtendedDnControl.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.FlagDirSyncClient.extendedDnFlagExtendedDn 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 TypeMethodDescriptionvoidDirSyncClient.setExtendedDnFlag(ExtendedDnControl.Flag flag) Sets the flag to use on the extended dn control.