Uses of Class
io.helidon.security.EndpointConfig
-
Packages that use EndpointConfig Package Description io.helidon.microprofile.jwt.auth Implementation of Microprofile JWT Auth specification.io.helidon.security Securityio.helidon.security.abac.policy Attribute based access control policy validator.io.helidon.security.abac.role Role attribute validator.io.helidon.security.abac.scope Scope (OAuth2) attribute validator.io.helidon.security.abac.time Time attribute validator.io.helidon.security.providers.abac.spi Attribute based access control (ABAC) security provider's SPI.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.io.helidon.security.spi Security component's SPI. -
-
Uses of EndpointConfig in io.helidon.microprofile.jwt.auth
Methods in io.helidon.microprofile.jwt.auth with parameters of type EndpointConfig Modifier and Type Method Description booleanJwtAuthProvider. isOutboundSupported(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundConfig)OutboundSecurityResponseJwtAuthProvider. syncOutbound(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundEndpointConfig) -
Uses of EndpointConfig in io.helidon.security
Methods in io.helidon.security that return EndpointConfig Modifier and Type Method Description EndpointConfigEndpointConfig.Builder. build()static EndpointConfigEndpointConfig. create()Create an instance of endpoint config with default values (e.g.EndpointConfigProviderRequest. endpointConfig()Configuration of the invoked endpoint, such as annotations declared.EndpointConfigSecurityContext. endpointConfig()Current endpoint configuration.Methods in io.helidon.security with parameters of type EndpointConfig Modifier and Type Method Description SecurityContext.BuilderSecurityContext.Builder. endpointConfig(EndpointConfig ec)Set the endpoint configuration to start with.voidSecurityContext. endpointConfig(EndpointConfig ec)Set endpoint configuration to use for subsequent security requests.OutboundSecurityClientBuilderOutboundSecurityClientBuilder. outboundEndpointConfig(EndpointConfig outboundEndpointConfig)Configure outbound endpoint config (annotations, config, attributes etc.) for this outbound call.Method parameters in io.helidon.security with type arguments of type EndpointConfig Modifier and Type Method Description default voidSecurityContext. endpointConfig(Supplier<EndpointConfig> epBuilder)Shortcut method to setEndpointConfigusing a builder rather than built instance.OutboundSecurityClientBuilderOutboundSecurityClientBuilder. outboundEndpointConfig(Supplier<EndpointConfig> outboundEndpointConfig)Configure outbound endpoint config (annotations, config, attributes etc.) for this outbound call. -
Uses of EndpointConfig in io.helidon.security.abac.policy
Methods in io.helidon.security.abac.policy with parameters of type EndpointConfig Modifier and Type Method Description PolicyValidator.PolicyConfigPolicyValidator. fromAnnotations(EndpointConfig endpointConfig) -
Uses of EndpointConfig in io.helidon.security.abac.role
Methods in io.helidon.security.abac.role with parameters of type EndpointConfig Modifier and Type Method Description RoleValidator.RoleConfigRoleValidator. fromAnnotations(EndpointConfig endpointConfig) -
Uses of EndpointConfig in io.helidon.security.abac.scope
Methods in io.helidon.security.abac.scope with parameters of type EndpointConfig Modifier and Type Method Description ScopeValidator.ScopesConfigScopeValidator. fromAnnotations(EndpointConfig endpointConfig) -
Uses of EndpointConfig in io.helidon.security.abac.time
Methods in io.helidon.security.abac.time with parameters of type EndpointConfig Modifier and Type Method Description TimeValidator.TimeConfigTimeValidator. fromAnnotations(EndpointConfig endpointConfig) -
Uses of EndpointConfig in io.helidon.security.providers.abac.spi
Methods in io.helidon.security.providers.abac.spi with parameters of type EndpointConfig Modifier and Type Method Description TAbacValidator. fromAnnotations(EndpointConfig endpointConfig)Load configuration class instance from annotations this validator expects. -
Uses of EndpointConfig in io.helidon.security.providers.google.login
Methods in io.helidon.security.providers.google.login with parameters of type EndpointConfig Modifier and Type Method Description booleanGoogleTokenProvider. isOutboundSupported(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundConfig)protected OutboundSecurityResponseGoogleTokenProvider. syncOutbound(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundEndpointConfig) -
Uses of EndpointConfig in io.helidon.security.providers.header
Methods in io.helidon.security.providers.header with parameters of type EndpointConfig Modifier and Type Method Description booleanHeaderAtnProvider. isOutboundSupported(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundConfig)protected OutboundSecurityResponseHeaderAtnProvider. syncOutbound(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundEndpointConfig) -
Uses of EndpointConfig in io.helidon.security.providers.httpauth
Methods in io.helidon.security.providers.httpauth with parameters of type EndpointConfig Modifier and Type Method Description booleanHttpBasicAuthProvider. isOutboundSupported(ProviderRequest providerRequest, SecurityEnvironment outbondEnv, EndpointConfig outboundEp)protected OutboundSecurityResponseHttpBasicAuthProvider. syncOutbound(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundEp) -
Uses of EndpointConfig in io.helidon.security.providers.httpsign
Methods in io.helidon.security.providers.httpsign with parameters of type EndpointConfig Modifier and Type Method Description booleanHttpSignProvider. isOutboundSupported(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundConfig)CompletionStage<OutboundSecurityResponse>HttpSignProvider. outboundSecurity(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundConfig) -
Uses of EndpointConfig in io.helidon.security.providers.jwt
Methods in io.helidon.security.providers.jwt with parameters of type EndpointConfig Modifier and Type Method Description booleanJwtProvider. isOutboundSupported(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundConfig)protected OutboundSecurityResponseJwtProvider. syncOutbound(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundEndpointConfig) -
Uses of EndpointConfig in io.helidon.security.providers.oidc
Methods in io.helidon.security.providers.oidc with parameters of type EndpointConfig Modifier and Type Method Description booleanOidcProvider. isOutboundSupported(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundConfig)protected OutboundSecurityResponseOidcProvider. syncOutbound(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundEndpointConfig) -
Uses of EndpointConfig in io.helidon.security.spi
Methods in io.helidon.security.spi with parameters of type EndpointConfig Modifier and Type Method Description default booleanOutboundSecurityProvider. isOutboundSupported(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundConfig)Check if the path to be executed is supported by this security provider.CompletionStage<OutboundSecurityResponse>OutboundSecurityProvider. outboundSecurity(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundConfig)Creates necessary updates to headers and entity needed for outbound security (e.g.CompletionStage<OutboundSecurityResponse>SynchronousProvider. outboundSecurity(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundConfig)Creates necessary updates to headers and entity needed for outbound security (e.g.protected OutboundSecurityResponseSynchronousProvider. syncOutbound(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundEndpointConfig)Synchronous outbound security.
-