Uses of Class
com.oracle.bmc.datasafe.model.SecurityFeatureSummary.GlobalAuthentication
-
Packages that use SecurityFeatureSummary.GlobalAuthentication Package Description com.oracle.bmc.datasafe.model -
-
Uses of SecurityFeatureSummary.GlobalAuthentication in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SecurityFeatureSummary.GlobalAuthentication Modifier and Type Method Description static SecurityFeatureSummary.GlobalAuthentication
SecurityFeatureSummary.GlobalAuthentication. create(String key)
SecurityFeatureSummary.GlobalAuthentication
SecurityFeatureSummary. getGlobalAuthentication()
The usage of security feature - Global Authentication.static SecurityFeatureSummary.GlobalAuthentication
SecurityFeatureSummary.GlobalAuthentication. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecurityFeatureSummary.GlobalAuthentication[]
SecurityFeatureSummary.GlobalAuthentication. 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 SecurityFeatureSummary.GlobalAuthentication Modifier and Type Method Description SecurityFeatureSummary.Builder
SecurityFeatureSummary.Builder. globalAuthentication(SecurityFeatureSummary.GlobalAuthentication globalAuthentication)
The usage of security feature - Global Authentication.Constructors in com.oracle.bmc.datasafe.model with parameters of type SecurityFeatureSummary.GlobalAuthentication Constructor Description SecurityFeatureSummary(String compartmentId, String targetId, String assessmentId, SecurityFeatureSummary.UnifiedAudit unifiedAudit, SecurityFeatureSummary.FineGrainedAudit fineGrainedAudit, SecurityFeatureSummary.TraditionalAudit traditionalAudit, SecurityFeatureSummary.DatabaseVault databaseVault, SecurityFeatureSummary.PrivilegeAnalysis privilegeAnalysis, SecurityFeatureSummary.TablespaceEncryption tablespaceEncryption, SecurityFeatureSummary.ColumnEncryption columnEncryption, SecurityFeatureSummary.NetworkEncryption networkEncryption, SecurityFeatureSummary.PasswordAuthentication passwordAuthentication, SecurityFeatureSummary.GlobalAuthentication globalAuthentication, SecurityFeatureSummary.ExternalAuthentication externalAuthentication, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-