| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/ |
| H A D | DSAMERole.java | 74 private String organizationDN; field in class:DSAMERole 119 organizationDN = (String) configParams.get( 203 organizationDN); 231 String[] objs = { organizationDN };
|
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/ |
| H A D | DSAMERole.java | 75 private String organizationDN; field in class:DSAMERole 120 organizationDN = (String) configParams.get( 204 organizationDN); 232 String[] objs = { organizationDN };
|
| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/ |
| H A D | CacheBlockBase.java | 96 private volatile String organizationDN = null; // Always pass a RFC lowercase field in class:CacheBlockBase 129 this.organizationDN = orgDN; 173 organizationDN = orgDN; 184 return organizationDN; 456 organizationDN = null; // Could have been renamed 467 sb.append("\nOrganization: ").append(organizationDN);
|
| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/ |
| H A D | EmailNotificationHelper.java | 85 private String organizationDN; field in class:EmailNotificationHelper 95 organizationDN = DN.valueOf(userDN).parent().toString(); 164 String organizationDN = DirectoryServicesFactory.getInstance() 165 .getOrganizationDN(internalToken, this.organizationDN); 170 AMOrganization amOrg = amsc.getOrganization(organizationDN);
|
| H A D | CachedDirectoryServicesImpl.java | 408 private void setOrganizationDNs(String organizationDN, Set childDNSet) { argument 414 cb = new CacheBlock(cDN, organizationDN, true); 417 cb.setOrganizationDN(organizationDN); 422 + "Set org DNs as: " + organizationDN + " for children: " 465 String organizationDN = ""; 481 organizationDN = cb.getOrganizationDN(); 482 if (organizationDN != null) { 486 + organizationDN + " for: " + childDN); 489 setOrganizationDNs(organizationDN, childDNSet); 494 organizationDN [all...] |
| H A D | DirectoryServicesImpl.java | 863 String organizationDN = null; 864 while (organizationDN == null || organizationDN.length() == 0) { 866 organizationDN = verifyAndGetOrgDN(token, entryDN, childDN); 869 return organizationDN; 1582 Map attributes, String organizationDN, int objectType, 1587 String parentOrgDN = organizationDN; 1592 DN currentOrgDN = DN.valueOf(organizationDN); 1594 String parentDN = DN.valueOf(organizationDN).parent().toString(); 1607 Map attributes, String organizationDN, in 1581 processPreDeleteCallBacks(SSOToken token, String entryDN, Map attributes, String organizationDN, int objectType, boolean softDelete) argument 1606 processPostDeleteCallBacks(SSOToken token, String entryDN, Map attributes, String organizationDN, int objectType, boolean softDelete) argument 2337 processPostModifyCallBacks(SSOToken token, String entryDN, Map oldAttributes, Map attributes, String organizationDN, int objectType) argument 2360 processPreModifyCallBacks(SSOToken token, String entryDN, Map oldAttributes, Map attributes, String organizationDN, int objectType) argument [all...] |
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/ |
| H A D | AMIdentityRepository.java | 74 private String organizationDN; field in class:AMIdentityRepository 116 organizationDN = DNMapper.orgNameToDN(realmName); 160 Set res = idServices.getSupportedTypes(token, organizationDN); 183 return idServices.getSupportedOperations(token, type, organizationDN); 204 organizationDN); 211 organizationDN); 379 idSearchResults = idServices.search(token, type, ctrl, organizationDN, crestQuery); 399 return getRealmIdentity(token, organizationDN); 462 return idServices.create(token, type, idName, attrMap, organizationDN); 569 idServices.delete(token, id.getType(), id.getName(), organizationDN, [all...] |
| /forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/ |
| H A D | CacheBlockBase.java | 95 private volatile String organizationDN = null; // Always pass a RFC lowercase field in class:CacheBlockBase 120 this.organizationDN = orgDN; 172 organizationDN = orgDN; 183 return organizationDN; 433 organizationDN = null; // Could have been renamed 444 sb.append("\nOrganization: ").append(organizationDN);
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/ |
| H A D | EmailNotificationHelper.java | 85 private String organizationDN; field in class:EmailNotificationHelper 95 organizationDN = DN.valueOf(userDN).parent().toString(); 164 String organizationDN = DirectoryServicesFactory.getInstance() 165 .getOrganizationDN(internalToken, this.organizationDN); 170 AMOrganization amOrg = amsc.getOrganization(organizationDN);
|
| H A D | CachedDirectoryServicesImpl.java | 408 private void setOrganizationDNs(String organizationDN, Set childDNSet) { argument 414 cb = new CacheBlock(cDN, organizationDN, true); 417 cb.setOrganizationDN(organizationDN); 422 + "Set org DNs as: " + organizationDN + " for children: " 465 String organizationDN = ""; 481 organizationDN = cb.getOrganizationDN(); 482 if (organizationDN != null) { 486 + organizationDN + " for: " + childDN); 489 setOrganizationDNs(organizationDN, childDNSet); 494 organizationDN [all...] |
| H A D | DirectoryServicesImpl.java | 863 String organizationDN = null; 864 while (organizationDN == null || organizationDN.length() == 0) { 866 organizationDN = verifyAndGetOrgDN(token, entryDN, childDN); 869 return organizationDN; 1582 Map attributes, String organizationDN, int objectType, 1587 String parentOrgDN = organizationDN; 1592 DN currentOrgDN = DN.valueOf(organizationDN); 1594 String parentDN = DN.valueOf(organizationDN).parent().toString(); 1607 Map attributes, String organizationDN, in 1581 processPreDeleteCallBacks(SSOToken token, String entryDN, Map attributes, String organizationDN, int objectType, boolean softDelete) argument 1606 processPostDeleteCallBacks(SSOToken token, String entryDN, Map attributes, String organizationDN, int objectType, boolean softDelete) argument 2337 processPostModifyCallBacks(SSOToken token, String entryDN, Map oldAttributes, Map attributes, String organizationDN, int objectType) argument 2360 processPreModifyCallBacks(SSOToken token, String entryDN, Map oldAttributes, Map attributes, String organizationDN, int objectType) argument [all...] |
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/ |
| H A D | AMIdentityRepository.java | 75 private String organizationDN; field in class:AMIdentityRepository 117 organizationDN = DNMapper.orgNameToDN(realmName); 161 Set res = idServices.getSupportedTypes(token, organizationDN); 184 return idServices.getSupportedOperations(token, type, organizationDN); 205 organizationDN); 212 organizationDN); 380 idSearchResults = idServices.search(token, type, ctrl, organizationDN, crestQuery); 400 return getRealmIdentity(token, organizationDN); 463 return idServices.create(token, type, idName, attrMap, organizationDN); 570 idServices.delete(token, id.getType(), id.getName(), organizationDN, [all...] |
| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/ |
| H A D | CachedRemoteServicesImpl.java | 406 private void setOrganizationDNs(String organizationDN, Set childDNSet) { argument 412 cb = new CacheBlock(cDN, organizationDN, true); 415 cb.setOrganizationDN(organizationDN); 421 + organizationDN + " for children: " + childDNSet); 465 String organizationDN = ""; 480 organizationDN = cb.getOrganizationDN(); 481 if (organizationDN != null) { 485 + organizationDN + " for: " 489 setOrganizationDNs(organizationDN, childDNSet); 494 organizationDN [all...] |
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/ |
| H A D | AMAuthConfigUtils.java | 213 * @param organizationDN DN for the login organization. 222 String organizationDN, 227 organizationDN.toLowerCase()+";"+CLIENT_KEY + "=" + clientType; 230 organizationDN .toLowerCase()+";"+CLIENT_KEY + "=" + clientType; 233 organizationDN .toLowerCase()+";"+CLIENT_KEY + "=" + clientType; 236 organizationDN.toLowerCase()+";"+CLIENT_KEY + "=" + clientType; 249 * @param organizationDN DN for the login organization. 254 String organizationDN, 256 return ORG_KEY + "=" + organizationDN + ";" + CLIENT_KEY + "=" + 219 getAuthConfigName( AuthContext.IndexType indexType, String indexName, String organizationDN, String clientType ) argument 253 getAuthConfigName( String organizationDN, String clientType) argument
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/ |
| H A D | CachedRemoteServicesImpl.java | 406 private void setOrganizationDNs(String organizationDN, Set childDNSet) { argument 412 cb = new CacheBlock(cDN, organizationDN, true); 415 cb.setOrganizationDN(organizationDN); 421 + organizationDN + " for children: " + childDNSet); 465 String organizationDN = ""; 480 organizationDN = cb.getOrganizationDN(); 481 if (organizationDN != null) { 485 + organizationDN + " for: " 489 setOrganizationDNs(organizationDN, childDNSet); 494 organizationDN [all...] |
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/ |
| H A D | AMAuthConfigUtils.java | 215 * @param organizationDN DN for the login organization. 224 String organizationDN, 229 organizationDN.toLowerCase()+";"+CLIENT_KEY + "=" + clientType; 232 organizationDN .toLowerCase()+";"+CLIENT_KEY + "=" + clientType; 235 organizationDN .toLowerCase()+";"+CLIENT_KEY + "=" + clientType; 238 organizationDN.toLowerCase()+";"+CLIENT_KEY + "=" + clientType; 251 * @param organizationDN DN for the login organization. 256 String organizationDN, 258 return ORG_KEY + "=" + organizationDN + ";" + CLIENT_KEY + "=" + 221 getAuthConfigName( AuthContext.IndexType indexType, String indexName, String organizationDN, String clientType ) argument 255 getAuthConfigName( String organizationDN, String clientType) argument
|
| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ |
| H A D | AMObjectImpl.java | 145 private String organizationDN = null; field in class:AMObjectImpl 444 if (organizationDN == null) { 449 organizationDN = dsServices.getOrganizationDN(token, startDN); 452 return organizationDN;
|
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/ |
| H A D | AuthUtils.java | 1126 * @param organizationDN DN for the organization. 1133 String organizationDN, 1136 organizationDN, clientType); 1131 getAuthModules( int authLevel, String organizationDN, String clientType) argument
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ |
| H A D | AMObjectImpl.java | 146 private String organizationDN = null; field in class:AMObjectImpl 445 if (organizationDN == null) { 450 organizationDN = dsServices.getOrganizationDN(token, startDN); 453 return organizationDN;
|
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/ |
| H A D | AuthUtils.java | 1059 * @param organizationDN DN for the organization. 1066 String organizationDN, 1069 organizationDN, clientType); 1064 getAuthModules( int authLevel, String organizationDN, String clientType) argument
|