Uses of Class
org.ldaptive.ad.control.ExtendedDnControl.Flag

Packages that use ExtendedDnControl.Flag
org.ldaptive.ad.control   
org.ldaptive.ad.control.util   
 

Uses of ExtendedDnControl.Flag in org.ldaptive.ad.control
 

Methods in org.ldaptive.ad.control that return ExtendedDnControl.Flag
 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
 void ExtendedDnControl.setFlag(ExtendedDnControl.Flag f)
          Sets the flag.
 

Constructors in org.ldaptive.ad.control with parameters of type ExtendedDnControl.Flag
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
 

Methods in org.ldaptive.ad.control.util that return ExtendedDnControl.Flag
 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
 void DirSyncClient.setExtendedDnFlag(ExtendedDnControl.Flag flag)
          Sets the flag to use on the extended dn control.
 



Copyright © 2003-2017 Virginia Tech. All Rights Reserved.