|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
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 | |
---|---|
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
methods
JDBCConnectionServiceException
- - if the named JDBC data source is unavailable
|
Copyright 1996, 2010, 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.4) Part Number E13941-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |