Interface WarlockDangerService
-
- All Implemented Interfaces:
public interface WarlockDangerService- Since:
2023-07-10
trydofor
-
-
Method Summary
-
-
Method Detail
-
block
abstract void block(Enum<out Object> authType, String username, int seconds)
block this login
- Parameters:
authType- authn typeusername- usernameseconds- username
-
check
abstract int check(Enum<out Object> authType, String username)
check blocking second
- Parameters:
authType- authn typeusername- username- Returns:
zero or negative mean allow
-
-
-
-