Modifier and Type | Method and Description |
---|---|
List<String> |
getAllKeys() |
String |
getAttrValue(String attrName)
Assume that RDN is something like "uid=john", then this method will return "john" in case that attrName is "uid" .
|
boolean |
removeAttrValue(String attrName) |
void |
setAttrValue(String attrName,
String newAttrValue) |
String |
toString() |
String |
toString(boolean escaped) |
public List<String> getAllKeys()
public String getAttrValue(String attrName)
attrName
- public boolean removeAttrValue(String attrName)
public String toString(boolean escaped)
escaped
- indicates whether return escaped or unescaped values. EG. "uid=john,comma" VS "uid=john\,comma"Copyright © 2020 JBoss by Red Hat. All rights reserved.