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