public class JWTAuthConfigurationProperties
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
JWTAuthConfigurationProperties.Unset |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PUBLIC_KEY_ERROR |
static java.lang.String |
PUBLIC_KEY_ERROR_LOCATION |
Constructor and Description |
---|
JWTAuthConfigurationProperties() |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<JWTAuthConfiguration> |
getJWTAuthConfiguration() |
void |
init(ServletContext context) |
public static final java.lang.String PUBLIC_KEY_ERROR
public static final java.lang.String PUBLIC_KEY_ERROR_LOCATION
public void init(ServletContext context)
public java.util.Optional<JWTAuthConfiguration> getJWTAuthConfiguration()