1. Spring Security 3 custom authentication by REMOTE_USER stackoverflow.comI need to implement custom security scheme using Spring security 3.0.5.
The user must be authenticated automatically (without any login-form) by |
2. securityinspector for org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean stackoverflow.comCan anybody help me out wheather Spring provide security inspector for org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean (purpose i have RPC/ENCODED secure webService) |
3. Spring security and remoting stackoverflow.comi am using spring remoting alongside spring security I have 2 servers (let's call them "front" and "back") The "front" server is exposed to the outside world and receives, along with the rest ... |
4. Spring Security - local and remote authentication forum.springsource.orgSpring Security - local and remote authentication Hi I'm using spring security to secure a Web application using role based security and a user details service where the users are stored ... |
5. Remote application using Burlap + ACEGI forum.springsource.orgRemote application using Burlap + ACEGI Hi, Now I'm writing remote client application to communicate with server by Burlap. Web services are protected by the ACEGI security framework. As the sample ... |
6. Newbie's question: design interface for remote access forum.springsource.orgNewbie's question: design interface for remote access This is a question that i always come with. For example, This is an interface as this: Code: public interface IFoo{ IBar getBar(int id); ... |
7. Is it safe to pass Authentication object during remote call? forum.springsource.orgIs it safe to pass Authentication object during remote call? Hi, I'm very new to Acegi - mainly just went through the documentation. From what I understand, the Authentication object contains ... |
8. SimpleFormController and remote user forum.springsource.orgSimpleFormController and remote user i have this code on a SimpleFormController protected ModelAndView onSubmit(HttpServletRequest request, HttpServletResponse response, Object usuarioP, BindException bindException) throws Exception { Map model = new HashMap(); Usuario usuario ... |
9. Spring remoting +acegi forum.springsource.orgI'm using an applet as client and I want to use spring remoting (I didn't decide yet the type of protocol). I need to authenticate the user against an LDAP server ... |
10. Non-Remote Authentication forum.springsource.orgHi, this might me be a bit of a dumb request but I need some sort of login without delegating the authentication to a remote application. Are there any best practices ... |
11. Remoting: rewiring to access local services forum.springsource.orgRemoting: rewiring to access local services Hi folks, I've inherited a Spring based web-app which needed a spot of refactoring and have separated the presentation layer from the business / DAO ... |
12. Can this be done with Spring remoting and security? forum.springsource.orgCan this be done with Spring remoting and security? Hi! We have this project, where a requirement is to expose services on a WebLogic 10 server. The services must be secured ... |
13. Querie REMOTE_USER forum.springsource.orgHi all, I need to pass the REMOTE_USER via request with Acegi. Since there is no setRemoteUser method I need to build a wrapper. I build an own authentication filter who ... |
14. How proceed REMOTE_USER with Spring Security? forum.springsource.orgHow proceed REMOTE_USER with Spring Security? Hi all, I need to pass the REMOTE_USER with Spring Security. Since there is no setRemoteUser method I need to build a wrapper. I build ... |
15. RemoteConnectFailureException while trying to access a Service Using Burlap remoting forum.springsource.orgDec 5th, 2008, 09:24 AM #1 Anujkumar1516 View Profile View Forum Posts Private Message Junior Member Join Date Sep 2008 Location The Netherlands Posts 24 RemoteConnectFailureException while trying to access a ... |
16. Problem with updating remote user forum.springsource.orgProblem with updating remote user Hellou! I have a problem: when I user changes username, then the request.getRemoteUser still return old username. I have a form page where user changes his ... |
17. Spring security breaks remoting forum.springsource.orgSpring security breaks remoting I am trying to integrate spring security with spring remoting. I am not using a web project, but insteat will be using a thick client that will ... |
18. Freemarker - how to get access to loggined in user (remote user or user principal)? forum.springsource.orgFreemarker - how to get access to loggined in user (remote user or user principal)? Hi all, I'm new to Freemarker on Spring. Am currently using Spring 2.5.6 and Freemarker 2.3.15. ... |
19. org.springframework.remoting.RemoteAccessException : Cannot access Hessian remote ser forum.springsource.orgorg.springframework.remoting.RemoteAccessException : Cannot access Hessian remote ser I am trying to use Hessian with Spring to access remote services. Spring 2.5 with Hessian 3.0.20. I am getting the following exception org.springframework.remoting.RemoteAccessException ... |
20. Remote Address in Spring security forum.springsource.orgHi Guys, I want to get the remote address from user login in Spring security, is that any way to do so? This the research I did so far, in "WebAuthenticationDetails" ... |