Interface WingsAuthCheckService
-
- All Implemented Interfaces:
public interface WingsAuthCheckService- Since:
2022-01-18
trydofor
-
-
Method Summary
Modifier and Type Method Description abstract booleancheck(WingsUserDetails userDetails, WingsBindAuthToken authentication)Perform a post-check after the user information and permissions are loaded. -
-
Method Detail
-
check
abstract boolean check(WingsUserDetails userDetails, WingsBindAuthToken authentication)
Perform a post-check after the user information and permissions are loaded.
- Parameters:
userDetails- user detailauthentication- auth token- Returns:
ok or not
-
-
-
-