Class MolgenisUserDetailsChecker

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

    public class MolgenisUserDetailsChecker
    extends java.lang.Object
    implements org.springframework.security.core.userdetails.UserDetailsChecker
    Checks user details during the authentication process
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.springframework.context.support.MessageSourceAccessor messages  
    • Method Summary

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

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

      • messages

        protected final org.springframework.context.support.MessageSourceAccessor messages
    • Constructor Detail

      • MolgenisUserDetailsChecker

        public MolgenisUserDetailsChecker()
    • Method Detail

      • check

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