It seems to be an interesting answer,
Thanks!
Type: Posts; User: springredfire; Keyword(s):
It seems to be an interesting answer,
Thanks!
Hello,
I am learning spring 3 MVC, and I have a problem.
I have a Spring 3 MVC web application. There, I use pentaho reports, which creates a temporal dir in applicacion with a .html, and a...
Did you solve your issue?
Does exist any way to read the acl by sid, instead of:
ObjectIdentity oid = new ObjectIdentityImpl(object, id);
List<AccessControlEntry> listAce = mutableAclService.readAclById(oid)...
I could not find what I was looking for. Any suggestion to get a list of the perms by role ?
Sorry for open an old post, but is any way to list the permissions,object for every role ??
Thanks
I am trying to use spring security with gwt.
I found a nice tutorial :
http://www.javacodegeeks.com/2010/12/securing-gwt-apps-with-spring-security.html]
I would like to know if someone knows...
I edited it recently:
public class MyAuthoritiesPopulator implements LdapAuthoritiesPopulator {
@Autowired
JdbcTemplate template;
@Override
public List<GrantedAuthority>...
Thanks for answering, I changed the populator
<beans:bean id="ldapAuthProvider"
class="com.packtpub.springsecurity.security.CustomLdapAuthentication">
<beans:constructor-arg>...
I tried to authenticate against ldap ( succesfully) but I could not load the roles from a dataBase. I read this on the faq:
I dont know how to configure my security xml for that
My...