Uses of Class
io.helidon.security.ClassToInstanceStore
Package
Description
Security
Extension of integration with Jersey to support customized analysis of resource classes and methods to enable/disable security.
-
Uses of ClassToInstanceStore in io.helidon.security
Modifier and TypeMethodDescriptionstatic <T> ClassToInstanceStore<T>
ClassToInstanceStore.create
(T... instances) Create a new instance based on explicit instances.Modifier and TypeMethodDescriptionEndpointConfig.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. -
Uses of ClassToInstanceStore in io.helidon.security.providers.common.spi
Modifier and TypeMethodDescriptionAnnotationAnalyzer.AnalyzerResponse.registry()
A registry that allows transferring information between analysis of different scopes (application, resource class, method).