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 SecuritySecurity.Builder. build()Builds configured Security instance.static SecuritySecurity. 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 GrpcSecurityGrpcSecurity. 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 GrpcSecurityGrpcSecurity. create(Security security, Config config)Create 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 Security Modifier and Type Method Description static SecurityFeature.BuilderSecurityFeature. 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 WebSecurityWebSecurity. create(Security security)Create a consumer of routing config to beregisteredwith web server routing to process security requests.static WebSecurityWebSecurity. create(Security security, Config config)Create a consumer of routing config to beregisteredwith 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 WebClientSecurityWebClientSecurity. create(Security security)Creates new instance of client security service base onSecurity.
-