basically, how do i get contextSource from AuthenticationProvider?
Type: Posts; User: wolverine88; Keyword(s):
basically, how do i get contextSource from AuthenticationProvider?
I have a customized LdapUserDetailsMapper.
Inside public UserDetails mapUserFromContext(DirContextOperations ctx, String username, Collection<GrantedAuthority> authorities) { ..}
I want to find...
got it fixed. It turns out to be servlet cache and browser cache. I had to randomly append a number after JSP. I also have to create temp JSP with /gwt folder to get it forward to main GWT html.
...
I posted a question about the weird behavior of my GWT app under WAS.
Here is my original one
http://forum.springsource.org/showthread.php?t=71407
Now I found the problem is because of...
Hi, I have a GWT application.
Using acegi works perfectly in Tomcat. I do have issue with Websphere. It works for the most of time, however, it does have some catches.
I put all my GWT (main...
Hi,
I want to protect some URL without specific roles.
Basically, I want to use Acegi for authentication and have custom code for authorization.
We keep all users under AD.
My AD admin...
Hi,
We have 2 MSAD repository.
1. Is there a way for Acegi try both of them? If possible, is there a sample? I tried a couple, no luck here.
2. Is there a way for Acegi to do...
Hi,
Can I make a test HTML or JSP to call a service exposed via Http Invoker?
What's the URL format for this? Or do I have to go through HttpClient?
Thanks a lot.
My plan is if I have a...
Hi,
I am using org.springframework.web.context.ContextLoaderListener to router my GWT RPC and HTTP invoker service.
I have some startup code (sort of initialization code), like to cache some...
never mind, got it working. thanks.
does it mean if my role name is EMD00001
I will secure it with
<property name="objectDefinitionSource">
<value>
CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON...
hi, how do I configure my acegi if my roles/groups don't start with ROLE_
here is my sample config. It works if I have ROLE_. However, my ldap admin insist no ROLE_ before role name.
<bean...