Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    860

    Cheers, thanks Luke.

    Cheers,

    thanks Luke.
  2. Replies
    2
    Views
    860

    X509 Authentication and Session creation

    Hi,

    This message is probably best answered by Luke, but any feedback would be appreciated.

    I have SSL certificate authenticated web services. I get a fair amount of load on these services so I...
  3. I got around to writing the filter and here it...

    I got around to writing the filter and here it is. Almost everyone using a Hibernate backed UserDetails implementation and Acegi is going to have a similar problem so I figured I would post a pretty...
  4. Hi Jeppe, I am looking for a solution to the...

    Hi Jeppe,

    I am looking for a solution to the same problem. I need to reattach my "User" object to a Hibernate session so that I can use it properly. The trick is, as you have pointed out, to do...
  5. Ok, after some more trawling, I have the answer -...

    Ok, after some more trawling, I have the answer - posted here for the future reference of others. It seems so simple now (but it always does right?).

    This what you need:



    <property...
  6. Defining "false" in an XML BeanDefinition for JasperReports

    Hi All,

    This is a trivial question - I'm sorry to be asking it, but I can't seem to find an answer anywhere. It is probably more of a core container question, but it will be of most use to...
  7. Isn't it always the way? Just after you post...

    Isn't it always the way?

    Just after you post a cry for help, you sort it out. It actually turned out to be very simple.

    For the example in my post above, the field name for rejectValue is:
    ...
  8. Validation errors with very complex objects

    Hi all,

    I am running into a situation that must be common with Spring MVC, but I can't seem to find any previous posts covering it.

    I have a domain object that contains a map. I am using this...
  9. Hi Nalin, I have the exact same error. Did you...

    Hi Nalin,

    I have the exact same error. Did you ever sort out what was doing this?

    Cheers,
    Deakin
  10. Replies
    7
    Views
    1,971

    No probs. I have tested it on Tomcat 5.5.4...

    No probs.

    I have tested it on Tomcat 5.5.4 (the only app server we use here) and with certificates generated by OpenSSL and keytool. I had no issues.

    I had to write a custom populator to use...
  11. Replies
    3
    Views
    1,143

    Thanks for your reply, Yep, that's what I...

    Thanks for your reply,

    Yep, that's what I thought. There is alwasys a handoff to the AuthenticationManager for authentication. I had a look at the code for AbstractSecurityInterceptor and found it...
  12. Replies
    3
    Views
    1,143

    Authentication only once per session

    Hi all,

    I'm currently using a JAAS LoginModule to authenticate users and in the process of integrating it, I uncovered a little bit more of my ignorance (I hate it when that happens). I was under...
  13. Replies
    7
    Views
    1,971

    Luke, I have run your code through some pretty...

    Luke,

    I have run your code through some pretty tough testing and it seems to be holding up very well. Thanks for contributing the code, it works like a charm.

    Cheers,
    Deakin.
  14. Replies
    3
    Views
    1,038

    Thanks for the reply Ben, I see your point...

    Thanks for the reply Ben,

    I see your point about the multiple uses of configuration attributes. And I do admit that it is a small issue with little impact, but I was curious to see if I was...
  15. Replies
    3
    Views
    1,418

    Hi, My suggestion would be to go with your...

    Hi,

    My suggestion would be to go with your usual association regime unless you can see a wider use for ACLs in other parts of your application.

    ACL handling in Acegi is powerful, but it does...
  16. Replies
    3
    Views
    1,038

    Voting and AfterInvocation handling

    Hi,

    I have run into what seems a small limitation when implementing AfterInvocation support in my application. It is not a code bug, but rather a small design problem. The problem is that if you...
  17. Replies
    7
    Views
    1,971

    Thanks Luke, your reply is going to make this a...

    Thanks Luke, your reply is going to make this a lot quicker :)

    I am comfy with dealing with OpenSSL and the like, so I'll get the implementation going and provide you with feedback as I go along....
  18. Replies
    7
    Views
    1,971

    Certificate based authentication - progress?

    Hi,

    I have noticed that in the 0.8.1-SNAPSHOT hosted in Maven, some wonderful person named Luke Taylor has submitted a client certificate authentication implementation. I was just about to write...
  19. Replies
    4
    Views
    1,593

    Hi Ben, Maybe this is too simplistic, but I...

    Hi Ben,

    Maybe this is too simplistic, but I think reworking the constructor ofAbstractBasicAclEntry would do it:



    public AbstractBasicAclEntry&#40;&#41; &#123;

    validPermissions =...
  20. Hi Ben, Thanks for the reply mate. I have...

    Hi Ben,

    Thanks for the reply mate. I have figured out what is doing it. It has to do (again) with my hibernate implementation of BasicAclDao.

    In your first code snippet, you show adding an...
  21. AclObjectIdentity with no Acls and Acl inheritance

    Hi,

    I am working with Acls within Acegi and have found some behaviour which seems odd and contrary to the documentation. It seems that to have an object inherit an acl from its parent you must...
  22. Replies
    4
    Views
    1,593

    Hibernate Based ACLs

    Hi,

    I am currently evaluating Acegi Security for integration into one of our projects. So far, the product looks very promising. The data access layer of this project is based on Hibernate...
Results 1 to 22 of 22