Uses of Class
io.helidon.security.spi.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
Modifier and TypeClassDescriptionclass
Provider that provides JWT authentication. -
Uses of SynchronousProvider in io.helidon.security.providers.abac
Modifier and TypeClassDescriptionfinal class
Attribute based access control (ABAC) provider. -
Uses of SynchronousProvider in io.helidon.security.providers.google.login
Modifier and TypeClassDescriptionfinal class
Provider supporting login button from front-end. -
Uses of SynchronousProvider in io.helidon.security.providers.header
Modifier and TypeClassDescriptionclass
Security provider that extracts a username (or service name) from a header. -
Uses of SynchronousProvider in io.helidon.security.providers.httpauth
Modifier and TypeClassDescriptionclass
Http authentication security provider.final class
Http authentication security provider. -
Uses of SynchronousProvider in io.helidon.security.providers.jwt
Modifier and TypeClassDescriptionfinal class
Provider that can process JWT tokens in request headers and assert identity (e.g.