Searched defs:ORGANIZATION_RDN (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEntry.java80 public static final String ORGANIZATION_RDN = "o"; field in class:SMSEntry
84 static final String ORG_PLACEHOLDER_RDN = ORGANIZATION_RDN + EQUALS;
1447 (!dn1.startsWith(ORGANIZATION_RDN + EQUALS))) {
1456 } else if (dn1.startsWith(ORGANIZATION_RDN + EQUALS)) {
1817 public static final String SUN_INTERNAL_REALM_PREFIX = ORGANIZATION_RDN
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEntry.java80 public static final String ORGANIZATION_RDN = "o"; field in class:SMSEntry
84 static final String ORG_PLACEHOLDER_RDN = ORGANIZATION_RDN + EQUALS;
1447 (!dn1.startsWith(ORGANIZATION_RDN + EQUALS))) {
1456 } else if (dn1.startsWith(ORGANIZATION_RDN + EQUALS)) {
1817 public static final String SUN_INTERNAL_REALM_PREFIX = ORGANIZATION_RDN

Completed in 58 milliseconds