Class KerberosUserDetailsWrapperService

java.lang.Object
security.service.KerberosUserDetailsWrapperService
All Implemented Interfaces:
org.springframework.security.core.userdetails.UserDetailsService

public class KerberosUserDetailsWrapperService extends Object implements org.springframework.security.core.userdetails.UserDetailsService
Author:
Kochetkov
  • Constructor Details

    • KerberosUserDetailsWrapperService

      public KerberosUserDetailsWrapperService(org.springframework.security.core.userdetails.UserDetailsService userDetailsService, KerberosUserNameProvider kerberosUserNameProvider)
  • Method Details

    • loadUserByUsername

      public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(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