oracle.jdbc
Class OracleSQLPermission
java.lang.Object
java.security.Permission
java.security.BasicPermission
oracle.jdbc.OracleSQLPermission
- All Implemented Interfaces:
- java.io.Serializable, java.security.Guard
public final class OracleSQLPermission
- extends java.security.BasicPermission
The Permission class for Java security permissions unique to the Oracle
JDBC drivers. As of this release the only supported target is "callAbort".
The actions are ignored.
- Since:
- release specific (what release of product did this appear in)
- See Also:
- Serialized Form
Methods inherited from class java.security.BasicPermission |
equals, getActions, hashCode, implies, newPermissionCollection |
Methods inherited from class java.security.Permission |
checkGuard, getName, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
OracleSQLPermission
public OracleSQLPermission(java.lang.String name)
OracleSQLPermission
public OracleSQLPermission(java.lang.String name,
java.lang.String actions)
Copyright © 1998, 2007, Oracle. All rights reserved.