]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.cms/src/org/argeo/cms/auth/RemoteAuthRequest.java
WebSocket authentication
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / auth / RemoteAuthRequest.java
index 2d1d14b4ee62afd9b64c037d3e2faca8a9be9ad7..9720812e0f2e7ad5e8b3987fff689216bbce0f06 100644 (file)
@@ -4,8 +4,12 @@ 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();
 
+       @Deprecated
        RemoteAuthSession createSession();
 
        Locale getLocale();