Hi Luke,
Thanks for your reply. Can you please tell me how to use cache with the authentication provider? Do you have any example?
Regards,
woon
Type: Posts; User: woonjava; Keyword(s):
Hi Luke,
Thanks for your reply. Can you please tell me how to use cache with the authentication provider? Do you have any example?
Regards,
woon
My Java Web Start client is using http invoker to communicate with server and use AuthenticationSimpleHttpInvokerRequestExecutor to transfer Authentication Information to server. Every time when...
I have a Java Web Start program that communicate with server via http invoker. The server is protected by spring security as following:
<sec:http realm="My App">
<sec:http-basic...
Please help me. When I call following code:
private void btnSubmitActionPerformed(java.awt.event.ActionEvent evt) {
...