Uses of Class
io.helidon.security.util.TokenHandler.Builder
Packages that use TokenHandler.Builder
-
Uses of TokenHandler.Builder in io.helidon.security.util
Methods in io.helidon.security.util that return TokenHandler.BuilderModifier and TypeMethodDescriptionstatic TokenHandler.Builder
TokenHandler.builder()
Fluent API builder to createTokenHandler
.Update builder from config.TokenHandler.Builder.tokenFormat
(String format) Token format for creating outbound tokens.TokenHandler.Builder.tokenHeader
(String header) Set the name of header to look into to extract the token.TokenHandler.Builder.tokenPattern
(Pattern pattern) Set the token pattern (Regular expression) to extract the token.TokenHandler.Builder.tokenPrefix
(String prefix) Set the prefix of header value to extract the token.