X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.cms%2Fsrc%2Forg%2Fargeo%2Fcms%2Fauth%2FRemoteAuthRequest.java;h=be5d0e15e966355c55cb6e8ee70a4d980d729ae8;hb=e023e9027edc0d734d11cb759259eaebb6d68bc9;hp=2d1d14b4ee62afd9b64c037d3e2faca8a9be9ad7;hpb=4185ff8826f893a4a1f054f61a11b89333c3e85d;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.cms/src/org/argeo/cms/auth/RemoteAuthRequest.java b/org.argeo.cms/src/org/argeo/cms/auth/RemoteAuthRequest.java index 2d1d14b4e..be5d0e15e 100644 --- a/org.argeo.cms/src/org/argeo/cms/auth/RemoteAuthRequest.java +++ b/org.argeo.cms/src/org/argeo/cms/auth/RemoteAuthRequest.java @@ -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();