Searched refs:instanceNames (Results 1 - 24 of 24) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DConfiguredModuleInstances.java95 // do nothing as instanceNames will be empty.
102 Set instanceNames = null;
108 instanceNames = amAM.getModuleInstanceNames(moduleType);
109 if (instanceNames != null && !instanceNames.isEmpty()) {
110 for (Iterator it = instanceNames.iterator(); it.hasNext(); ) {
H A DAllConfiguredModuleInstances.java75 Set<String> instanceNames = amAM.getAllowedModuleNames();
76 for (String config : instanceNames) {
80 // do nothing as instanceNames will be empty.
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DConfiguredModuleInstances.java95 // do nothing as instanceNames will be empty.
102 Set instanceNames = null;
108 instanceNames = amAM.getModuleInstanceNames(moduleType);
109 if (instanceNames != null && !instanceNames.isEmpty()) {
110 for (Iterator it = instanceNames.iterator(); it.hasNext(); ) {
H A DAllConfiguredModuleInstances.java75 Set<String> instanceNames = amAM.getAllowedModuleNames();
76 for (String config : instanceNames) {
80 // do nothing as instanceNames will be empty.
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/model/
H A DSTSHomeViewBeanModelImpl.java62 public void deleteInstances(STSType stsType, Set<String> instanceNames) throws AMConsoleException { argument
64 restSTSInstanceModel.deleteInstances(stsType, instanceNames);
66 soapSTSInstanceModel.deleteInstances(stsType, instanceNames);
H A DSTSHomeViewBeanModel.java49 * @param instanceNames the set of instances to be deleted
52 void deleteInstances(STSType stsType, Set<String> instanceNames) throws AMConsoleException; argument
H A DSTSInstanceModelBase.java95 public void deleteInstances(STSType stsType, Set<String> instanceNames) throws AMConsoleException { argument
96 for (String instanceName : instanceNames) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/sts/model/
H A DSTSHomeViewBeanModelImpl.java62 public void deleteInstances(STSType stsType, Set<String> instanceNames) throws AMConsoleException { argument
64 restSTSInstanceModel.deleteInstances(stsType, instanceNames);
66 soapSTSInstanceModel.deleteInstances(stsType, instanceNames);
H A DSTSHomeViewBeanModel.java49 * @param instanceNames the set of instances to be deleted
52 void deleteInstances(STSType stsType, Set<String> instanceNames) throws AMConsoleException; argument
H A DSTSInstanceModelBase.java95 public void deleteInstances(STSType stsType, Set<String> instanceNames) throws AMConsoleException { argument
96 for (String instanceName : instanceNames) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSTSHomeViewBean.java339 Set<String> instanceNames = new HashSet<>(selected.length);
343 instanceNames.add((String) tblModelRestSTSInstances.getValue(TBL_REST_STS_INSTANCES_DATA_NAME));
348 model.deleteInstances(STSType.REST, instanceNames);
370 Set<String> instanceNames = new HashSet<>(selected.length);
374 instanceNames.add((String) tblModelSoapSTSInstances.getValue(TBL_SOAP_STS_INSTANCES_DATA_NAME));
379 model.deleteInstances(STSType.SOAP, instanceNames);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSTSHomeViewBean.java339 Set<String> instanceNames = new HashSet<>(selected.length);
343 instanceNames.add((String) tblModelRestSTSInstances.getValue(TBL_REST_STS_INSTANCES_DATA_NAME));
348 model.deleteInstances(STSType.REST, instanceNames);
370 Set<String> instanceNames = new HashSet<>(selected.length);
374 instanceNames.add((String) tblModelSoapSTSInstances.getValue(TBL_SOAP_STS_INSTANCES_DATA_NAME));
379 model.deleteInstances(STSType.SOAP, instanceNames);
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInstFinderStore.java173 Set instanceNames = getPropertyValues();
175 instanceNames);
176 return instanceNames;
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInstFinderStore.java173 Set instanceNames = getPropertyValues();
175 instanceNames);
176 return instanceNames;
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/authentication/
H A DAddAuthConfigurationEntry.java99 Set instanceNames = getInstanceNames(realm, adminSSOToken);
101 if (!instanceNames.contains(instanceName)) {
H A DUpdateAuthConfigurationEntries.java133 Set instanceNames = getInstanceNames(realm, adminSSOToken, params);
138 if (!instanceNames.contains(instanceName)) {
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/authentication/
H A DAddAuthConfigurationEntry.java99 Set instanceNames = getInstanceNames(realm, adminSSOToken);
101 if (!instanceNames.contains(instanceName)) {
H A DUpdateAuthConfigurationEntries.java133 Set instanceNames = getInstanceNames(realm, adminSSOToken, params);
138 if (!instanceNames.contains(instanceName)) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/util/
H A DAMAuthUtils.java466 Set instanceNames = amAM.getModuleInstanceNames(moduleType);
467 modInstances.addAll(instanceNames);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/util/
H A DAMAuthUtils.java466 Set instanceNames = amAM.getModuleInstanceNames(moduleType);
467 modInstances.addAll(instanceNames);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsCollectionProvider.java256 Set<String> instanceNames = new TreeSet<String>(scm.getInstanceNames());
257 for (String instanceName : instanceNames) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationManager.java503 Set<String> instanceNames = moduleMap.get(type);
504 if (instanceNames.contains(authName)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationManager.java503 Set<String> instanceNames = moduleMap.get(type);
504 if (instanceNames.contains(authName)) {
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsCollectionProvider.java399 Set<String> instanceNames = new TreeSet<String>(scm.getInstanceNames());
400 for (String instanceName : instanceNames) {

Completed in 153 milliseconds