Uses of Class
io.helidon.security.Security
-
Packages that use Security Package Description io.helidon.microprofile.security Integration of Helidon security with Microprofile server.io.helidon.security Securityio.helidon.security.integration.grpc Integration library forGrpcServer
.io.helidon.security.integration.jersey Jersey integration for security module.io.helidon.security.integration.webserver Integration library for RxServer.io.helidon.webclient.security 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 Security Modifier and Type Method Description Optional<Security>
SecurityCdiExtension. 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 Modifier and Type Method Description Security
Security.Builder. build()
Builds configured Security instance.static Security
Security. create(Config config)
Creates new instance based on configuration values. -
Uses of Security in io.helidon.security.integration.grpc
Methods in io.helidon.security.integration.grpc with parameters of type Security Modifier and Type Method Description static GrpcSecurity
GrpcSecurity. create(Security security)
Create a consumer of gRPC routing config to beGrpcRouting.Builder.register(GrpcService)
) registered} with gRPC server routing to process security requests.static GrpcSecurity
GrpcSecurity. create(Security security, Config config)
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 Security Modifier and Type Method Description static SecurityFeature.Builder
SecurityFeature. builder(Security security)
Builder forSecurityFeature
.Constructors in io.helidon.security.integration.jersey with parameters of type Security Constructor Description SecurityDisabledFeature(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 Security Modifier and Type Method Description static WebSecurity
WebSecurity. create(Security security)
Create a consumer of routing config to beregistered
with web server routing to process security requests.static WebSecurity
WebSecurity. create(Security security, Config config)
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 Security Modifier and Type Method Description static WebClientSecurity
WebClientSecurity. create(Security security)
Creates new instance of client security service base onSecurity
.
-