@ApplicationScoped public class JWTAuthConfigurationProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
JWK_SUPPORTED_KEY_TYPES |
static String |
PUBLIC_KEY_ERROR |
static String |
PUBLIC_KEY_ERROR_LOCATION |
| Constructor and Description |
|---|
JWTAuthConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
Optional<JWTAuthConfiguration> |
getJWTAuthConfiguration() |
void |
init(javax.servlet.ServletContext context) |
public static final String PUBLIC_KEY_ERROR
public static final String PUBLIC_KEY_ERROR_LOCATION
public void init(@Observes @Initialized(value=javax.enterprise.context.ApplicationScoped.class)
javax.servlet.ServletContext context)
public Optional<JWTAuthConfiguration> getJWTAuthConfiguration()
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.