public class SecurityResponse extends Object
Constructor and Description |
---|
SecurityResponse(HttpStatus status) |
SecurityResponse(HttpStatus status,
String message) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
HttpStatus |
getStatus() |
static SecurityResponse |
success() |
public SecurityResponse(HttpStatus status)
public SecurityResponse(HttpStatus status, String message)
public HttpStatus getStatus()
public String getMessage()
public static SecurityResponse success()