]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/PrimitiveAccessor.java
Move ReailizedFlow to execution package
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / main / java / org / argeo / slc / core / execution / PrimitiveAccessor.java
index 149b9a916dc73415e7b466de08e6dd469369bcc6..58704d580e3b2562c7df7f52b6315f775e8f4433 100644 (file)
@@ -18,6 +18,11 @@ package org.argeo.slc.core.execution;
 /** Abstraction of access to primitive values */
 public interface PrimitiveAccessor {
        public final static String TYPE_STRING = "string";
+       /**
+        * As of Argeo 1, passwords are NOT stored encrypted, just hidden in the UI,
+        * but stored in plain text in JCR. Use keyring instead.
+        */
+       public final static String TYPE_PASSWORD = "password";
        public final static String TYPE_INTEGER = "integer";
        public final static String TYPE_LONG = "long";
        public final static String TYPE_FLOAT = "float";