Searched refs:moduleInstance (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeLDAPAuthModulesStep.java79 for (final AMAuthenticationInstance moduleInstance : moduleInstances) {
80 if (moduleInstance.getType().equalsIgnoreCase("LDAP") ||
81 moduleInstance.getType().equalsIgnoreCase("AD")) {
82 authInstanceName = moduleInstance.getName();
88 moduleInstance.getAttributeValues(asSet(SSL_ENABLED_PROPERTY));
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeLDAPAuthModulesStep.java79 for (final AMAuthenticationInstance moduleInstance : moduleInstances) {
80 if (moduleInstance.getType().equalsIgnoreCase("LDAP") ||
81 moduleInstance.getType().equalsIgnoreCase("AD")) {
82 authInstanceName = moduleInstance.getName();
88 moduleInstance.getAttributeValues(asSet(SSL_ENABLED_PROPERTY));
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationManager.java820 * @param moduleInstance Name of the module instance.
823 private boolean isModuleInstanceInUse(String moduleInstance) { argument
850 if (serviceContains(service, moduleInstance)) {
852 DEBUG.message(moduleInstance + " is used in " + service);
865 * @param moduleInstance String value for the name of the module instance.
868 private boolean serviceContains(String serviceName, String moduleInstance) { argument
900 if (moduleInfo.length > 0 && moduleInfo[0].equals(moduleInstance)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationManager.java807 * @param moduleInstance Name of the module instance.
810 private boolean isModuleInstanceInUse(String moduleInstance) { argument
837 if (serviceContains(service, moduleInstance)) {
839 DEBUG.message(moduleInstance + " is used in " + service);
852 * @param moduleInstance String value for the name of the module instance.
855 private boolean serviceContains(String serviceName, String moduleInstance) { argument
887 if (moduleInfo.length > 0 && moduleInfo[0].equals(moduleInstance)) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java1689 String moduleInstance =
1693 qualifiedRealm,moduleInstance);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java1365 String moduleInstance =
1369 qualifiedRealm,moduleInstance);

Completed in 68 milliseconds