public class DNValidator extends Object
Constructor and Description |
---|
DNValidator() |
Modifier and Type | Method and Description |
---|---|
boolean |
validate(String value)
Determines whether the specified string is a valid
DN
|
boolean |
validate(String value,
String rule)
Determines whether the specified string is a valid
DN
|
public boolean validate(String value, String rule)
value
- string value to validaterule
- not used by this methodpublic boolean validate(String value)
value
- string to testCopyright © 2010-2018, ForgeRock All Rights Reserved.