Package com.oracle.bmc.datasafe.model
Enum SecurityFeatureAnalyticsDimensions.SecurityFeature
- java.lang.Object
-
- java.lang.Enum<SecurityFeatureAnalyticsDimensions.SecurityFeature>
-
- com.oracle.bmc.datasafe.model.SecurityFeatureAnalyticsDimensions.SecurityFeature
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<SecurityFeatureAnalyticsDimensions.SecurityFeature>
- Enclosing class:
- SecurityFeatureAnalyticsDimensions
public static enum SecurityFeatureAnalyticsDimensions.SecurityFeature extends Enum<SecurityFeatureAnalyticsDimensions.SecurityFeature> implements BmcEnum
The name of the security feature.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ColumnEncryption
DatabaseVault
ExternalAuthentication
FineGrainedAudit
GlobalAuthentication
NetworkEncryption
PasswordAuthentication
PrivilegeAnalysis
TablespaceEncryption
TraditionalAudit
UnifiedAudit
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SecurityFeatureAnalyticsDimensions.SecurityFeature
create(String key)
String
getValue()
static SecurityFeatureAnalyticsDimensions.SecurityFeature
valueOf(String name)
Returns the enum constant of this type with the specified name.static SecurityFeatureAnalyticsDimensions.SecurityFeature[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UnifiedAudit
public static final SecurityFeatureAnalyticsDimensions.SecurityFeature UnifiedAudit
-
FineGrainedAudit
public static final SecurityFeatureAnalyticsDimensions.SecurityFeature FineGrainedAudit
-
TraditionalAudit
public static final SecurityFeatureAnalyticsDimensions.SecurityFeature TraditionalAudit
-
DatabaseVault
public static final SecurityFeatureAnalyticsDimensions.SecurityFeature DatabaseVault
-
PrivilegeAnalysis
public static final SecurityFeatureAnalyticsDimensions.SecurityFeature PrivilegeAnalysis
-
TablespaceEncryption
public static final SecurityFeatureAnalyticsDimensions.SecurityFeature TablespaceEncryption
-
ColumnEncryption
public static final SecurityFeatureAnalyticsDimensions.SecurityFeature ColumnEncryption
-
NetworkEncryption
public static final SecurityFeatureAnalyticsDimensions.SecurityFeature NetworkEncryption
-
PasswordAuthentication
public static final SecurityFeatureAnalyticsDimensions.SecurityFeature PasswordAuthentication
-
GlobalAuthentication
public static final SecurityFeatureAnalyticsDimensions.SecurityFeature GlobalAuthentication
-
ExternalAuthentication
public static final SecurityFeatureAnalyticsDimensions.SecurityFeature ExternalAuthentication
-
UnknownEnumValue
public static final SecurityFeatureAnalyticsDimensions.SecurityFeature UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static SecurityFeatureAnalyticsDimensions.SecurityFeature[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (SecurityFeatureAnalyticsDimensions.SecurityFeature c : SecurityFeatureAnalyticsDimensions.SecurityFeature.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SecurityFeatureAnalyticsDimensions.SecurityFeature valueOf(String name)
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
-
create
public static SecurityFeatureAnalyticsDimensions.SecurityFeature create(String key)
-
-