| com.liferay.portal.spring.remoting.AuthenticatingHttpInvokerRequestExecutor
AuthenticatingHttpInvokerRequestExecutor | public class AuthenticatingHttpInvokerRequestExecutor extends SimpleHttpInvokerRequestExecutor (Code) | |
View Source
An HttpInvoker request executor for Spring Remoting that provides HTTP BASIC
authentication information for service invocations.
author: Joel Kozikowski |
AuthenticatingHttpInvokerRequestExecutor | public AuthenticatingHttpInvokerRequestExecutor()(Code) | | |
getUserId | public long getUserId()(Code) | | |
prepareConnection | protected void prepareConnection(HttpURLConnection con, int contentLength) throws IOException(Code) | | Called every time a HTTP invocation is made. This implementation allows
the parent to setup the connection, and then adds an
Authorization HTTP header property for BASIC authentication.
|
setUserId | public void setUserId(long userId)(Code) | | |
|
|