Package com.cloudforgeci.api.core.rules
Enum Class ComplianceMatrix.SecurityControl
java.lang.Object
java.lang.Enum<ComplianceMatrix.SecurityControl>
com.cloudforgeci.api.core.rules.ComplianceMatrix.SecurityControl
- All Implemented Interfaces:
Serializable,Comparable<ComplianceMatrix.SecurityControl>,Constable
- Enclosing class:
ComplianceMatrix
Security control definitions mapped to framework requirements.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetRequirement(String framework) getRequirementLevel(String framework) booleanisAdvisory(String framework) booleanisRequired(String framework) Returns the enum constant of this class with the specified name.static ComplianceMatrix.SecurityControl[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ENCRYPTION_AT_REST
-
ENCRYPTION_IN_TRANSIT
-
HTTPS_STRICT
-
NETWORK_SEGMENTATION
-
ACCESS_CONTROL
-
AUTHENTICATION
-
AUDIT_LOGGING
-
LOG_RETENTION
-
SECURITY_MONITORING
-
THREAT_DETECTION
-
SECURITY_HUB
-
VULNERABILITY_SCANNING
-
SENSITIVE_DATA_DISCOVERY
-
WAF_PROTECTION
-
BACKUP_RECOVERY
-
HIGH_AVAILABILITY
-
CHANGE_MANAGEMENT
-
VULNERABILITY_MANAGEMENT
-
KMS_KEY_ROTATION
-
CERTIFICATE_EXPIRATION_MONITORING
-
SECRETS_MANAGER
-
SECRETS_ROTATION
-
DATABASE_MULTI_AZ
-
DATABASE_PITR
-
NETWORK_FLOW_LOGS
-
AUDIT_MANAGER
-
CLOUDWATCH_LOGS_KMS_ENCRYPTION
-
CLOUDTRAIL_INSIGHTS
-
ROUTE53_QUERY_LOGGING
-
S3_OBJECT_LOCK
-
ROOT_ACCOUNT_PROTECTION
-
CREDENTIAL_ROTATION
-
DATABASE_ACCESS_CONTROL
-
CONTAINER_SECURITY
-
API_SECURITY
-
CDN_SECURITY
-
INSTANCE_METADATA_SECURITY
-
CERTIFICATE_MANAGEMENT
-
LAMBDA_SECURITY
-
DATABASE_LOGGING
-
DELETION_PROTECTION
-
SNS_KMS_ENCRYPTION
-
EC2_IMDSV2
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
getDescription
-
getFrameworkMappings
-
getRequirement
-
getRequirementLevel
-
isRequired
-
isAdvisory
-