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.Builder
TokenHandler. builder()
Fluent API builder to createTokenHandler
.TokenHandler.Builder
TokenHandler.Builder. config(Config config)
Update builder from config.TokenHandler.Builder
TokenHandler.Builder. tokenFormat(String format)
Token format for creating outbound tokens.TokenHandler.Builder
TokenHandler.Builder. tokenHeader(String header)
Set the name of header to look into to extract the token.TokenHandler.Builder
TokenHandler.Builder. tokenPattern(Pattern pattern)
Set the token pattern (Regular expression) to extract the token.TokenHandler.Builder
TokenHandler.Builder. tokenPrefix(String prefix)
Set the prefix of header value to extract the token.
-