Uses of Class
io.helidon.security.util.TokenHandler.Builder
Packages that use TokenHandler.Builder
-
Uses of TokenHandler.Builder in io.helidon.security.util
Classes in io.helidon.security.util that implement interfaces with type arguments of type TokenHandler.BuilderMethods in io.helidon.security.util that return TokenHandler.BuilderModifier and TypeMethodDescriptionstatic TokenHandler.BuilderTokenHandler.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.