Class WebjetWebAuthnUserDetailsService

java.lang.Object
sk.iway.iwcm.system.spring.passkey.WebjetWebAuthnUserDetailsService
All Implemented Interfaces:
org.springframework.security.core.userdetails.UserDetailsService

@Service("webauthnUserDetailsService") public class WebjetWebAuthnUserDetailsService extends Object implements org.springframework.security.core.userdetails.UserDetailsService
Spring Security UserDetailsService implementation for WebAuthn/PassKey. Used by WebAuthnAuthenticationProvider to load user details and authorities after successful passkey verification. This class implements org.springframework.security.core.userdetails.UserDetailsService (different from sk.iway.iwcm.components.users.userdetail.UserDetailsService).
  • Constructor Details

    • WebjetWebAuthnUserDetailsService

      public WebjetWebAuthnUserDetailsService()
  • 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