Uses of Class
org.ldaptive.ad.control.ExtendedDnControl.Flag
-
Packages that use ExtendedDnControl.Flag Package Description org.ldaptive.ad.control org.ldaptive.ad.control.util -
-
Uses of ExtendedDnControl.Flag in org.ldaptive.ad.control
Fields in org.ldaptive.ad.control declared as ExtendedDnControl.Flag Modifier and Type Field Description private ExtendedDnControl.FlagExtendedDnControl. flagflag.Methods in org.ldaptive.ad.control that return ExtendedDnControl.Flag Modifier and Type Method Description ExtendedDnControl.FlagExtendedDnControl. getFlag()Returns the flag.static ExtendedDnControl.FlagExtendedDnControl.Flag. valueOf(String name)Returns 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.Flag Modifier and Type Method Description voidExtendedDnControl. setFlag(ExtendedDnControl.Flag f)Sets the flag.Constructors in org.ldaptive.ad.control with parameters of type ExtendedDnControl.Flag Constructor Description ExtendedDnControl(ExtendedDnControl.Flag f)Creates 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.Flag Modifier and Type Field Description private ExtendedDnControl.FlagDirSyncClient. extendedDnFlagExtendedDn flags.Methods in org.ldaptive.ad.control.util that return ExtendedDnControl.Flag Modifier and Type Method Description ExtendedDnControl.FlagDirSyncClient. getExtendedDnFlag()Returns the flag that is used on the extended dn control.Methods in org.ldaptive.ad.control.util with parameters of type ExtendedDnControl.Flag Modifier and Type Method Description voidDirSyncClient. setExtendedDnFlag(ExtendedDnControl.Flag flag)Sets the flag to use on the extended dn control.
-