Uses of Enum Class
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 class with the specified name.static CaseChangeEntryHandler.CaseChange[]CaseChangeEntryHandler.CaseChange.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ldaptive.handler with parameters of type CaseChangeEntryHandler.CaseChangeModifier and TypeMethodDescriptionstatic 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.