Uses of Class
io.helidon.security.ClassToInstanceStore
Packages that use 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
Methods in io.helidon.security that return ClassToInstanceStoreModifier and TypeMethodDescriptionstatic <T> ClassToInstanceStore<T>
ClassToInstanceStore.create
(T... instances) Create a new instance based on explicit instances.Methods in io.helidon.security with parameters of type ClassToInstanceStoreModifier 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
Methods in io.helidon.security.providers.common.spi that return ClassToInstanceStoreModifier and TypeMethodDescriptionAnnotationAnalyzer.AnalyzerResponse.registry()
A registry that allows transferring information between analysis of different scopes (application, resource class, method).