Searched refs:normalizeDN (Results 1 - 25 of 66) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DDNUtils.java46 public static String normalizeDN(String dn) { method in class:DNUtils
47 return normalizeDN(LDAPUtils.newDN(dn));
50 public static String normalizeDN(DN dn) { method in class:DNUtils
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DDNUtils.java53 public static String normalizeDN(String dn) { method in class:DNUtils
54 return normalizeDN(LDAPUtils.newDN(dn));
57 public static String normalizeDN(DN dn) { method in class:DNUtils
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMAccountLockout.java122 userDN = normalizeDN(IdUtils.getDN(amIdentity));
124 userDN = normalizeDN(username);
194 userDN = normalizeDN(IdUtils.getDN(amIdentity));
196 userDN = normalizeDN(token);
244 String normUserDN = normalizeDN(userName);
265 userDN = normalizeDN(IdUtils.getDN(amIdentity));
307 String userDN = normalizeDN(aUserName);
309 userDN = normalizeDN(IdUtils.getDN(amIdentity));
387 private String normalizeDN(String userDN) { method in class:AMAccountLockout
390 normalizedDN = DNUtils.normalizeDN(userD
[all...]
H A DAuthD.java144 private static final String superAdmin = DNUtils.normalizeDN(
877 String nDN = DNUtils.normalizeDN(dn);
919 String nDN = DNUtils.normalizeDN(dn);
926 DNUtils.normalizeDN(specialAdminDN);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMAccountLockout.java124 userDN = normalizeDN(IdentityUtils.getDN(amIdentity));
126 userDN = normalizeDN(username);
196 userDN = normalizeDN(IdentityUtils.getDN(amIdentity));
198 userDN = normalizeDN(token);
246 String normUserDN = normalizeDN(userName);
267 userDN = normalizeDN(IdentityUtils.getDN(amIdentity));
309 String userDN = normalizeDN(aUserName);
311 userDN = normalizeDN(IdentityUtils.getDN(amIdentity));
389 private String normalizeDN(String userDN) { method in class:AMAccountLockout
392 normalizedDN = DNUtils.normalizeDN(userD
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObjectListenerImpl.java59 String normalizedDN = LDAPUtils.normalizeDN(name);
94 String dn = LDAPUtils.normalizeDN(parentName);
126 String dn = LDAPUtils.normalizeDN(orgName);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObjectListenerImpl.java59 String normalizedDN = LDAPUtils.normalizeDN(name);
94 String dn = LDAPUtils.normalizeDN(parentName);
126 String dn = LDAPUtils.normalizeDN(orgName);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAuthenticatedAgents.java216 String lcdn = DNUtils.normalizeDN(dn);
221 DNUtils.normalizeDN(specialAdminDN);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAuthenticatedAgents.java216 String lcdn = DNUtils.normalizeDN(dn);
221 DNUtils.normalizeDN(specialAdminDN);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationEvaluatorImpl.java79 adminUserSet.add(DNUtils.normalizeDN(adminUser));
127 DNUtils.normalizeDN(token.getPrincipal().getName()))) ||
211 DNUtils.normalizeDN(token.getPrincipal().getName()))) ||
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationEvaluatorImpl.java82 adminUserSet.add(DNUtils.normalizeDN(adminUser));
124 DNUtils.normalizeDN(token.getPrincipal().getName()))) ||
207 DNUtils.normalizeDN(token.getPrincipal().getName()))) ||
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdUtils.java305 if (specialUsers.contains(DNUtils.normalizeDN(amsdkdn))) {
501 SERVICES_SUFFIX = DNUtils.normalizeDN(sb.toString());
530 specialUsers.add(DNUtils.normalizeDN(st.nextToken()));
534 specialUsers.add(DNUtils.normalizeDN(susers));
614 String realm = DNUtils.normalizeDN(id.getRealm());
615 if (!DNUtils.normalizeDN(orgName).equals(realm)) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/server/
H A DSMSAuthModule.java232 String normalizedUserDN = DNUtils.normalizeDN(userDN);
235 normalizeDN(cachedUserDN))) {
256 String normalizedUserDN = DNUtils.normalizeDN(userDN);
259 normalizeDN(cachedUserDN))) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/server/
H A DSMSAuthModule.java232 String normalizedUserDN = DNUtils.normalizeDN(userDN);
235 normalizeDN(cachedUserDN))) {
256 String normalizedUserDN = DNUtils.normalizeDN(userDN);
259 normalizeDN(cachedUserDN))) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoPluginsCache.java99 orgName = DNUtils.normalizeDN(orgName);
178 String cacheName = DNUtils.normalizeDN(orgName) + op.toString() +
220 orgName = DNUtils.normalizeDN(orgName);
275 orgName = DNUtils.normalizeDN(orgName);
358 orgName = DNUtils.normalizeDN(orgName);
H A DIdCachedServicesImpl.java195 String key = DNUtils.normalizeDN(
255 dn = DNUtils.normalizeDN(dn);
325 String key = DNUtils.normalizeDN(dn);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoPluginsCache.java112 orgName = DNUtils.normalizeDN(orgName);
192 String cacheName = DNUtils.normalizeDN(orgName) + op.toString() +
234 orgName = DNUtils.normalizeDN(orgName);
289 orgName = DNUtils.normalizeDN(orgName);
372 orgName = DNUtils.normalizeDN(orgName);
H A DIdCachedServicesImpl.java195 key = DNUtils.normalizeDN(key);
254 dn = DNUtils.normalizeDN(dn);
325 String key = DNUtils.normalizeDN(dn);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdUtils.java309 if (specialUsers.contains(DNUtils.normalizeDN(amsdkdn))) {
695 SERVICES_SUFFIX = DNUtils.normalizeDN(sb.toString());
724 specialUsers.add(DNUtils.normalizeDN(st.nextToken()));
728 specialUsers.add(DNUtils.normalizeDN(susers));
808 String realm = DNUtils.normalizeDN(id.getRealm());
809 if (!DNUtils.normalizeDN(orgName).equals(realm)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DOrganizationConfigManager.java297 String subOrgDN = normalizeDN(subOrgName, orgDN);
431 String subOrgDN = normalizeDN(subOrgName, orgDN);
471 String aliasOrgDN = normalizeDN(alias, rootOrgConfigManager.orgDN);
644 String subOrgDN = normalizeDN(subOrgName, orgDN);
731 return (new OrganizationConfigManager(token, normalizeDN(subOrgName,
1294 private static String normalizeDN(String subOrgName, String orgDN) { method in class:OrganizationConfigManager
1301 + "normalizeDN()-subOrgName " + subOrgName);
1313 subOrgDN = DNMapper.normalizeDN(subOrgName) + orgDN;
1318 + "normalizeDN()-slashConvertedString: " + tmp);
1349 + "normalizeDN() suborgd
[all...]
H A DDNMapper.java136 String answer = normalizeDN(orgdn) + serviceDN;
354 static String normalizeDN(String orgName) { method in class:DNMapper
359 debug.message("DNMapper.normalizeDN():orgName "+ orgName);
376 debug.message("DNMapper.normalizeDN():finalorgdn {}", buf);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/
H A DAddAMSDKIdRepoPlugin.java195 DNUtils.normalizeDN(basedn));
220 DNUtils.normalizeDN(basedn));
377 String normalizedDN = LDAPUtils.normalizeDN(basedn);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/
H A DAddAMSDKIdRepoPlugin.java195 DNUtils.normalizeDN(basedn));
220 DNUtils.normalizeDN(basedn));
377 String normalizedDN = LDAPUtils.normalizeDN(basedn);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DDNMapper.java136 String answer = normalizeDN(orgdn) + serviceDN;
354 static String normalizeDN(String orgName) { method in class:DNMapper
359 debug.message("DNMapper.normalizeDN():orgName "+ orgName);
376 debug.message("DNMapper.normalizeDN():finalorgdn {}", buf);
H A DCachedSubEntries.java257 String entry = DNUtils.normalizeDN(dn);

Completed in 66 milliseconds

123