Search:

Type: Posts; User: springredfire; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    553

    It seems to be an interesting answer, Thanks!

    It seems to be an interesting answer,
    Thanks!
  2. Replies
    2
    Views
    553

    Spring 3 mvc + Beginner doubt

    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...
  3. Did you solve your issue?

    Did you solve your issue?
  4. Replies
    0
    Views
    500

    Read acl by sid (instead of object)

    Does exist any way to read the acl by sid, instead of:

    ObjectIdentity oid = new ObjectIdentityImpl(object, id);

    List<AccessControlEntry> listAce = mutableAclService.readAclById(oid)...
  5. Replies
    4
    Views
    1,273

    I could not find what I was looking for. Any...

    I could not find what I was looking for. Any suggestion to get a list of the perms by role ?
  6. Replies
    4
    Views
    1,273

    Sorry for open an old post, but is any way to...

    Sorry for open an old post, but is any way to list the permissions,object for every role ??

    Thanks
  7. Replies
    0
    Views
    751

    GWT and Spring Security

    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...
  8. I edited it recently: public class...

    I edited it recently:


    public class MyAuthoritiesPopulator implements LdapAuthoritiesPopulator {
    @Autowired
    JdbcTemplate template;

    @Override
    public List<GrantedAuthority>...
  9. Thanks for answering, I changed the populator ...

    Thanks for answering, I changed the populator


    <beans:bean id="ldapAuthProvider"
    class="com.packtpub.springsecurity.security.CustomLdapAuthentication">
    <beans:constructor-arg>...
  10. Problem with: How do I authenticate against LDAP but load user roles from a database

    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...
Results 1 to 10 of 12