Class RememberMe


  • public class RememberMe
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RememberMe()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void forget​(org.springframework.security.core.Authentication auth)  
      static void forgetMe()  
      static org.springframework.security.core.Authentication getRemembered​(java.lang.String username, java.lang.String password)  
      static void remember​(org.springframework.security.core.Authentication auth)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RememberMe

        public RememberMe()
    • Method Detail

      • remember

        public static void remember​(org.springframework.security.core.Authentication auth)
      • forget

        public static void forget​(org.springframework.security.core.Authentication auth)
      • getRemembered

        public static org.springframework.security.core.Authentication getRemembered​(java.lang.String username,
                                                                                     java.lang.String password)
      • forgetMe

        public static void forgetMe()