public interface Name
Modifier and Type | Method and Description |
---|---|
String |
getAbbreviated()
Retrieves the abbreviated format of this name (without CN=, OU=, O= or C=)
|
String |
getCanonical()
Retrieves the canonical format of this name (with CN=, OU= if applicable, O=, C= if available)
|
String |
getCommon()
Retrieves the CN element of this name, without the "CN=" prefix"
|
String |
getCountry()
Retrieves the C element of this name
|
String |
getOrganisation()
Retrieves the O element of this name
|
String |
getOrgUnit1()
Retrieves the first OU element of this name
|
String |
getOrgUnit2()
Retrieves the second OU element of this name
|
String |
getOrgUnit3()
Retrieves the third OU element of this name
|
String |
getOrgUnit4()
Retrieves the fourth OU element of this name
|
default List<String> |
getOrgUnits()
Retrieves all OU elements of this name as a List
|
String getCommon()
default List<String> getOrgUnits()
String getOrgUnit1()
String getOrgUnit2()
String getOrgUnit3()
String getOrgUnit4()
String getOrganisation()
String getCountry()
String getAbbreviated()
String getCanonical()
Copyright © 2019–2021 HCL. All rights reserved.