Uses of Class
com.oracle.bmc.securityattribute.model.BaseSecurityAttributeValidator
-
Packages that use BaseSecurityAttributeValidator Package Description com.oracle.bmc.securityattribute.model -
-
Uses of BaseSecurityAttributeValidator in com.oracle.bmc.securityattribute.model
Subclasses of BaseSecurityAttributeValidator in com.oracle.bmc.securityattribute.model Modifier and Type Class Description class
DefaultSecurityAttributeValidator
Use this validator to clear any existing validator on the security attribute with the UpdateSecurityAttribute operation.class
EnumSecurityAttributeValidator
Used to validate the value set for a security attribute and contains the list of allowable values.Methods in com.oracle.bmc.securityattribute.model that return BaseSecurityAttributeValidator Modifier and Type Method Description BaseSecurityAttributeValidator
CreateSecurityAttributeDetails. getValidator()
BaseSecurityAttributeValidator
SecurityAttribute. getValidator()
BaseSecurityAttributeValidator
UpdateSecurityAttributeDetails. getValidator()
Methods in com.oracle.bmc.securityattribute.model with parameters of type BaseSecurityAttributeValidator Modifier and Type Method Description CreateSecurityAttributeDetails.Builder
CreateSecurityAttributeDetails.Builder. validator(BaseSecurityAttributeValidator validator)
SecurityAttribute.Builder
SecurityAttribute.Builder. validator(BaseSecurityAttributeValidator validator)
UpdateSecurityAttributeDetails.Builder
UpdateSecurityAttributeDetails.Builder. validator(BaseSecurityAttributeValidator validator)
Constructors in com.oracle.bmc.securityattribute.model with parameters of type BaseSecurityAttributeValidator Constructor Description CreateSecurityAttributeDetails(String name, String description, BaseSecurityAttributeValidator validator)
Deprecated.SecurityAttribute(String compartmentId, String securityAttributeNamespaceId, String securityAttributeNamespaceName, String id, String name, String description, String type, Boolean isRetired, SecurityAttribute.LifecycleState lifecycleState, Date timeCreated, BaseSecurityAttributeValidator validator)
Deprecated.UpdateSecurityAttributeDetails(String description, Boolean isRetired, BaseSecurityAttributeValidator validator)
Deprecated.
-