public final class DN
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Returns an array of the individual components that make up the current
distinguished name.
-
Field Details
-
ESCAPED_CHAR
public static final char[] ESCAPED_CHAR
-
-
Method Details
-
explodeDN
public String[] explodeDN(boolean noTypes)
Returns an array of the individual components that make up the current
distinguished name.
- Parameters:
noTypes
- specify true
to remove the attribute type and
equals sign (for example, "cn=") from each component
- Returns:
- the exploded DN
-
-