Searched refs:DNtoName (Results 1 - 21 of 21) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DDNUtils.java66 public static String DNtoName(String dn) { method in class:DNUtils
68 return DNtoName(dn, true);
82 public static String DNtoName(String dn, boolean noTypes) { method in class:DNUtils
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DDNUtils.java73 public static String DNtoName(String dn) { method in class:DNUtils
75 return DNtoName(dn, true);
89 public static String DNtoName(String dn, boolean noTypes) { method in class:DNUtils
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/audit/
H A DAuthenticationProcessEventAuditor.java92 .principal(DNUtils.DNtoName(userDN));
153 principalName = principal == null ? null : DNUtils.DNtoName(principal.getName());
217 return DNUtils.DNtoName(principal);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/audit/
H A DAbstractAuthenticationEventAuditor.java133 return DNUtils.DNtoName(principal);
H A DAuthenticationProcessEventAuditor.java92 .principal(DNUtils.DNtoName(userDN));
153 principalName = principal == null ? null : DNUtils.DNtoName(principal.getName());
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/util/
H A DGateway.java232 fUrl = fUrl + "&"+ORG_NAME+"=" + DNtoName(orgName);
239 fUrl = fUrl + "&"+ORG_NAME+"=" + DNtoName(orgName);
500 String DNtoName(String dn) { method in class:Gateway
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/util/
H A DGateway.java232 fUrl = fUrl + "&"+ORG_NAME+"=" + DNtoName(orgName);
239 fUrl = fUrl + "&"+ORG_NAME+"=" + DNtoName(orgName);
500 String DNtoName(String dn) { method in class:Gateway
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/access/
H A DSessionQueryManager.java144 String clientId = (!session.isAppSession()) ? DNUtils.DNtoName(session.getClientID()) : session.getClientID();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DAMIdentityRepository.java719 String mname = DNUtils.DNtoName(m);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DAMIdentityRepository.java741 String mname = DNUtils.DNtoName(m);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthD.java1233 idName = DNUtils.DNtoName(idName);
H A DLoginState.java1082 String id = DNUtils.DNtoName(token);
1386 String userId = DNUtils.DNtoName(userDN);
2341 String userTokenID = DNUtils.DNtoName(user);
2676 setFailedUserId(DNUtils.DNtoName(token));
2883 this.token = DNUtils.DNtoName(this.token);
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java497 storeUsernamePasswd(DNUtils.DNtoName(getPrincipal().getName()), null);
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java519 storeUsernamePasswd(DNUtils.DNtoName(getPrincipal().getName()), null);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthD.java1183 idName = DNUtils.DNtoName(idName);
H A DLoginState.java1050 String id = DNUtils.DNtoName(token);
1347 String userId = DNUtils.DNtoName(userDN);
2276 String userTokenID = DNUtils.DNtoName(user);
2598 setFailedUserId(DNUtils.DNtoName(token));
2800 token = DNUtils.DNtoName(token);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdServicesImpl.java2624 String mname = DNUtils.DNtoName(m);
2641 String mname = DNUtils.DNtoName(m);
2684 String mname = DNUtils.DNtoName(m, false);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdServicesImpl.java2598 String mname = DNUtils.DNtoName(m);
2615 String mname = DNUtils.DNtoName(m);
2658 String mname = DNUtils.DNtoName(m, false);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionService.java679 DNUtils.DNtoName(sess.getClientID()) :
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java2069 String rootOrgName = DNUtils.DNtoName(rootSuffix);
2185 orgName = DNUtils.DNtoName(remOrgDN);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java2072 String rootOrgName = DNUtils.DNtoName(rootSuffix);
2188 orgName = DNUtils.DNtoName(remOrgDN);

Completed in 145 milliseconds