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 TypeClassDescriptionclass
Provider that provides JWT authentication. -
Uses of SynchronousProvider in io.helidon.security.providers.abac
Subclasses of SynchronousProvider in io.helidon.security.providers.abacModifier and TypeClassDescriptionfinal class
Attribute 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 class
Provider 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 TypeClassDescriptionclass
Security 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 TypeClassDescriptionclass
Http authentication security provider.final class
Http authentication security provider. -
Uses of SynchronousProvider in io.helidon.security.providers.jwt
Subclasses of SynchronousProvider in io.helidon.security.providers.jwtModifier and TypeClassDescriptionfinal class
Provider that can process JWT tokens in request headers and assert identity (e.g.