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