|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
---|---|
abstract JDBCConnectionService |
getJDBCConnectionService() Allows security providers to obtain access to the JDBCConnectionService . |
Method Detail |
---|
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
|
Copyright 1996, 2015, 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 Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |