Interface ISecuredValue<T>
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SecuredValue
Defines a secured value
-
Method Summary
Modifier and TypeMethodDescriptionGet the secured value, e.g.getValue()Get the valuebooleanCheck if it has a secured value
-
Method Details