Uses of Interface
io.helidon.common.configurable.Resource
Packages that use Resource
Package
Description
General utilities that use
Config.Utilities for PKI configuration and loading of certificates and keys.
Core classes used by both the reactive gRPC server API and gRPC client API.
Implementation of Microprofile JWT Auth specification.
JWK (JSON web key) support.
Provider that can process incoming JWTs and assert users based on them and can propagate JWTs (or create
new ones) for outbound calls.
Open ID Connect (OIDC) classes usable from all OIDC related components.
-
Uses of Resource in io.helidon.common.configurable
Methods in io.helidon.common.configurable that return ResourceModifier and TypeMethodDescriptionstatic ResourceLoads the resource from appropriate location based on configuration.static ResourceLoad resource from classpath.static ResourceLoad resource from binary content.static ResourceResource.create(String description, InputStream inputStream) Load resource from binary content from an input stream, usingResource.Source.UNKNOWNtype.static ResourceLoad resource from text content (e.g.static ResourceLoad resource from URI provided.static ResourceLoad resource from URI provided with an explicit proxy server.static ResourceLoad resource from file system.Methods in io.helidon.common.configurable that return types with arguments of type Resource -
Uses of Resource in io.helidon.common.pki
Methods in io.helidon.common.pki with parameters of type ResourceModifier and TypeMethodDescriptionLoad certificate chain from PEM resource.Read a private key from PEM format from a resource definition.Keystore resource definition.Read a public key from PEM format from a resource definition. -
Uses of Resource in io.helidon.grpc.core
Methods in io.helidon.grpc.core that return ResourceModifier and TypeMethodDescriptionGrpcTlsDescriptor.tlsCaCert()Get the CA (certificate authority) certificate path.GrpcTlsDescriptor.tlsCert()Get the tlsCert path.GrpcTlsDescriptor.tlsKey()Get the client private key path.Methods in io.helidon.grpc.core with parameters of type ResourceModifier and TypeMethodDescriptionSet the CA (certificate authority) certificate path.Set the client tlsCert path.Set the client private key path. -
Uses of Resource in io.helidon.microprofile.jwt.auth
Methods in io.helidon.microprofile.jwt.auth with parameters of type ResourceModifier and TypeMethodDescriptionJWK resource used to sign JWTs created by us.JWK resource used to verify JWTs created by other parties. -
Uses of Resource in io.helidon.security.jwt.jwk
Methods in io.helidon.security.jwt.jwk with parameters of type ResourceModifier and TypeMethodDescriptionLoad keys from a resource (must point to JSON text content). -
Uses of Resource in io.helidon.security.providers.jwt
Methods in io.helidon.security.providers.jwt with parameters of type ResourceModifier and TypeMethodDescriptionJWK resource used to sign JWTs created by us.JWK resource used to verify JWTs created by other parties. -
Uses of Resource in io.helidon.security.providers.oidc.common
Methods in io.helidon.security.providers.oidc.common with parameters of type ResourceModifier and TypeMethodDescriptionOidcConfig.Builder.oidcMetadata(Resource resource) Resource configuration for OIDC Metadata containing endpoints to various identity services, as well as information about the identity server.A resource pointing to JWK with public keys of signing certificates used to validate JWT.
create(io.helidon.config.Config)instead (and change the configuration to use.resource.typeinstead of prefixes