public final class DnUtils extends Object
| Modifier | Constructor and Description |
|---|---|
private |
DnUtils()
a private constructor
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getRdnAttributeType(String rdn)
Gets the attributeType of a RDN (the left part of the RDN).
|
static String |
getRdnValue(String rdn)
Gets the value of a RDN ( the right part of the RDN).
|
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.