Uses of Class
com.oracle.bmc.datasafe.model.PrivilegeGrantableOption
-
Packages that use PrivilegeGrantableOption Package Description com.oracle.bmc.datasafe.model -
-
Uses of PrivilegeGrantableOption in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return PrivilegeGrantableOption Modifier and Type Method Description static PrivilegeGrantableOption
PrivilegeGrantableOption. create(String key)
PrivilegeGrantableOption
DatabaseTableAccessEntry. getPrivilegeGrantable()
Indicates whether the grantee can grant this privilege to other users.PrivilegeGrantableOption
DatabaseTableAccessEntrySummary. getPrivilegeGrantable()
Whether grantee can grant this privilege to other users.PrivilegeGrantableOption
DatabaseViewAccessEntry. getPrivilegeGrantable()
Indicates whether the grantee can grant this privilege to other users.PrivilegeGrantableOption
DatabaseViewAccessEntrySummary. getPrivilegeGrantable()
Indicates whether the grantee can grant this privilege to other users.static PrivilegeGrantableOption
PrivilegeGrantableOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static PrivilegeGrantableOption[]
PrivilegeGrantableOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type PrivilegeGrantableOption Modifier and Type Method Description DatabaseTableAccessEntry.Builder
DatabaseTableAccessEntry.Builder. privilegeGrantable(PrivilegeGrantableOption privilegeGrantable)
Indicates whether the grantee can grant this privilege to other users.DatabaseTableAccessEntrySummary.Builder
DatabaseTableAccessEntrySummary.Builder. privilegeGrantable(PrivilegeGrantableOption privilegeGrantable)
Whether grantee can grant this privilege to other users.DatabaseViewAccessEntry.Builder
DatabaseViewAccessEntry.Builder. privilegeGrantable(PrivilegeGrantableOption privilegeGrantable)
Indicates whether the grantee can grant this privilege to other users.DatabaseViewAccessEntrySummary.Builder
DatabaseViewAccessEntrySummary.Builder. privilegeGrantable(PrivilegeGrantableOption privilegeGrantable)
Indicates whether the grantee can grant this privilege to other users.Constructors in com.oracle.bmc.datasafe.model with parameters of type PrivilegeGrantableOption Constructor Description DatabaseTableAccessEntry(String key, String grantee, AccessType accessType, String tableSchema, String tableName, String privilegeType, String targetId, PrivilegeName privilege, PrivilegeGrantableOption privilegeGrantable, String grantFromRole, String accessThroughObject, String columnName, String grantor, Boolean areAllTablesAccessible, Boolean isAccessConstrainedByView, Boolean isAccessConstrainedByLabelSecurity, Boolean isAccessConstrainedByDatabaseVault, Boolean isAccessConstrainedByVirtualPrivateDatabase, Boolean isAccessConstrainedByRedaction, Boolean isAccessConstrainedByRealApplicationSecurity, Boolean isAccessConstrainedBySqlFirewall, Boolean isSensitive)
Deprecated.DatabaseTableAccessEntrySummary(String key, String grantee, String grantFromRole, AccessType accessType, String tableSchema, String tableName, String privilegeType, String targetId, String accessThroughObject, PrivilegeName privilege, PrivilegeGrantableOption privilegeGrantable, String columnName, String grantor, Boolean areAllTablesAccessible, Boolean isAccessConstrainedByView, Boolean isAccessConstrainedByLabelSecurity, Boolean isAccessConstrainedByDatabaseVault, Boolean isAccessConstrainedByVirtualPrivateDatabase, Boolean isAccessConstrainedByRedaction, Boolean isAccessConstrainedByRealApplicationSecurity, Boolean isAccessConstrainedBySqlFirewall, Boolean isSensitive)
Deprecated.DatabaseViewAccessEntry(String key, String grantee, AccessType accessType, String tableSchema, String tableName, String privilegeType, String targetId, PrivilegeName privilege, PrivilegeGrantableOption privilegeGrantable, String grantFromRole, String viewSchema, String viewName, String viewText, String columnName, String grantor, Boolean isAccessConstrainedByDatabaseVault, Boolean isAccessConstrainedByVirtualPrivateDatabase, Boolean isAccessConstrainedByRedaction, Boolean isAccessConstrainedByRealApplicationSecurity, Boolean isAccessConstrainedBySqlFirewall)
Deprecated.DatabaseViewAccessEntrySummary(String key, String grantee, String grantFromRole, AccessType accessType, PrivilegeName privilege, String targetId, PrivilegeGrantableOption privilegeGrantable, String privilegeType, String tableSchema, String tableName, String viewSchema, String viewName, String viewText, String columnName, String grantor, Boolean isAccessConstrainedByDatabaseVault, Boolean isAccessConstrainedByVirtualPrivateDatabase, Boolean isAccessConstrainedByRedaction, Boolean isAccessConstrainedByRealApplicationSecurity, Boolean isAccessConstrainedBySqlFirewall)
Deprecated.
-