Skip to content

SEC-1987: Create RememberMeAware interface #2211

Open
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: coreAn issue in spring-security-corein: webAn issue in web modules (web, webmvc)type: jiraAn issue that was migrated from JIRA

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions