public static class JwtProvider.JwtOutboundTarget extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JwtProvider.JwtOutboundTarget.Builder
Fluent API builder for
JwtProvider.JwtOutboundTarget. |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_NOT_BEFORE_SECONDS
Default token validity before issue time.
|
static long |
DEFAULT_VALIDITY_SECONDS
Default token validity for an outbound target.
|
| Modifier and Type | Method and Description |
|---|---|
static JwtProvider.JwtOutboundTarget.Builder |
builder()
Get a fluent API builder to configure a new instance.
|
static JwtProvider.JwtOutboundTarget |
create(Config config,
TokenHandler defaultHandler)
Load an instance from configuration.
|
public static final long DEFAULT_VALIDITY_SECONDS
public static final int DEFAULT_NOT_BEFORE_SECONDS
public static JwtProvider.JwtOutboundTarget.Builder builder()
public static JwtProvider.JwtOutboundTarget create(Config config, TokenHandler defaultHandler)
config - configuration to load data fromdefaultHandler - default outbound token handlerJwtProvider.JwtOutboundTarget.BuilderCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.