Uses of Class
io.helidon.security.spi.SynchronousProvider
-
Packages that use SynchronousProvider Package Description io.helidon.microprofile.jwt.auth Implementation of Microprofile JWT Auth specification.io.helidon.security.providers.abac Attribute based access control (ABAC) security provider.io.helidon.security.providers.google.login Integration with Google login button.io.helidon.security.providers.header Provider that can extract username from a (any) header.io.helidon.security.providers.httpauth Basic security provider, supporting "basic" and "digest" authentication schemes with role support.io.helidon.security.providers.jwt 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.auth Modifier and Type Class Description class
JwtAuthProvider
Provider that provides JWT authentication. -
Uses of SynchronousProvider in io.helidon.security.providers.abac
Subclasses of SynchronousProvider in io.helidon.security.providers.abac Modifier and Type Class Description class
AbacProvider
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.login Modifier and Type Class Description class
GoogleTokenProvider
Provider supporting login button from front-end. -
Uses of SynchronousProvider in io.helidon.security.providers.header
Subclasses of SynchronousProvider in io.helidon.security.providers.header Modifier and Type Class Description class
HeaderAtnProvider
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.httpauth Modifier and Type Class Description class
HttpBasicAuthProvider
Http authentication security provider.class
HttpDigestAuthProvider
Http authentication security provider. -
Uses of SynchronousProvider in io.helidon.security.providers.jwt
Subclasses of SynchronousProvider in io.helidon.security.providers.jwt Modifier and Type Class Description class
JwtProvider
Provider that can process JWT tokens in request headers and assert identity (e.g.
-