| Package | Description |
|---|---|
| com.holonplatform.auth.jwt | |
| com.holonplatform.spring.boot |
| Modifier and Type | Method and Description |
|---|---|
JwtConfiguration |
JwtConfiguration.Builder.build()
Build
JwtConfiguration instance |
static JwtConfiguration |
JwtConfiguration.build(JwtConfigProperties properties)
Build a
JwtConfiguration instance using given configuration properties. |
JwtConfiguration |
JwtAuthenticator.getConfiguration()
Get the
JwtConfiguration to use to validate and authenticate the JWT tokens |
| Modifier and Type | Method and Description |
|---|---|
static Optional<JwtConfiguration> |
JwtConfiguration.getCurrent()
Convenience method to obtain the current
JwtConfiguration made available as Context resource,
using default ClassLoader. |
| Modifier and Type | Method and Description |
|---|---|
static String |
JwtTokenBuilder.buildJwtToken(JwtConfiguration configuration,
Authentication authentication,
String jwtTokenId)
Build a JWT token using given
JwtConfiguration for given Authentication. |
JwtAuthenticator.Builder |
JwtAuthenticator.Builder.configuration(JwtConfiguration configuration)
Set the
JwtConfiguration to use to perform authentication and token validation |
| Modifier and Type | Method and Description |
|---|---|
JwtConfiguration |
JwtAutoConfiguration.JwtConfigurationConfiguration.jwtConfiguration() |
Copyright © 2017 The Holon Platform. All rights reserved.