public class PatternRDN extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
addValue(String type,
List<ByteString> valuePattern,
String dnString)
Add another attribute-value pair to the pattern.
|
String |
toString() |
public boolean addValue(String type, List<ByteString> valuePattern, String dnString) throws LdapException
type
- The attribute type pattern.valuePattern
- The attribute value pattern.dnString
- The DN pattern containing the attribute-value pair.true
if the type-value pair was added to this RDN, or false
if it was not
(e.g., it was already present).LdapException
- If the attribute-value pair is not valid.Copyright 2010-2022 ForgeRock AS.