Uses of Class
org.ldaptive.handler.DnAttributeEntryHandler.Builder
-
Packages that use DnAttributeEntryHandler.Builder Package Description org.ldaptive.handler -
-
Uses of DnAttributeEntryHandler.Builder in org.ldaptive.handler
Methods in org.ldaptive.handler that return DnAttributeEntryHandler.Builder Modifier and Type Method Description DnAttributeEntryHandler.Builder
DnAttributeEntryHandler.Builder. addIfExists(boolean b)
Sets the add if exists.static DnAttributeEntryHandler.Builder
DnAttributeEntryHandler. builder()
Creates a builder for this class.DnAttributeEntryHandler.Builder
DnAttributeEntryHandler.Builder. dnAttributeName(String name)
Sets the DN attribute name.DnAttributeEntryHandler.Builder
DnAttributeEntryHandler.Builder. freeze()
Makes this instance immutable.
-