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.tokensecurity.providers.header-atn.atn-tokensecurity.providers.header-atn.outbound-tokensecurity.providers.idcs-role-mapper.idcs-app-name-handlersecurity.providers.idcs-role-mapper.idcs-tenant-handlersecurity.providers.idcs-role-mapper.oidc-config.header-tokensecurity.providers.jwt.atn-token.handlersecurity.providers.oidc.header-tokenserver.features.security.security.providers.google-login.tokenserver.features.security.security.providers.header-atn.atn-tokenserver.features.security.security.providers.header-atn.outbound-tokenserver.features.security.security.providers.idcs-role-mapper.idcs-app-name-handlerserver.features.security.security.providers.idcs-role-mapper.idcs-tenant-handlerserver.features.security.security.providers.idcs-role-mapper.oidc-config.header-tokenserver.features.security.security.providers.jwt.atn-token.handlerserver.features.security.security.providers.oidc.header-token
See the manifest for all available types.