public final class OutboundSecurityResponse extends SecurityResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
OutboundSecurityResponse.Builder
Builder class to build custom identity propagation responses.
|
SecurityResponse.SecurityStatus| Modifier and Type | Method and Description |
|---|---|
static OutboundSecurityResponse |
abstain()
Abstain from processing this request.
|
static OutboundSecurityResponse.Builder |
builder()
Get an instance of builder to build custom identity propagation response.
|
static OutboundSecurityResponse |
empty()
There is nothing we can add - e.g.
|
static OutboundSecurityResponse |
withHeaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
Create a response with these headers.
|
getDescription, getRequestHeaders, getResponseHeaders, getStatus, getStatusCode, getThrowable, toStringpublic static OutboundSecurityResponse empty()
public static OutboundSecurityResponse withHeaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
headers - Headers to add to request to propagate identity (can also be used to delete headers, if the value list
is empty)public static OutboundSecurityResponse.Builder builder()
public static OutboundSecurityResponse abstain()
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.