Interface Vault
-
- All Superinterfaces:
Element,Property,PropertyElement,SchemaMixedElement,Serializable
- All Known Implementing Classes:
VaultImpl
@TypeMetadata(name="Vault", description="This type is used to properly manage values must be stored safely (e.g. encrypted) in the IS.", version="1.0.0") @Change(version="1.0.0", description="First Version") public interface Vault extends Property
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAMEstatic StringVALUE-
Fields inherited from interface org.gcube.informationsystem.base.reference.Element
CLASS_PROPERTY, DATETIME_PATTERN, SUPERCLASSES_PROPERTY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValue()voidsetValue(String value)-
Methods inherited from interface org.gcube.informationsystem.model.reference.properties.Property
getAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalProperty
-
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
VALUE
static final String VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getValue
@ISProperty(name="value", readonly=false, mandatory=true, nullable=false, description="The value to store safely in the IS") String getValue()
-
setValue
void setValue(String value)
-
-