Interface ComboWarlockAuthnService.AutoReg
-
- All Implemented Interfaces:
-
org.springframework.core.Ordered
public interface ComboWarlockAuthnService.AutoReg implements Ordered
-
-
Method Summary
Modifier and Type Method Description abstract WarlockAuthnService.Detailscreate(@NotNull() Enum<out Object> authType, String username, WingsAuthDetails details)No transaction required, called within an outer transaction. abstract booleanaccept(@NotNull() Enum<out Object> authType, String username, WingsAuthDetails details)-
-
Method Detail
-
create
abstract WarlockAuthnService.Details create(@NotNull() Enum<out Object> authType, String username, WingsAuthDetails details)
No transaction required, called within an outer transaction.
-
-
-
-