/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/model/ |
H A D | SelectRealmModelImpl.java | 97 * Returns set of authentication instances. 100 * @return set of authentication instances. 101 * @throws AMConsoleException if authentication instances cannot be 110 Set instances = mgr.getAuthenticationInstances(); 111 if ((instances != null) && !instances.isEmpty()) { 112 names = new HashSet(instances.size()); 113 for (Iterator i = instances.iterator(); i.hasNext(); ) {
|
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/model/ |
H A D | SelectRealmModelImpl.java | 97 * Returns set of authentication instances. 100 * @return set of authentication instances. 101 * @throws AMConsoleException if authentication instances cannot be 110 Set instances = mgr.getAuthenticationInstances(); 111 if ((instances != null) && !instances.isEmpty()) { 112 names = new HashSet(instances.size()); 113 for (Iterator i = instances.iterator(); i.hasNext(); ) {
|
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/authentication/ |
H A D | ListAuthInstances.java | 67 Set instances = mgr.getAuthenticationInstances(); 69 if ((instances != null) && !instances.isEmpty()) { 73 for (Iterator i = instances.iterator(); i.hasNext(); ) {
|
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/authentication/ |
H A D | ListAuthInstances.java | 67 Set instances = mgr.getAuthenticationInstances(); 69 if ((instances != null) && !instances.isEmpty()) { 73 for (Iterator i = instances.iterator(); i.hasNext(); ) {
|
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/ |
H A D | ClassPropertyDefinitionTest.java | 98 List<String> instances = cpd.getInstanceOfInterface(); 99 assertTrue(instances.contains(className)); 130 List<String> instances = cpd.getInstanceOfInterface(); 131 assertTrue(instances.contains(className));
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/ |
H A D | ClassPropertyDefinitionTest.java | 97 List<String> instances = cpd.getInstanceOfInterface(); 98 assertTrue(instances.contains(className)); 129 List<String> instances = cpd.getInstanceOfInterface(); 130 assertTrue(instances.contains(className));
|
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/ |
H A D | ClassPropertyDefinitionTest.java | 98 List<String> instances = cpd.getInstanceOfInterface(); 99 assertTrue(instances.contains(className)); 130 List<String> instances = cpd.getInstanceOfInterface(); 131 assertTrue(instances.contains(className));
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/ |
H A D | ClassPropertyDefinitionTest.java | 97 List<String> instances = cpd.getInstanceOfInterface(); 98 assertTrue(instances.contains(className)); 129 List<String> instances = cpd.getInstanceOfInterface(); 130 assertTrue(instances.contains(className));
|
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/ |
H A D | ClassPropertyDefinitionTest.java | 98 List<String> instances = cpd.getInstanceOfInterface(); 99 assertTrue(instances.contains(className)); 130 List<String> instances = cpd.getInstanceOfInterface(); 131 assertTrue(instances.contains(className));
|
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/ |
H A D | ClassPropertyDefinitionTest.java | 97 List<String> instances = cpd.getInstanceOfInterface(); 98 assertTrue(instances.contains(className)); 129 List<String> instances = cpd.getInstanceOfInterface(); 130 assertTrue(instances.contains(className));
|
/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/ |
H A D | ClassPropertyDefinitionTest.java | 74 List<String> instances = propertyDef.getInstanceOfInterface(); 75 assertTrue(instances.contains(classNameToAdd)); 96 List<String> instances = propertyDef.getInstanceOfInterface(); 97 assertTrue(instances.contains(className));
|
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/ |
H A D | UpgradeLDAPAuthModulesStep.java | 44 * This upgrade step upgrades LDAP and AD auth module instances. 46 * If module instances have value <code>true</code> set for property <code>iplanet-am-auth-ldap-ssl-enabled</code>, 49 * If module instances have value <code>false</code> set for property <code>iplanet-am-auth-ldap-ssl-enabled</code>, 61 private final Map<String, Map<String, Boolean>> instances = new HashMap<String, Map<String, Boolean>>(); field in class:UpgradeLDAPAuthModulesStep 98 Map<String, Boolean> instanceMap = instances.get(realm); 101 instances.put(realm, instanceMap); 120 return !instances.isEmpty(); 125 UpgradeProgress.reportStart("upgrade.auth.instances.ldap.start"); 126 for (final Map.Entry<String, Map<String, Boolean>> entry : instances.entrySet()) { 133 DEBUG.error("An error occurred while upgrading service configs for auth module instances " [all...] |
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/ |
H A D | UpgradeLDAPAuthModulesStep.java | 44 * This upgrade step upgrades LDAP and AD auth module instances. 46 * If module instances have value <code>true</code> set for property <code>iplanet-am-auth-ldap-ssl-enabled</code>, 49 * If module instances have value <code>false</code> set for property <code>iplanet-am-auth-ldap-ssl-enabled</code>, 61 private final Map<String, Map<String, Boolean>> instances = new HashMap<String, Map<String, Boolean>>(); field in class:UpgradeLDAPAuthModulesStep 98 Map<String, Boolean> instanceMap = instances.get(realm); 101 instances.put(realm, instanceMap); 120 return !instances.isEmpty(); 125 UpgradeProgress.reportStart("upgrade.auth.instances.ldap.start"); 126 for (final Map.Entry<String, Map<String, Boolean>> entry : instances.entrySet()) { 133 DEBUG.error("An error occurred while upgrading service configs for auth module instances " [all...] |
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/ |
H A D | InstallDataStore.java | 155 + "instances > 0. Saving the state file .."); 182 } else { // All the instances are deleted. So delete the file 184 + "instances = 0. Hence deleting the state file .."); 198 sb.append(" instances : ").append(LINE_SEP); 212 return instances; 215 private void setInstancesMap(Map instances) { argument 216 this.instances = instances; 225 private Map instances = null; field in class:InstallDataStore
|
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/ |
H A D | InstallDataStore.java | 155 + "instances > 0. Saving the state file .."); 182 } else { // All the instances are deleted. So delete the file 184 + "instances = 0. Hence deleting the state file .."); 198 sb.append(" instances : ").append(LINE_SEP); 212 return instances; 215 private void setInstancesMap(Map instances) { argument 216 this.instances = instances; 225 private Map instances = null; field in class:InstallDataStore
|
/forgerock/openam-v13/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/common/ |
H A D | STSInstanceConfigStoreBase.java | 45 * to rest and soap sts instances - i.e. access to the state corresponding to RestSTSInstanceConfig and SoapSTSInstanceConfig 46 * instances. 225 * published rest or soap sts instances. 226 * @throws STSPublishException if the realm names, necessary to obtain the sts instances published in each, could not 231 List<T> instances = new ArrayList<>(); 234 instances.addAll(getPublishedInstances(realm)); 236 logger.error("Could not obtain " + restOrSoap() + " sts instances for realm " + realm + 242 return instances; 248 List<T> instances = new ArrayList<>(); 255 "." + restOrSoap() + " sts instances fo [all...] |
/forgerock/openam/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/common/ |
H A D | STSInstanceConfigStoreBase.java | 45 * to rest and soap sts instances - i.e. access to the state corresponding to RestSTSInstanceConfig and SoapSTSInstanceConfig 46 * instances. 225 * published rest or soap sts instances. 226 * @throws STSPublishException if the realm names, necessary to obtain the sts instances published in each, could not 231 List<T> instances = new ArrayList<>(); 234 instances.addAll(getPublishedInstances(realm)); 236 logger.error("Could not obtain " + restOrSoap() + " sts instances for realm " + realm + 242 return instances; 248 List<T> instances = new ArrayList<>(); 255 "." + restOrSoap() + " sts instances fo [all...] |
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/common/schema/ |
H A D | SubSchemaListComponent.js | 52 instances: response[0],
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/ |
H A D | SubjectAttributesManager.java | 45 * Manages multiple instances of <class>SubjectAttributesCollector</class>, 59 private static Map<String, SubjectAttributesManager> instances = field in class:SubjectAttributesManager 149 sam = instances.get(realmName); 159 SubjectAttributesManager temp = instances.get(realmName); 161 instances.put(realmName, sam);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/ |
H A D | SubjectAttributesManager.java | 49 * Manages multiple instances of <class>SubjectAttributesCollector</class>, 63 private static Map<String, SubjectAttributesManager> instances = field in class:SubjectAttributesManager 152 sam = instances.get(realmName); 162 SubjectAttributesManager temp = instances.get(realmName); 164 instances.put(realmName, sam);
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/ |
H A D | AMAuthenticationManager.java | 63 * This class provides interfaces to manage authentication module instances. 84 * authentication module instances available to this realm. 212 * key = module type, value = Set of module instances 279 Set<String> instances = null; 281 instances = config.getSubConfigNames(); 283 if (instances != null) { 284 instanceSet.addAll(instances); 381 * Name uniqueness is required for the instances among the same realm, as 382 * well as the instances that are available to this realm. 515 * including both the old instances fro [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/ |
H A D | AMAuthenticationManager.java | 63 * This class provides interfaces to manage authentication module instances. 84 * authentication module instances available to this realm. 212 * key = module type, value = Set of module instances 279 Set<String> instances = null; 281 instances = config.getSubConfigNames(); 283 if (instances != null) { 284 instanceSet.addAll(instances); 381 * Name uniqueness is required for the instances among the same realm, as 382 * well as the instances that are available to this realm. 515 * including both the old instances fro [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | ServiceConfigManager.java | 379 * Adds instances, global and organization 668 * configuration data, along with instances and groups. 671 * with instances and groups. 682 Iterator instances = getInstanceNames().iterator(); 683 while (instances.hasNext()) { 684 String instanceName = (String) instances.next(); 718 Set instances = getInstanceNames(); 720 for (Iterator i = instances.iterator(); i.hasNext(); ) { 728 * the set of instances as getInstances method does not return this. 730 instances [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | ServiceConfigManager.java | 379 * Adds instances, global and organization 668 * configuration data, along with instances and groups. 671 * with instances and groups. 682 Iterator instances = getInstanceNames().iterator(); 683 while (instances.hasNext()) { 684 String instanceName = (String) instances.next(); 718 Set instances = getInstanceNames(); 720 for (Iterator i = instances.iterator(); i.hasNext(); ) { 728 * the set of instances as getInstances method does not return this. 730 instances [all...] |
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/services/ |
H A D | SubSchemaListView.js | 48 instances: response[0][0],
|