Searched defs:IDREPO_SERVICE (Results 1 - 13 of 13) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/connect/
H A DConnectionConstants.java54 final String IDREPO_SERVICE = "sunIdentityRepositoryService"; field in interface:ConnectionConstants
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/server/
H A DSMSAuthModule.java97 private static final String IDREPO_SERVICE = "sunIdentityRepositoryService"; field in class:SMSAuthModule
325 ServiceConfigManager scm = new ServiceConfigManager(IDREPO_SERVICE,
327 ServiceSchemaManager ssm = new ServiceSchemaManager(IDREPO_SERVICE,
411 if (serviceName.equalsIgnoreCase(IDREPO_SERVICE)) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteEventListener.java82 private static final String IDREPO_SERVICE = "IdRepoServiceIF"; field in class:IdRemoteEventListener
156 PLLClient.addNotificationHandler(IDREPO_SERVICE,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/server/
H A DSMSAuthModule.java97 private static final String IDREPO_SERVICE = "sunIdentityRepositoryService"; field in class:SMSAuthModule
328 ServiceConfigManager scm = new ServiceConfigManager(IDREPO_SERVICE,
330 ServiceSchemaManager ssm = new ServiceSchemaManager(IDREPO_SERVICE,
414 if (serviceName.equalsIgnoreCase(IDREPO_SERVICE)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteEventListener.java84 private static final String IDREPO_SERVICE = "IdRepoServiceIF"; field in class:IdRemoteEventListener
158 PLLClient.addNotificationHandler(IDREPO_SERVICE,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DOrgConfigViaAMSDK.java95 static final String IDREPO_SERVICE = "sunidentityrepositoryservice"; field in class:OrgConfigViaAMSDK
188 IDREPO_SERVICE, adminToken);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DOrgConfigViaAMSDK.java95 static final String IDREPO_SERVICE = "sunidentityrepositoryservice"; field in class:OrgConfigViaAMSDK
188 IDREPO_SERVICE, adminToken);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DRemoteServicesImpl.java63 protected static final String IDREPO_SERVICE = "IdRepoServiceIF"; field in class:RemoteServicesImpl
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoJAXRPCObjectImpl.java97 protected static final String IDREPO_SERVICE = "IdRepoServiceIF"; field in class:IdRepoJAXRPCObjectImpl
894 ns = new NotificationSet(IDREPO_SERVICE);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DRemoteServicesImpl.java63 protected static final String IDREPO_SERVICE = "IdRepoServiceIF"; field in class:RemoteServicesImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoJAXRPCObjectImpl.java99 protected static final String IDREPO_SERVICE = "IdRepoServiceIF"; field in class:IdRepoJAXRPCObjectImpl
896 ns = new NotificationSet(IDREPO_SERVICE);
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java167 static final String IDREPO_SERVICE = "sunIdentityRepositoryService"; field in class:UpgradeUtils
1224 ServiceSchemaManager sm = getServiceSchemaManager(IDREPO_SERVICE);
2626 String resourceName = "sms://*" + orgDN + "/" + IDREPO_SERVICE;
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java167 static final String IDREPO_SERVICE = "sunIdentityRepositoryService"; field in class:UpgradeUtils
1224 ServiceSchemaManager sm = getServiceSchemaManager(IDREPO_SERVICE);
2626 String resourceName = "sms://*" + orgDN + "/" + IDREPO_SERVICE;

Completed in 75 milliseconds