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.attributeNameCaseChange
Type of case modification to make to the attribute names.CaseChangeEntryHandler.attributeValueCaseChange
Type of case modification to make to the attributes values.CaseChangeEntryHandler.dnCaseChange
Type 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 String
CaseChangeEntryHandler.CaseChange.perform
(CaseChangeEntryHandler.CaseChange cc, String string) This changes the supplied string based on the supplied case change.void
CaseChangeEntryHandler.setAttributeNameCaseChange
(CaseChangeEntryHandler.CaseChange cc) Sets the attribute name case change.void
CaseChangeEntryHandler.setAttributeValueCaseChange
(CaseChangeEntryHandler.CaseChange cc) Sets the attribute value case change.void
CaseChangeEntryHandler.setDnCaseChange
(CaseChangeEntryHandler.CaseChange cc) Sets the DN case change.