| Package | Description |
|---|---|
| com.peterphi.std.crypto |
| Modifier and Type | Field and Description |
|---|---|
static DNReformatter |
DNReformatter.ACTIVE_DIRECTORY
The active directory style (descending (CN last), slash-separated with a leading slash)
|
static DNReformatter |
DNReformatter.DCE
Synonym for ACTIVE_DIRECTORY (descending (CN last), slash-separated with a leading slash)
|
static DNReformatter |
DNReformatter.DEFAULT
The default style (descending (CN last), comma-separated
|
static DNReformatter |
DNReformatter.GLOBUS
Synonym for ACTIVE_DIRECTORY, the style that Globus applications tend to use (descending (CN last), slash-separated with a
leading slash)
|
static DNReformatter |
DNReformatter.LDAP
LDAP's default style (ascending (CN first), comma-separated)
|
Copyright © 2014. All Rights Reserved.