Interface NamedValueContract.DefinitionStages.WithSecret
- All Known Subinterfaces:
NamedValueContract.Definition,NamedValueContract.DefinitionStages.WithCreate
- Enclosing interface:
NamedValueContract.DefinitionStages
public static interface NamedValueContract.DefinitionStages.WithSecret
The stage of the NamedValueContract definition allowing to specify secret.
-
Method Summary
Modifier and TypeMethodDescriptionwithSecret(Boolean secret) Specifies the secret property: Determines whether the value is a secret and should be encrypted or not.
-
Method Details
-
withSecret
Specifies the secret property: Determines whether the value is a secret and should be encrypted or not. Default value is false..- Parameters:
secret- Determines whether the value is a secret and should be encrypted or not. Default value is false.- Returns:
- the next definition stage.
-