Package org.apache.derby.iapi.security
Enum Securable
- All Implemented Interfaces:
Serializable
,Comparable<Securable>
,java.lang.constant.Constable
Operations which can be secured. SQL authorization is one way to control
who can access these operations.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Enum Constant Details
-
SET_DATABASE_PROPERTY
-
GET_DATABASE_PROPERTY
-
FREEZE_DATABASE
-
UNFREEZE_DATABASE
-
CHECKPOINT_DATABASE
-
BACKUP_DATABASE
-
BACKUP_DATABASE_NOWAIT
-
BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE
-
BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE_NOWAIT
-
DISABLE_LOG_ARCHIVE_MODE
-
CHECK_TABLE
-
INSTALL_JAR
-
REPLACE_JAR
-
REMOVE_JAR
-
EXPORT_TABLE
-
IMPORT_TABLE
-
IMPORT_TABLE_LOBS_FROM_EXTFILE
-
IMPORT_DATA
-
IMPORT_DATA_LOBS_FROM_EXTFILE
-
BULK_INSERT
-
RELOAD_SECURITY_POLICY
-
SET_USER_ACCESS
-
GET_USER_ACCESS
-
INVALIDATE_STORED_STATEMENTS
-
EMPTY_STATEMENT_CACHE
-
SET_XPLAIN_MODE
-
GET_XPLAIN_MODE
-
SET_XPLAIN_SCHEMA
-
GET_XPLAIN_SCHEMA
-
CREATE_USER
-
RESET_PASSWORD
-
DROP_USER
-
-
Field Details
-
routineSchemaID
UUID string of schema holding the system routine associated with the operation -
routineName
Name of the associated system routine -
routineType
public final char routineTypeType of routine (function or procedure)
-
-
Constructor Details
-
Securable
Construct a Securable from its attributes
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-