io.helidon.security.util.TokenHandler
Description
Extracts a security token from request or updates headers with the token
Configuration options
| Key | Type | Description |
|---|---|---|
regexp | String | Set the token pattern (Regular expression) to extract the token |
prefix | String | Set the prefix of header value to extract the token |
format | String | Token format for creating outbound tokens |
header | String | Set the name of header to look into to extract the token |
Usages
security.providers. google- login. token security.providers. header- atn. atn- token security.providers. header- atn. outbound- token security.providers. idcs- role- mapper. idcs- app- name- handler security.providers. idcs- role- mapper. idcs- tenant- handler security.providers. idcs- role- mapper. oidc- config. header- token security.providers. jwt. atn- token. handler security.providers. oidc. header- token server.features. security. security. providers. google- login. token server.features. security. security. providers. header- atn. atn- token server.features. security. security. providers. header- atn. outbound- token server.features. security. security. providers. idcs- role- mapper. idcs- app- name- handler server.features. security. security. providers. idcs- role- mapper. idcs- tenant- handler server.features. security. security. providers. idcs- role- mapper. oidc- config. header- token server.features. security. security. providers. jwt. atn- token. handler server.features. security. security. providers. oidc. header- token
See the manifest for all available types.