Class As400UserDetailsService

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

    public class As400UserDetailsService
    extends java.lang.Object
    implements org.springframework.security.core.userdetails.UserDetailsService
    UserDetailService working against IBM i user profiles.
    • Constructor Summary

      Constructors 
      Constructor Description
      As400UserDetailsService​(com.ibm.as400.access.AS400 as400)  
    • Method Summary

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

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

      • As400UserDetailsService

        public As400UserDetailsService​(com.ibm.as400.access.AS400 as400)
    • Method Detail

      • loadUserByUsername

        public org.springframework.security.core.userdetails.UserDetails loadUserByUsername​(java.lang.String username)
                                                                                     throws org.springframework.security.core.userdetails.UsernameNotFoundException
        Specified by:
        loadUserByUsername in interface org.springframework.security.core.userdetails.UserDetailsService
        Throws:
        org.springframework.security.core.userdetails.UsernameNotFoundException