Uses of Interface
io.helidon.security.spi.SecurityProviderService
-
Packages that use SecurityProviderService 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.httpsign Provider supporting validation of incoming signatures and signing of outbound requests.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.io.helidon.security.providers.oidc Integration with Open ID Connect providers. -
-
Uses of SecurityProviderService in io.helidon.microprofile.jwt.auth
Classes in io.helidon.microprofile.jwt.auth that implement SecurityProviderService Modifier and Type Class Description classJwtAuthProviderServiceServiceLoaderservice to loadJwtAuthProvider. -
Uses of SecurityProviderService in io.helidon.security.providers.abac
Classes in io.helidon.security.providers.abac that implement SecurityProviderService Modifier and Type Class Description classAbacProviderServiceA java service to register this provider withSecurity. -
Uses of SecurityProviderService in io.helidon.security.providers.google.login
Classes in io.helidon.security.providers.google.login that implement SecurityProviderService Modifier and Type Class Description classGoogleTokenServiceJava service (SecurityProviderService) for google token provider. -
Uses of SecurityProviderService in io.helidon.security.providers.header
Classes in io.helidon.security.providers.header that implement SecurityProviderService Modifier and Type Class Description classHeaderAtnServiceService forHeaderAtnProviderto auto-configure it withSecurity. -
Uses of SecurityProviderService in io.helidon.security.providers.httpauth
Classes in io.helidon.security.providers.httpauth that implement SecurityProviderService Modifier and Type Class Description classHttpBasicAuthServiceBasic authentication service.classHttpDigestAuthServiceDigest authentication service. -
Uses of SecurityProviderService in io.helidon.security.providers.httpsign
Classes in io.helidon.security.providers.httpsign that implement SecurityProviderService Modifier and Type Class Description classHttpSignServiceImplementation ofSecurityProviderServiceto enable automatic loading of this provider from configuration. -
Uses of SecurityProviderService in io.helidon.security.providers.jwt
Classes in io.helidon.security.providers.jwt that implement SecurityProviderService Modifier and Type Class Description classJwtProviderServiceService forJwtProviderto auto-configure it withSecurity. -
Uses of SecurityProviderService in io.helidon.security.providers.oidc
Classes in io.helidon.security.providers.oidc that implement SecurityProviderService Modifier and Type Class Description classOidcProviderServiceJava service to create OIDC provider instance.
-