Searched defs:isAMSDKConfigured (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DServerConfigMgr.java134 private static boolean isAMSDKConfigured; field in class:ServerConfigMgr
153 isAMSDKConfigured = ServiceManager.isAMSDKConfigured();
351 isAMSDKConfigured = ServiceManager.isAMSDKConfigured();
352 if (proxyPassword && !isAMSDKConfigured) {
374 if (adminPassword && !isAMSDKConfigured) {
522 if (isAMSDKConfigured) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DEventService.java228 if (!isAMSDKConfigured()) {
340 private static boolean isAMSDKConfigured() { method in class:EventService
341 boolean isAMSDKConfigured = false;
352 isAMSDKConfigured = true;
360 return isAMSDKConfigured;
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DServerConfigMgr.java134 private static boolean isAMSDKConfigured; field in class:ServerConfigMgr
153 isAMSDKConfigured = ServiceManager.isAMSDKConfigured();
351 isAMSDKConfigured = ServiceManager.isAMSDKConfigured();
352 if (proxyPassword && !isAMSDKConfigured) {
374 if (adminPassword && !isAMSDKConfigured) {
522 if (isAMSDKConfigured) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DEventService.java255 if (!isAMSDKConfigured()) {
367 private static boolean isAMSDKConfigured() { method in class:EventService
368 boolean isAMSDKConfigured = false;
379 isAMSDKConfigured = true;
387 return isAMSDKConfigured;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DOrgConfigViaAMSDK.java746 public static boolean isAMSDKConfigured(String realm) { method in class:OrgConfigViaAMSDK
H A DServiceManager.java995 public static boolean isAMSDKConfigured() throws SMSException { method in class:ServiceManager
996 if (!isRealmEnabled() || OrgConfigViaAMSDK.isAMSDKConfigured("/")) {
1008 if (OrgConfigViaAMSDK.isAMSDKConfigured(realm)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DOrgConfigViaAMSDK.java746 public static boolean isAMSDKConfigured(String realm) { method in class:OrgConfigViaAMSDK
H A DServiceManager.java995 public static boolean isAMSDKConfigured() throws SMSException { method in class:ServiceManager
996 if (!isRealmEnabled() || OrgConfigViaAMSDK.isAMSDKConfigured("/")) {
1008 if (OrgConfigViaAMSDK.isAMSDKConfigured(realm)) {

Completed in 47 milliseconds