Interface WingsAuthDetailsSource
-
- All Implemented Interfaces:
-
org.springframework.security.authentication.AuthenticationDetailsSource
public interface WingsAuthDetailsSource<T extends WingsAuthDetails> implements AuthenticationDetailsSource<C, T>Construct details for further validation
- Since:
2021-02-08
trydofor
-
-
Method Summary
Modifier and Type Method Description TbuildDetails(@NotNull() HttpServletRequest request)abstract TbuildDetails(@NotNull() Enum<out Object> authType, @NotNull() HttpServletRequest request)build details, null if not accept -
-
Method Detail
-
buildDetails
T buildDetails(@NotNull() HttpServletRequest request)
-
buildDetails
abstract T buildDetails(@NotNull() Enum<out Object> authType, @NotNull() HttpServletRequest request)
build details, null if not accept
- Parameters:
authType- supported enumrequest- request- Returns:
detail or null
-
-
-
-