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