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.
Helidon WebServer Security Support.
-
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). -
Uses of ClassToInstanceStore in io.helidon.webserver.security
Modifier and TypeMethodDescriptionSecurityHandlerConfig.BuilderBase.customObjects()
A store of custom objects, that can be used to customize specific security providers.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl.customObjects()
Modifier and TypeMethodDescriptionSecurityHandlerConfig.BuilderBase.customObjects
(ClassToInstanceStore<Object> customObjects) A store of custom objects, that can be used to customize specific security providers.