Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.security.spi
Interface SecurityServicesJDBC


public interface SecurityServicesJDBC

The SecurityServicesJDBC interface is used by the WebLogic Security Framework to create security service implementations such as the JDBCConnectionService.

This interface allows custom security providers to obtain an instance of the JDBCConnectionService that corresponds to a specific, named JDBC data source. Providers can then invoke that service to obtain database connections.


Method Summary
 JDBCConnectionService getJDBCConnectionService()
          Allows security providers to obtain access to the JDBCConnectionService.
 

Method Detail

getJDBCConnectionService

JDBCConnectionService getJDBCConnectionService()
                                               throws JDBCConnectionServiceException

Allows security providers to obtain access to the JDBCConnectionService.

Returns:
a reference to the JDBCConnectionService, which a security provider can use to obtain, and subsequently release, a database connection by invoking the getConnection and releaseConnection methods
Throws:
JDBCConnectionServiceException - - if the named JDBC data source is unavailable

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06