LdapAuthenticationProvider « Java EE « Spring Q&A;

Home
Spring Q&A;
1.Annotation
2.AOP
3.Batch
4.Bean
5.Binding
6.Context
7.Core
8.Database
9.Development
10.EJB
11.Exception
12.File
13.GWT
14.Integration
15.Internationalization
16.Java EE
17.Job
18.JPA
19.JSF
20.Message
21.MVC
22.MVC Controller
23.Object
24.Remote
25.Roo
26.Security
27.Session
28.Spring Tool Suite
29.Struts
30.Test
31.Thread
32.Transaction
33.Web
34.Web Service
35.XML
Spring Q&A; » Java EE » LdapAuthenticationProvider 

1. Problem authenticating with DigestPassword and LdapAuthenticationProvider    forum.springsource.org

Problem authenticating with DigestPassword and LdapAuthenticationProvider I have a web service that uses spring-security spring-security 3.0.5.RELEASE to authenticate a Digest password with an LdapAuthenticationProvider. When I use the embedded spring-security-samples-ldap as ...

2. Extending LdapAuthenticationProvider    forum.springsource.org

Hi Using the LdapAuthenticationProvider from cvs head i created an extened version and overrode the createUserDetails method so i can create a custom UserDetails object and determine credentailsNonExpired etc so i ...

3. LdapAuthenticationProvider : Configuring PasswordComparisonAuthenticator    forum.springsource.org

Does anybody know how to configure the PasswordComparisonAuthenticator for an LDAP Authentication Provider? My application is working pretty ok with the BindAuthenticator, but not with the PasswordComparisonAuthenticator. I have not been ...

4. LdapAuthenticationProvider IllegalArgumentException    forum.springsource.org

LdapAuthenticationProvider IllegalArgumentException I got the following error if no username and password is provided during login. Is there any way to fix it? Using JavaScript? In addition, if the username/password is ...

5. constructor issues for LdapAuthenticationProvider.    forum.springsource.org

constructor issues for LdapAuthenticationProvider. I'm trying various ways to integrate acegi security with spring-ws. I've managed to use plain text and hashed password with memory and dao. Now I'm trying to ...

6. LdapAuthenticationProvider with data-driven Directory Context    forum.springsource.org

I am working on an app where the directory service integration is specified within the app itself. This of course doesn't lend itself to spring injection with the initial directory context ...

7. Howto wrap LdapAuthenticationProvider in a DaoAuthenticationProvidor?    forum.springsource.org

Howto wrap LdapAuthenticationProvider in a DaoAuthenticationProvidor? I need to use a LdapAuthenticationProvider to authenticate against a LDAP server. I have this working fine. I'm wondering if it's possible to wrap the ...

8. Multiple instances of LdapAuthenticationProvider bean w/ traditional config    forum.springsource.org

Multiple instances of LdapAuthenticationProvider bean w/ traditional config I'm seeing multiple instances of the LdapAuthenticationProvider bean when using the traditional bean config. In the namespace config I only see one instance. ...

9. Cache in LdapAuthenticationProvider    forum.springsource.org

Cache in LdapAuthenticationProvider There used to be a cache option in Acegi's LdapAuthenticationProvider thx to it's parent class org.acegisecurity.providers.dao.AbstractUserDetail sAuthenticationProvider . Now, in Spring Security the LdapAuthenticationProvider inherits from none but ...

10. Use of LdapAuthenticationProvider & Other pop than DefaultLdapAuthoritiesPopulator    forum.springsource.org

Use of LdapAuthenticationProvider & Other pop than DefaultLdapAuthoritiesPopulator Hi, I'm using AGECI security to secure an existing application. The fact is that the user / password are stored in a LDAP ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.