Uses of Interface
io.helidon.security.Security
Packages that use Security
Package
Description
Integration of Helidon security with Microprofile server.
Security
Integration library for
GrpcServer
.Jersey integration for security module.
Integration library for RxServer.
Client service propagation service.
-
Uses of Security in io.helidon.microprofile.security
Methods in io.helidon.microprofile.security that return types with arguments of type SecurityModifier and TypeMethodDescriptionSecurityCdiExtension.security()
Access to security instance once it is created fromSecurityCdiExtension.securityBuilder()
. -
Uses of Security in io.helidon.security
Methods in io.helidon.security that return Security -
Uses of Security in io.helidon.security.integration.grpc
Methods in io.helidon.security.integration.grpc with parameters of type SecurityModifier and TypeMethodDescriptionstatic GrpcSecurity
Create a consumer of gRPC routing config to beGrpcRouting.Builder.register(GrpcService)
) registered} with gRPC server routing to process security requests.static GrpcSecurity
Create a consumer of gRPC routing config to beregistered
with gRPC server routing to process security requests. -
Uses of Security in io.helidon.security.integration.jersey
Methods in io.helidon.security.integration.jersey with parameters of type SecurityConstructors in io.helidon.security.integration.jersey with parameters of type SecurityModifierConstructorDescriptionSecurityDisabledFeature
(Security security) Create a new instance of security feature for a security component.SecurityFeature
(Security security) Create a new instance of security feature for a security component. -
Uses of Security in io.helidon.security.integration.webserver
Methods in io.helidon.security.integration.webserver with parameters of type SecurityModifier and TypeMethodDescriptionstatic WebSecurity
Create a consumer of routing config to beregistered
with web server routing to process security requests.static WebSecurity
Create a consumer of routing config to beregistered
with web server routing to process security requests. -
Uses of Security in io.helidon.webclient.security
Methods in io.helidon.webclient.security with parameters of type SecurityModifier and TypeMethodDescriptionstatic WebClientSecurity
Creates new instance of client security service base onSecurity
.