public interface AttackDetectionResource
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
bruteForceUserStatus(String userId) |
void |
clearAllBruteForce() |
void |
clearBruteForceForUser(String userId) |
@GET @Path(value="brute-force/users/{userId}") @Produces(value="application/json") Map<String,Object> bruteForceUserStatus(@PathParam(value="userId") String userId)
@Path(value="brute-force/users/{userId}") @DELETE void clearBruteForceForUser(@PathParam(value="userId") String userId)
@Path(value="brute-force/users") @DELETE void clearAllBruteForce()
Copyright © 2021 JBoss by Red Hat. All rights reserved.