Package io.vertigo.ui.core
Class ProtectedValueUtil
java.lang.Object
io.vertigo.ui.core.ProtectedValueUtil
- Author:
- npiedeloup
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.vertigo.datastore.kvstore.KVCollection -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgenerateProtectedValue(Serializable unprotectedValue) Genere et conserve une URL protégée.static <V extends Serializable>
VreadProtectedValue(String protectedValue, Class<V> clazz) Resoud une value protégée.
-
Field Details
-
PROTECTED_VALUE_COLLECTION_NAME
public static final io.vertigo.datastore.kvstore.KVCollection PROTECTED_VALUE_COLLECTION_NAME
-
-
Constructor Details
-
ProtectedValueUtil
public ProtectedValueUtil()
-
-
Method Details
-
generateProtectedValue
Genere et conserve une URL protégée. -
readProtectedValue
Resoud une value protégée.
-