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(Map<String,List<String>> headers)
Create a response with these headers.
|
description, requestHeaders, responseHeaders, status, statusCode, throwable, toStringpublic static OutboundSecurityResponse empty()
public static OutboundSecurityResponse withHeaders(Map<String,List<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–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.