Improve RAP security
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.core / src / main / java / org / argeo / security / core / ArgeoUserDetails.java
index edd7e2bf391359724b6b39ee6a2bb18a35932872..eac1d3706a13d2472bc4010562eb7e12713b89f5 100644 (file)
@@ -33,6 +33,7 @@ import org.springframework.security.context.SecurityContextHolder;
 import org.springframework.security.userdetails.User;
 import org.springframework.security.userdetails.UserDetails;
 
+@Deprecated
 public class ArgeoUserDetails extends User implements ArgeoUser {
        private static final long serialVersionUID = 1L;
        private final static Log log = LogFactory.getLog(ArgeoUserDetails.class);