Uses of Class
com.oracle.bmc.datasafe.model.SecurityFeatureSummary.ExternalAuthentication
-
Packages that use SecurityFeatureSummary.ExternalAuthentication Package Description com.oracle.bmc.datasafe.model -
-
Uses of SecurityFeatureSummary.ExternalAuthentication in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SecurityFeatureSummary.ExternalAuthentication Modifier and Type Method Description static SecurityFeatureSummary.ExternalAuthentication
SecurityFeatureSummary.ExternalAuthentication. create(String key)
SecurityFeatureSummary.ExternalAuthentication
SecurityFeatureSummary. getExternalAuthentication()
The usage of security feature - External Authentication.static SecurityFeatureSummary.ExternalAuthentication
SecurityFeatureSummary.ExternalAuthentication. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecurityFeatureSummary.ExternalAuthentication[]
SecurityFeatureSummary.ExternalAuthentication. 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.ExternalAuthentication Modifier and Type Method Description SecurityFeatureSummary.Builder
SecurityFeatureSummary.Builder. externalAuthentication(SecurityFeatureSummary.ExternalAuthentication externalAuthentication)
The usage of security feature - External Authentication.Constructors in com.oracle.bmc.datasafe.model with parameters of type SecurityFeatureSummary.ExternalAuthentication 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.
-