AuthenticationResponse, AuthorizationResponse, OutboundSecurityResponsepublic abstract class SecurityResponse extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SecurityResponse.SecurityStatus |
Status of a security operation.
|
| Modifier and Type | Method | Description |
|---|---|---|
Optional<String> |
getDescription() |
Description of current security status.
|
Map<String,List<String>> |
getRequestHeaders() |
Get new request headers to be used.
|
Map<String,List<String>> |
getResponseHeaders() |
Get new response headers to be used.
|
SecurityResponse.SecurityStatus |
getStatus() |
Status of this response.
|
OptionalInt |
getStatusCode() |
Status code (uses HTTP status codes for mapping).
|
Optional<Throwable> |
getThrowable() |
Get underlying throwable causing a failure state (if such happened).
|
String |
toString() |
public SecurityResponse.SecurityStatus getStatus()
public OptionalInt getStatusCode()
public Optional<String> getDescription()
public Optional<Throwable> getThrowable()
public Map<String,List<String>> getRequestHeaders()
public Map<String,List<String>> getResponseHeaders()
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.