Package | Description |
---|---|
org.ldaptive.handler |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.