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.Flag
ExtendedDnControl. flag
flag.Methods in org.ldaptive.ad.control that return ExtendedDnControl.Flag Modifier and Type Method Description ExtendedDnControl.Flag
ExtendedDnControl. getFlag()
Returns the flag.static ExtendedDnControl.Flag
ExtendedDnControl.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 void
ExtendedDnControl. 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.Flag
DirSyncClient. extendedDnFlag
ExtendedDn flags.Methods in org.ldaptive.ad.control.util that return ExtendedDnControl.Flag Modifier and Type Method Description ExtendedDnControl.Flag
DirSyncClient. 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 void
DirSyncClient. setExtendedDnFlag(ExtendedDnControl.Flag flag)
Sets the flag to use on the extended dn control.
-