| Package | Description |
|---|---|
| io.helidon.security |
Security
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Entity> |
ProviderRequest.requestEntity()
Deprecated.
entity access is going to be removed from security
|
default Optional<Entity> |
SecurityRequest.requestEntity()
Deprecated.
Access to entity is to be removed from security
|
Optional<Entity> |
ProviderRequest.responseEntity()
Deprecated.
entity access is going to be removed from security
|
default Optional<Entity> |
SecurityRequest.responseEntity()
Deprecated.
Access to entity is to be removed from security
|
| Modifier and Type | Method and Description |
|---|---|
T |
SecurityRequestBuilder.requestMessage(Entity entity)
Set the request message to use when security provider requires access to it.
|
T |
SecurityRequestBuilder.responseMessage(Entity entity)
Set the response message to use when security provider requires access to it.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.