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
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static intORDERpublic intorderpublic Set<Enum<out Object>>autoRegisterTypepublic final static intHIGHEST_PRECEDENCEpublic final static intLOWEST_PRECEDENCE
-
Constructor Summary
Constructors Constructor Description JustAuthUserDetailsCombo()
-
Method Summary
Modifier and Type Method Description booleanasAuthed(@NotNull() DefaultWingsUserDetails details)Whether to pass the auth (preAuth), default false WarlockAuthnService.DetailsdoLoad(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
-
-