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.
| Modifier and Type | Method | Description | 
|---|---|---|
| JDBCConnectionService | getJDBCConnectionService() | Allows security providers to obtain access to
 the  JDBCConnectionService. | 
JDBCConnectionService getJDBCConnectionService() throws JDBCConnectionServiceException
Allows security providers to obtain access to
 the JDBCConnectionService.
JDBCConnectionService, which
          a security provider can use to obtain, and subsequently release, a database connection
          by invoking the getConnection and releaseConnection methodsJDBCConnectionServiceException - - if the named JDBC data source is unavailable