Search:

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

Search: Search took 0.02 seconds.

  1. Is the Spring Security Kerberos Extension Project in Active Development?

    What is the status of the Spring Security Kerberos Extension project? Is it still in active development?
    The latest update I was able to find is 1.0 M2 Release.
    ...
  2. Replies
    9
    Views
    4,027

    What is the status of Valkyrie 1.0 release? Any...

    What is the status of Valkyrie 1.0 release? Any plans or roadmap?
  3. Thanks Marten, setCredentialsForCurrentThread...

    Thanks Marten, setCredentialsForCurrentThread works now :)

    I defined a new filter with the data source as a property



    <http entry-point-ref="authenticationEntryPoint" auto-config="false">...
  4. Thanks Marten for your help :) I tried using...

    Thanks Marten for your help :)

    I tried using the setCredentialsForCurrentThread before but it did not work. I had to use setUsername and setPassword methods in order for the Properties parameter...
  5. passing authentication information to datasource

    What is the right approach for passing authentication information to a datasource? This is needed in order to obtain a database connection using the user authentication information. The database...
  6. I would appreciate your advice and thoughts on...

    I would appreciate your advice and thoughts on this.
  7. AuthenticationProvider or AbstractAuthenticationProcessingFilter for web app?

    Is it enough to implement the attemptAuthentication of the AbstractAuthenticationProcessingFilter to support custom authentication? Or, do I have to delegate the actual authentication to an...
Results 1 to 7 of 7