java.lang.Object | |||
↳ | org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor | ||
↳ | org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor | ||
↳ | org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor |
Adds BASIC authentication support to SimpleHttpInvokerRequestExecutor
.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Provided so subclasses can perform additional configuration if required (eg set additional request
headers for non-security related information etc).
| |||||||||||
Called every time a HTTP invocation is made.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Provided so subclasses can perform additional configuration if required (eg set additional request headers for non-security related information etc).
con | the HTTP connection to prepare |
---|---|
contentLength | the length of the content to send |
IOException | if thrown by HttpURLConnection methods |
---|
Called every time a HTTP invocation is made.
Simply allows the parent to setup the connection, and
then adds an Authorization
HTTP header property that will be used for BASIC authentication.
The SecurityContextHolder
is used to obtain the relevant principal and credentials.
con | the HTTP connection to prepare |
---|---|
contentLength | the length of the content to send |
IOException | if thrown by HttpURLConnection methods |
---|