Refactor non-SWT projects.
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / auth / RemoteAuthRequest.java
index 2d1d14b4ee62afd9b64c037d3e2faca8a9be9ad7..be5d0e15e966355c55cb6e8ee70a4d980d729ae8 100644 (file)
@@ -4,6 +4,9 @@ import java.util.Locale;
 
 /** Transitional interface to decouple from the Servlet API. */
 public interface RemoteAuthRequest {
+       final static String REMOTE_USER = "org.osgi.service.http.authentication.remote.user";
+       final static String AUTHORIZATION = "org.osgi.service.useradmin.authorization";
+
        RemoteAuthSession getSession();
 
        RemoteAuthSession createSession();