Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LDAP-124: DirContextAuthenticationStrategy in ContextSource #162

Closed
spring-projects-issues opened this issue Aug 11, 2008 · 1 comment
Closed
Milestone

Comments

@spring-projects-issues
Copy link

Mattias Hellborg Arthursson(Migrated from LDAP-124) said:

We should provide means for customizing the security measures when creating a DirContext in ContextSource. At the current time there is e.g. no efficient way of specifying an external certificate, performing proxy authentication, or starting TLS connections. Since different security mechanisms require actions at different places in the DirContext creation we should create a Strategy to be called back at different hooks in the process. This will allow for much more freedom in securing the connections.

First proposed action is to create an DirContextAuthenticationStrategy interface with a default implementation performing basic authentication (i.e. as it is now). We should then provide other implementations for alternate strategies.

@spring-projects-issues
Copy link
Author

Mattias Hellborg Arthursson said:

Added DirContextAuthenticationStrategy, refactored AbstractContextSource accordingly and provided implementations for default (SIMPLE) and TLS scenarios.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant