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-1625: Expose booleans in <jdbc-user-service> to enable/disable use of groups or authorities. #1866

Closed
spring-projects-issues opened this issue Nov 15, 2010 · 1 comment
Labels
in: core An issue in spring-security-core status: declined A suggestion or change that we don't feel we should currently apply type: enhancement A general enhancement type: jira An issue that was migrated from JIRA
Milestone

Comments

@spring-projects-issues
Copy link

Ashish Jain (Migrated from SEC-1625) said:

I am using spring security namespace and using bean.
Looking at documentation of JdbcDaoImpl class, it gets authorities from groups table only if "enableGroups" is set to TRUE.
By default, it's false.

Workaround is, to directly use 'JdbcDaoImpl' bean as user-service bean.

@spring-projects-issues
Copy link
Author

Luke Taylor said:

I'd recommend you just declare the bean. There isn't really any benefit to be gained by using the namespace element and there's not much point in exposing the equivalent configuration in the namespace. It's really just an extra layer of obfuscation.

@spring-projects-issues spring-projects-issues added in: core An issue in spring-security-core Closed type: enhancement A general enhancement status: declined A suggestion or change that we don't feel we should currently apply type: jira An issue that was migrated from JIRA labels Feb 5, 2016
@spring-projects-issues spring-projects-issues added this to the 3.1.0.M2 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 status: declined A suggestion or change that we don't feel we should currently apply type: enhancement A general enhancement type: jira An issue that was migrated from JIRA
Projects
None yet
Development

No branches or pull requests

1 participant