Class JustAuthUserDetailsCombo

  • All Implemented Interfaces:
    org.springframework.core.Ordered , pro.fessional.wings.slardar.security.impl.ComboWingsUserDetailsService.Combo

    
    public class JustAuthUserDetailsCombo
    extends DefaultUserDetailsCombo
                        

    JustAuth UserDetailsService, auto create use if not exists

    Since:

    2021-02-22

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean asAuthed(@NotNull() DefaultWingsUserDetails details) Whether to pass the auth (preAuth), default false
      WarlockAuthnService.Details doLoad(String username, @NotNull() Enum<out Object> authType, @Nullable() WingsAuthDetails authDetail) Load details
      • Methods inherited from class pro.fessional.wings.warlock.service.auth.impl.DefaultUserDetailsCombo

        getAutoRegisterType, getOrder, getWarlockAuthnService, getWarlockAuthzService, loadOrNull, setAutoRegisterType, setOrder, setWarlockAuthnService, setWarlockAuthzService
      • Methods inherited from class pro.fessional.wings.slardar.security.impl.ComboWingsUserDetailsService.Combo

        loadOrNull, postAudit
      • Methods inherited from class java.lang.Object

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

      • JustAuthUserDetailsCombo

        JustAuthUserDetailsCombo()