Uses of Interface
io.helidon.security.Security
Packages that use Security
Package
Description
Integration of Helidon security with Microprofile server.
Client service propagation service.
Security
Integration library for
GrpcServer.Jersey integration for security module.
Integration library for RxServer.
Integration library for RxServer.
-
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.reactive.webclient.security
Methods in io.helidon.reactive.webclient.security with parameters of type SecurityModifier and TypeMethodDescriptionstatic WebClientSecurityCreates new instance of client security service base onSecurity. -
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 GrpcSecurityCreate a consumer of gRPC routing config to beGrpcRouting.Builder.register(GrpcService)) registered} with gRPC server routing to process security requests.static GrpcSecurityCreate a consumer of gRPC routing config to beregisteredwith 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 SecurityModifierConstructorDescriptionJerseySecurityFeature(Security security) Create a new instance of security feature for a security component.SecurityDisabledFeature(Security security) Create a new instance of security feature for a security component.SecurityFilter(Security security, io.helidon.security.integration.jersey.FeatureConfig featureConfig, ServerConfig serverConfig, SecurityContext securityContext) Constructor to be used by Jersey when creating an instance, injects all parameters. -
Uses of Security in io.helidon.security.integration.nima
Methods in io.helidon.security.integration.nima with parameters of type SecurityModifier and TypeMethodDescriptionstatic SecurityFeatureCreate a consumer of routing config to beHttpRouting.Builder.register(java.util.function.Supplier[])registered} with web server routing to process security requests.static SecurityFeatureCreate a consumer of routing config to beHttpRouting.Builder.register(java.util.function.Supplier[])registered} with web server routing to process security requests. -
Uses of Security in io.helidon.security.integration.webserver
Methods in io.helidon.security.integration.webserver with parameters of type SecurityModifier and TypeMethodDescriptionstatic WebSecurityCreate a consumer of routing config to beregisteredwith web server routing to process security requests.static WebSecurityCreate a consumer of routing config to beregisteredwith web server routing to process security requests.