Uses of Class
io.helidon.security.spi.SynchronousProvider
Packages that use SynchronousProvider
Package
Description
Implementation of Microprofile JWT Auth specification.
Attribute based access control (ABAC) security provider.
Integration with Google login button.
Provider that can extract username from a (any) header.
Basic security provider, supporting "basic" and "digest" authentication schemes with role support.
Provider that can process incoming JWTs and assert users based on them and can propagate JWTs (or create
 new ones) for outbound calls.
- 
Uses of SynchronousProvider in io.helidon.microprofile.jwt.auth
Subclasses of SynchronousProvider in io.helidon.microprofile.jwt.authModifier and TypeClassDescriptionclassProvider that provides JWT authentication. - 
Uses of SynchronousProvider in io.helidon.security.providers.abac
Subclasses of SynchronousProvider in io.helidon.security.providers.abacModifier and TypeClassDescriptionfinal classAttribute based access control (ABAC) provider. - 
Uses of SynchronousProvider in io.helidon.security.providers.google.login
Subclasses of SynchronousProvider in io.helidon.security.providers.google.loginModifier and TypeClassDescriptionfinal classProvider supporting login button from front-end. - 
Uses of SynchronousProvider in io.helidon.security.providers.header
Subclasses of SynchronousProvider in io.helidon.security.providers.headerModifier and TypeClassDescriptionclassSecurity provider that extracts a username (or service name) from a header. - 
Uses of SynchronousProvider in io.helidon.security.providers.httpauth
Subclasses of SynchronousProvider in io.helidon.security.providers.httpauthModifier and TypeClassDescriptionclassHttp authentication security provider.final classHttp authentication security provider. - 
Uses of SynchronousProvider in io.helidon.security.providers.jwt
Subclasses of SynchronousProvider in io.helidon.security.providers.jwtModifier and TypeClassDescriptionfinal classProvider that can process JWT tokens in request headers and assert identity (e.g.