| Package | Description |
|---|---|
| io.helidon.security.util |
General utilities for security modules.
|
| Modifier and Type | Method and Description |
|---|---|
static TokenHandler.Builder |
TokenHandler.builder()
Fluent API builder to create
TokenHandler. |
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.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.