| Package | Description |
|---|---|
| io.helidon.security |
Security
|
| io.helidon.security.providers.common.spi |
Extension of integration with Jersey to support customized analysis of resource classes and methods to enable/disable security.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ClassToInstanceStore<T> |
ClassToInstanceStore.create(T... instances)
Create a new instance based on explicit instances.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointConfig.Builder |
EndpointConfig.Builder.customObjects(ClassToInstanceStore<Object> customObjects)
Provide custom object map to be sent to security providers.
|
void |
ClassToInstanceStore.putAll(ClassToInstanceStore<? extends T> toCopy)
Put all mappings from another instance.
|
| Modifier and Type | Method and Description |
|---|---|
ClassToInstanceStore<Object> |
AnnotationAnalyzer.AnalyzerResponse.registry()
A registry that allows transferring information between analysis of different scopes (application, resource class,
method).
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.