Skip to content

SEC-1987: Create RememberMeAware interface #2211

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

Open
spring-projects-issues opened this issue Jun 29, 2012 · 1 comment
Open

SEC-1987: Create RememberMeAware interface #2211

spring-projects-issues opened this issue Jun 29, 2012 · 1 comment
Labels
in: core An issue in spring-security-core in: web An issue in web modules (web, webmvc) type: jira An issue that was migrated from JIRA

Comments

@spring-projects-issues
Copy link

Rob Winch (Migrated from SEC-1987) said:

It is difficult to support remember me with other types of authentication since Java does not support multiple inheritance. We should use an interface instead. High level steps

  • Add an interface called RememberMeAware (or something similar) which has a method called isRememberMe()
  • RememberMeAuthenticationToken should implement the new interface with a final method that returns true all the time
  • Update the TrustResolverImpl to use the interface to determine if remember me was used
@spring-projects-issues
Copy link
Author

Jérôme Leleu said:

See pull request #12 : #12.

@spring-projects-issues spring-projects-issues added in: core An issue in spring-security-core in: web An issue in web modules (web, webmvc) Open type: jira An issue that was migrated from JIRA labels Feb 5, 2016
@spring-projects-issues spring-projects-issues added this to the 4.0 Backlog milestone Feb 5, 2016
@rwinch rwinch modified the milestone: 4.0 Backlog Aug 15, 2016
@rwinch rwinch removed Open labels May 3, 2019
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 in: web An issue in web modules (web, webmvc) type: jira An issue that was migrated from JIRA
Projects
None yet
Development

No branches or pull requests

2 participants