Introduce Argeo user edition
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.core / src / main / java / org / argeo / security / nature / SimpleUserNature.java
index 408f2adb51ed79be537bdfaa77cda1ad39f0b19a..7d7723e33f599df7c320e42b80a3e50750e8814c 100644 (file)
 
 package org.argeo.security.nature;
 
-import org.argeo.security.UserNature;
+import org.argeo.security.AbstractUserNature;
+
+public class SimpleUserNature extends AbstractUserNature {
+       /**
+        * No PAI, for internal use within the Argeo Security framework. Will
+        * probably be removed.
+        */
+       public final static String TYPE = "simpleUser";
 
-public class SimpleUserNature extends UserNature {
        private static final long serialVersionUID = 1L;
        private String email;
        private String firstName;