Searched refs:getConnection (Results 76 - 100 of 272) sorted by relevance

1234567891011

/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DAbstractUpgradeStep.java109 protected final Connection getConnection() throws DataLayerException { method in class:AbstractUpgradeStep
/forgerock/openidm-v4/openidm-repo-orientdb/src/main/java/org/forgerock/openidm/repo/orientdb/impl/
H A DOrientDBRepoService.java231 ODatabaseDocumentTx db = getConnection();
282 ODatabaseDocumentTx db = getConnection();
349 ODatabaseDocumentTx db = getConnection();
416 ODatabaseDocumentTx db = getConnection();
468 JsonValue config = connectionFactory.getConnection().read(context, Requests.newReadRequest("config", PID)).getContent();
472 connectionFactory.getConnection().update(context, updateRequest);
496 ODatabaseDocumentTx db = getConnection();
647 ODatabaseDocumentTx db = getConnection();
687 ODatabaseDocumentTx getConnection() throws InternalServerErrorException { method in class:OrientDBRepoService
/forgerock/openam-v13/openam-datastore/src/test/java/org/forgerock/openam/idrepo/ldap/
H A DIdRepoTestBase.java156 public Connection getConnection() throws LdapException { method in class:IdRepoTestBase.FakeConnectionFactory
157 return cf.getConnection();
/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/audit/util/
H A DRouterActivityLogger.java133 connectionFactory.getConnection().create(context,
174 Connection connection = connectionFactory.getConnection();
/forgerock/openidm-v4/openidm-core/src/test/java/org/forgerock/openidm/managed/
H A DRelationshipValidatorTest.java74 when(connectionFactory.getConnection()).thenReturn(connection);
127 when(connectionFactory.getConnection()).thenReturn(connection);
/forgerock/openam/openam-datastore/src/test/java/org/forgerock/openam/idrepo/ldap/
H A DIdRepoTestBase.java157 public Connection getConnection() throws LdapException { method in class:IdRepoTestBase.FakeConnectionFactory
158 return cf.getConnection();
/forgerock/openidm-v4/openidm-api-servlet/src/main/java/org/forgerock/openidm/servlet/internal/
H A DServletConnectionFactory.java170 public Connection getConnection() throws ResourceException {
171 return new AbstractConnectionWrapper<Connection>(connectionFactory.getConnection()) {
328 return newResultPromise(getConnection());
543 public Connection getConnection() throws ResourceException { method in class:ServletConnectionFactory
544 return connectionFactory.getConnection();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DDataLayer.java296 public Connection getConnection(java.security.Principal principal) throws LdapException { method in class:DataLayer
301 debug.message("Invoking _ldapPool.getConnection()");
306 Connection conn = _ldapPool.getConnection();
447 try (Connection conn = getConnection(principal)) {
510 try (Connection conn = getConnection(principal)) {
621 try (Connection conn = getConnection(principal)) {
679 try (Connection conn = getConnection(principal)) {
740 Connection ldc = factory.getConnection();
879 Connection conn = getConnection(principal);
1002 try (Connection conn = getConnection(principa
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DDataLayer.java296 public Connection getConnection(java.security.Principal principal) throws LdapException { method in class:DataLayer
301 debug.message("Invoking _ldapPool.getConnection()");
306 Connection conn = _ldapPool.getConnection();
447 try (Connection conn = getConnection(principal)) {
510 try (Connection conn = getConnection(principal)) {
621 try (Connection conn = getConnection(principal)) {
679 try (Connection conn = getConnection(principal)) {
740 Connection ldc = factory.getConnection();
879 Connection conn = getConnection(principal);
1002 try (Connection conn = getConnection(principa
[all...]
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java378 conn = bindConnectionFactory.getConnection();
436 conn = bindConnectionFactory.getConnection();
667 conn = connectionFactory.getConnection();
803 conn = connectionFactory.getConnection();
1043 conn = connectionFactory.getConnection();
1080 conn = connectionFactory.getConnection();
1168 conn = connectionFactory.getConnection();
1237 conn = connectionFactory.getConnection();
1309 conn = connectionFactory.getConnection();
1365 conn = connectionFactory.getConnection();
[all...]
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/
H A DManagedObjectSet.java494 ResourceResponse response = connectionFactory.getConnection().update(context, updateRequest);
592 connectionFactory.getConnection().query(context, queryRequest,
650 ResourceResponse createResponse = connectionFactory.getConnection().create(managedContext, createRequest);
687 ResourceResponse readResponse = connectionFactory.getConnection().read(managedContext, readRequest);
797 ResourceResponse readResponse = connectionFactory.getConnection().read(managedContext, readRequest);
820 ResourceResponse resource = connectionFactory.getConnection().read(managedContext, readRequest);
837 connectionFactory.getConnection().delete(managedContext, deleteRequest);
899 ResourceResponse resource = connectionFactory.getConnection().read(context, readRequest);
987 JsonValue result = connectionFactory.getConnection().action(context, policyAction).getJsonContent();
1051 QueryResponse queryResponse = connectionFactory.getConnection()
[all...]
/forgerock/openidm-v4/openidm-script/src/main/java/org/forgerock/openidm/script/
H A DResourceFunctions.java185 return connectionFactory.getConnection().create(scope.getContext(context), cr);
285 return connectionFactory.getConnection().read(scope.getContext(context), rr);
403 return connectionFactory.getConnection().update(scope.getContext(context), ur);
522 return connectionFactory.getConnection().patch(scope.getContext(context), pr);
690 return connectionFactory.getConnection().query(scope.getContext(context), qr,
818 return connectionFactory.getConnection().delete(scope.getContext(context), dr);
945 return connectionFactory.getConnection().action(scope.getContext(context), ar);
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DJDBCRepoService.java260 connection = getConnection();
325 connection = getConnection();
418 connection = getConnection();
514 connection = getConnection();
698 connection = getConnection();
765 connection = getConnection();
822 Connection getConnection() throws SQLException { method in class:JDBCRepoService
823 return dataSourceService.getDataSource().getConnection();
960 testConn = getConnection();
/forgerock/openidm-v4/openidm-scheduler/src/main/java/org/forgerock/openidm/scheduler/impl/
H A DTaskScannerJob.java255 connectionFactory.getConnection().query(taskScannerContext.getContext(), request, new QueryResourceHandler() {
274 readResults = connectionFactory.getConnection().read(taskScannerContext.getContext(), Requests.newReadRequest(resourceID)).getContent();
307 connectionFactory.getConnection().update(taskScannerContext.getContext(), updateRequest);
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPSocket.java148 synchronized InternalClientConnection getConnection() method in class:InternalLDAPSocket
/forgerock/opendj2/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPSocket.java147 synchronized InternalClientConnection getConnection() method in class:InternalLDAPSocket
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPSocket.java148 synchronized InternalClientConnection getConnection() method in class:InternalLDAPSocket
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPSocket.java148 synchronized InternalClientConnection getConnection() method in class:InternalLDAPSocket
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPSocket.java147 synchronized InternalClientConnection getConnection() method in class:InternalLDAPSocket
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DHttpConnectionFactory.java96 connection = HttpURLConnectionManager.getConnection(url);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DNotifier.java142 HttpURLConnection conn = HttpURLConnectionManager.getConnection(url);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/util/
H A DSMSRepositoryMig.java93 try (Connection conn = factory.getConnection()) {
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/common/
H A DServiceBase.java225 URLConnection uc = HttpURLConnectionManager.getConnection(new URL(sName)
251 URLConnection uc = HttpURLConnectionManager.getConnection(url);
278 URLConnection svrConn = HttpURLConnectionManager.getConnection(u);
447 return factory.getConnection();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/
H A DInternalLDAPSocket.java150 synchronized InternalClientConnection getConnection() method in class:InternalLDAPSocket
/forgerock/openidm-v4/openidm-authnfilter/src/main/java/org/forgerock/openidm/auth/
H A DIDMAuditApi.java108 connectionFactory.getConnection().create(context, createRequest);

Completed in 77 milliseconds

1234567891011