final class Target_org_wildfly_security_x500_util_X500PrincipalUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static MethodHandle |
AS_X500_PRINCIPAL_HANDLE |
(package private) static Class<?> |
X500_NAME_CLASS |
| Constructor and Description |
|---|
Target_org_wildfly_security_x500_util_X500PrincipalUtil() |
| Modifier and Type | Method and Description |
|---|---|
static X500Principal |
asX500Principal(Principal principal,
boolean convert)
Only handle the case of converting a Principal.getName() to X500Principal
|
static Class<?> X500_NAME_CLASS
static MethodHandle AS_X500_PRINCIPAL_HANDLE
Target_org_wildfly_security_x500_util_X500PrincipalUtil()
public static X500Principal asX500Principal(Principal principal, boolean convert)
principal - - Principal with name that maps to valid DNconvert - - whether one should convert to X500PrincipalCopyright © 2019 JBoss by Red Hat. All rights reserved.