Class PersistentTokenServiceImpl

  • All Implemented Interfaces:
    org.springframework.security.web.authentication.rememberme.PersistentTokenRepository

    @Service
    public class PersistentTokenServiceImpl
    extends java.lang.Object
    implements org.springframework.security.web.authentication.rememberme.PersistentTokenRepository
    • Constructor Detail

      • PersistentTokenServiceImpl

        public PersistentTokenServiceImpl()
    • Method Detail

      • createNewToken

        public void createNewToken​(org.springframework.security.web.authentication.rememberme.PersistentRememberMeToken token)
        Specified by:
        createNewToken in interface org.springframework.security.web.authentication.rememberme.PersistentTokenRepository
      • updateToken

        public void updateToken​(java.lang.String series,
                                java.lang.String tokenValue,
                                java.util.Date lastUsed)
        Specified by:
        updateToken in interface org.springframework.security.web.authentication.rememberme.PersistentTokenRepository
      • getTokenForSeries

        public org.springframework.security.web.authentication.rememberme.PersistentRememberMeToken getTokenForSeries​(java.lang.String seriesId)
        Specified by:
        getTokenForSeries in interface org.springframework.security.web.authentication.rememberme.PersistentTokenRepository
      • removeUserTokens

        public void removeUserTokens​(java.lang.String username)
        Specified by:
        removeUserTokens in interface org.springframework.security.web.authentication.rememberme.PersistentTokenRepository