Uses of Class
org.ldaptive.handler.CaseChangeEntryHandler.CaseChange
-
Packages that use CaseChangeEntryHandler.CaseChange Package Description org.ldaptive.handler -
-
Uses of CaseChangeEntryHandler.CaseChange in org.ldaptive.handler
Fields in org.ldaptive.handler declared as CaseChangeEntryHandler.CaseChange Modifier and Type Field Description private CaseChangeEntryHandler.CaseChange
CaseChangeEntryHandler. attributeNameCaseChange
Type of case modification to make to the attribute names.private CaseChangeEntryHandler.CaseChange
CaseChangeEntryHandler. attributeValueCaseChange
Type of case modification to make to the attributes values.private CaseChangeEntryHandler.CaseChange
CaseChangeEntryHandler. dnCaseChange
Type of case modification to make to the entry DN.Methods in org.ldaptive.handler that return CaseChangeEntryHandler.CaseChange Modifier and Type Method Description CaseChangeEntryHandler.CaseChange
CaseChangeEntryHandler. getAttributeNameCaseChange()
Returns the attribute name case change.CaseChangeEntryHandler.CaseChange
CaseChangeEntryHandler. getAttributeValueCaseChange()
Returns the attribute value case change.CaseChangeEntryHandler.CaseChange
CaseChangeEntryHandler. getDnCaseChange()
Returns the DN case change.static CaseChangeEntryHandler.CaseChange
CaseChangeEntryHandler.CaseChange. valueOf(String name)
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.CaseChange Modifier and Type Method Description static 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.
-