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

SEC-38: Make InMemoryDaoImpl use Properties #304

Closed
spring-projects-issues opened this issue Jul 22, 2005 · 1 comment
Closed

SEC-38: Make InMemoryDaoImpl use Properties #304

spring-projects-issues opened this issue Jul 22, 2005 · 1 comment
Labels
in: core An issue in spring-security-core type: enhancement A general enhancement type: jira An issue that was migrated from JIRA
Milestone

Comments

@spring-projects-issues
Copy link

Ben Alex(Migrated from SEC-38) said:

http://forum.springframework.org/viewtopic.php?t=7126

Convert InMemoryDaoImpl to use java.util.Properties, so that either XML or an external file can be used for authentication information.

@spring-projects-issues
Copy link
Author

Ben Alex said:

Added new setter to InMemoryDaoImpl, setUserProperties(Properties). If a Properties is set (either via a or via a ) this will automatically call a static method on UserMapEditor which converts the Properties into a UserMap (UserMap is what is used internally by InMemoryDaoImpl).

@spring-projects-issues spring-projects-issues added in: core An issue in spring-security-core Closed type: enhancement A general enhancement type: jira An issue that was migrated from JIRA labels Feb 5, 2016
@spring-projects-issues spring-projects-issues added this to the 0.9.0 milestone Feb 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core An issue in spring-security-core type: enhancement A general enhancement type: jira An issue that was migrated from JIRA
Projects
None yet
Development

No branches or pull requests

2 participants
@spring-projects-issues and others