Uses of Enum
org.ldaptive.handler.CaseChangeEntryHandler.CaseChange
Packages that use CaseChangeEntryHandler.CaseChange
-
Uses of CaseChangeEntryHandler.CaseChange in org.ldaptive.handler
Fields in org.ldaptive.handler declared as CaseChangeEntryHandler.CaseChangeModifier and TypeFieldDescriptionCaseChangeEntryHandler.attributeNameCaseChangeType of case modification to make to the attribute names.CaseChangeEntryHandler.attributeValueCaseChangeType of case modification to make to the attributes values.CaseChangeEntryHandler.dnCaseChangeType of case modification to make to the entry DN.Methods in org.ldaptive.handler that return CaseChangeEntryHandler.CaseChangeModifier and TypeMethodDescriptionCaseChangeEntryHandler.getAttributeNameCaseChange()Returns the attribute name case change.CaseChangeEntryHandler.getAttributeValueCaseChange()Returns the attribute value case change.CaseChangeEntryHandler.getDnCaseChange()Returns the DN case change.Returns the enum constant of this type with the specified name.static CaseChangeEntryHandler.CaseChange[]CaseChangeEntryHandler.CaseChange.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ldaptive.handler with parameters of type CaseChangeEntryHandler.CaseChangeModifier and TypeMethodDescriptionCaseChangeEntryHandler.Builder.attributeNameCaseChange(CaseChangeEntryHandler.CaseChange cc) Sets the attribute name case change.CaseChangeEntryHandler.Builder.attributeValueCaseChange(CaseChangeEntryHandler.CaseChange cc) Sets the attribute value case change.CaseChangeEntryHandler.Builder.dnCaseChange(CaseChangeEntryHandler.CaseChange cc) Sets the DN case change.static StringCaseChangeEntryHandler.CaseChange.perform(CaseChangeEntryHandler.CaseChange cc, String string) This changes the supplied string based on the supplied case change.voidCaseChangeEntryHandler.setAttributeNameCaseChange(CaseChangeEntryHandler.CaseChange cc) Sets the attribute name case change.voidCaseChangeEntryHandler.setAttributeValueCaseChange(CaseChangeEntryHandler.CaseChange cc) Sets the attribute value case change.voidCaseChangeEntryHandler.setDnCaseChange(CaseChangeEntryHandler.CaseChange cc) Sets the DN case change.Constructors in org.ldaptive.handler with parameters of type CaseChangeEntryHandler.CaseChangeModifierConstructorDescriptionCaseChangeEntryHandler(CaseChangeEntryHandler.CaseChange dnChange, CaseChangeEntryHandler.CaseChange attrNameChange, CaseChangeEntryHandler.CaseChange attrValueChange, String... attrNames) Creates a new case change entry handler.