]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/PrimitiveAccessor.java
Update licence headers
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / main / java / org / argeo / slc / core / execution / PrimitiveAccessor.java
index 149b9a916dc73415e7b466de08e6dd469369bcc6..18d1b9894c1940fa4f0a24ec39f9b67e150557b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -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";