Modifier and Type | Method and Description |
---|---|
protected Map<String,Property<?>> |
ScpNeoAuditLogRequestContextListener.getProperties(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Property<?>> |
DestinationsRequestContextListener.getProperties(RequestContext requestContext) |
protected Map<String,Property<?>> |
ScpNeoDestinationsRequestContextListener.getProperties(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Property<?>> |
AuthTokenRequestContextListener.getProperties(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Property<?>> |
ScpNeoSecretStoreRequestContextListener.getProperties(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Property<?>> |
UserRequestContextListener.getProperties(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
static <T> Property<T> |
Property.empty()
Creates an empty property.
|
static <T> Property<T> |
Property.ofConfidentialException(Exception confidentialException)
Creates a confidential property from the given exception.
|
static <T> Property<T> |
Property.ofConfidentialValue(T confidentialValue)
Creates a confidential property from the given value.
|
static <T> Property<T> |
Property.ofException(Exception exception)
Creates a non-confidential property from the given exception.
|
static <T> Property<T> |
Property.ofValue(T value)
Creates a non-confidential property from the given value.
|
Modifier and Type | Method and Description |
---|---|
ConcurrentMap<String,Property<?>> |
DefaultRequestContext.getProperties() |
protected abstract Map<String,Property<?>> |
AbstractRequestContextListener.getProperties(RequestContext requestContext) |
Optional<Property<?>> |
DefaultRequestContext.getProperty(String name)
Retrieves the property for the given name.
|
Optional<Property<?>> |
RequestContext.getProperty(String name)
Retrieves the property for the given name.
|
Optional<Property<?>> |
DefaultRequestContext.removeProperty(String name)
Removes the property with the given name.
|
Optional<Property<?>> |
RequestContext.removeProperty(String name)
Removes the property with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultRequestContext.setPropertyIfAbsent(String name,
Property<?> value)
Sets a value for the property for the given name, if it has not been set before.
|
void |
RequestContext.setPropertyIfAbsent(String name,
Property<?> value)
Sets a value for the property for the given name, if it has not been set before.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,Property<?>> |
TenantRequestContextListener.getProperties(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
Optional<Property<?>> |
HystrixDelegatingRequestContext.getProperty(String name)
Retrieves the property for the given name.
|
Optional<Property<?>> |
HystrixDelegatingRequestContext.removeProperty(String name)
Removes the property with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
HystrixDelegatingRequestContext.setPropertyIfAbsent(String name,
Property<?> value)
Sets a value for the property for the given name, if it has not been set before.
|
Copyright © 2019 SAP SE. All rights reserved.