Package oracle.jdbc

Class 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
    • Method Summary

      • 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

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OracleSQLPermission

        public OracleSQLPermission​(java.lang.String name)
      • OracleSQLPermission

        public OracleSQLPermission​(java.lang.String name,
                                   java.lang.String actions)