Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Theory question, are these two filters in the right order?

    I'm writing a report on an application which uses Spring security 2.0
    and I was wondering if a diagrams in this link explaining the filters is correct?
    ...
  2. Setting failure URLS to https:// something?

    Hi I've got a web application with my university which uses Spring Security but the problem is that requests all have to be HTTPS because there's a proxy with only a HTTPS listener which intercepts...
  3. Spring/Restlet change http:// to https:// urls??

    Hey,

    I'm using a combination of Spring Security and Restlet and SSL is
    performed at an earlier stage before the requests are proxied into
    a virtual machine where my application resided on...
  4. To To Ben Alex/Luke Taylor acknowledgements?

    Hi Luke/Ben, I'm doing a thesis project in which I'm customising my own classes based on the ones you have implemented such as the AuthenticationProvider, AuthenticationProcessingFilter and...
  5. How to prevent multiple loggins?

    Hey, I've been reading the spring reference manual about this but I'm still not too sure what to do to configure my application to prevent a user from logging in multiple times.

    I've customised my...
  6. Missing something, concurrent session control?

    Hey I've been reading the Spring Security reference manual on
    Concurrent Session control and I followed the instructions and added


    <listener>
    <listener-class>...
  7. Replies
    2
    Views
    742

    Custom Token, serialVersionUID does what?

    Hey, I'm implementing my own token but after looking
    at the UsernamePasswordAuthenticationToken as a guide I was wondering what was the purpose of the variable


    private static final long...
  8. Replies
    1
    Views
    1,059

    Multiple j_spring_security_check URLS??

    hi I've got a web application which works with the username and password authentication and the spring security filter chain is invoked in my login form like that.


    <form name="f"...
  9. Replies
    2
    Views
    891

    It's working now

    Hi Luke, thanks for your reply. I've got this working now, I decided to keep the configuration syntax in Spring 2.0.x because the project I'm working on has all been written using this. The class...
  10. Replies
    2
    Views
    891

    Problems adding customised provider

    hey,

    I've been trying add my own provider to authenticationManager but I'm getting quite a few problems and I've tried different configurations too.


    Background info of my security-context.xml...
  11. Replies
    1
    Views
    406

    What's the difference?

    I'm not sure what it means to prefix elements with "security:" does this do something special? The application-security.xml file I'm looking at uses a lot of these "security:" prefixes for the...
  12. DaoAuthenticationProvider private boolean includeDetailsObject = true???

    Hi, I was just looking at the source code of DaoAuthenticationProvider,
    Could someone please tell me what this variable does?

    private boolean includeDetailsObject = true;

    I haven't been able...
  13. security-context.xml configuration problems

    Hey, I've customised a few of my own classes which implement the Spring classes

    I've got:

    myAuthenticationProcessingFilter
    which implements AuthenticationProcessingFilter
    ...
  14. Can i have both types of authenticatio and how?

    hey, thanks for that but is it possible to have both username and password authentication as well as pre-authentication, and if it is possible how does one go about configuring the two in the...
  15. Different strategy ideas?

    after further reading I found that this dodgy attempt will not work because it will try and authenticate against my customised UserDetails service and fail


    authRequest = new...
  16. Customising attemptAuthentication() of AuthenticationProcessingFilter?

    Hey, I'm trying to customize AuthenticationProcessingFilter and I just
    have a few questions about it. Could someone please tell me about what setDetails() is used for and also how authRequest is...
  17. Confused about how to setup Two authentication filters

    Hi, thanks for the code, seems that you've shown me how to register the two different authentication providers with their corresponding daoauthenticationProviders for the two different logins.
    ...
  18. Can you have 2 different authentications in same web app?

    Hey, I've currently got a web application using Spring Security with a working form based authentication and an application-security.xml configured. I want to allow a user who's authenticated by an...
  19. Possible to use request headers to populate username??

    Hey, I was wondering if it was possible to populate a username by extracting it from the http request headers? I've currently got a custom implementation of userDetailsService and I have a simple...
  20. Help Alternative URL /j_spring_security_check

    Hey, I've been trying to modify an existing java based web project which has Spring security authentication already applied and working. The current form
    has

    <form name="f"...
  21. Could you please attach or paste your JDBC Properties file?

    Hey, thanks for you help, I've been busy lately and only just had a look at your reply. Could you please attach your JDBC.properties file or paste the contents so I can see how you've set this up for...
  22. Replies
    0
    Views
    686

    Simple Spring Hibernate DAO Tutorials?

    Hey, I would like to use spring security with a web application using Hibernate and a MySQL database containing authorisation of the users. Does anyone know a good step by step Tutorials which...
  23. Replies
    2
    Views
    754

    Thanks

    hey, thanks for that link. I've given up looking at that Impala Version of Pet Clinic because I can't find much Impala documentation. I'm just trying to get the Pet Clinic version from Spring...
  24. How do I make this work with MySQL?

    Hey, I read your reply but the Petclinic readme.txt says this:

    "PetClinic features alternative DAO implementations and application
    configurations for JDBC, Hibernate, and JPA, with HSQLDB and...
  25. Please help me get Pet Clinic Example working

    Hey, I've downloaded the pet clinic sample and I'm trying to get it to work
    using Hibernate with MySQL database. The petclinic database has already been set up. The attached files show the ONLY...
Results 1 to 25 of 38
Page 1 of 2 1 2