Class IridaPostAuthenicationChecker

  • All Implemented Interfaces:
    org.springframework.security.core.userdetails.UserDetailsChecker

    public class IridaPostAuthenicationChecker
    extends java.lang.Object
    implements org.springframework.security.core.userdetails.UserDetailsChecker
    Expired credentials should be ignored when a user is trying to change their password.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void check​(org.springframework.security.core.userdetails.UserDetails toCheck)  
      • Methods inherited from class java.lang.Object

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

      • IridaPostAuthenicationChecker

        public IridaPostAuthenicationChecker()
    • Method Detail

      • check

        public void check​(org.springframework.security.core.userdetails.UserDetails toCheck)
        Specified by:
        check in interface org.springframework.security.core.userdetails.UserDetailsChecker