public class KeyRetrieverService extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_HTTP_CONNECT_TIMEOUT
The default HTTP connect timeout for JWK set retrieval, in
milliseconds.
|
static int |
DEFAULT_HTTP_READ_TIMEOUT
The default HTTP read timeout for JWK set retrieval, in
milliseconds.
|
static int |
DEFAULT_HTTP_SIZE_LIMIT
The default HTTP entity size limit for JWK set retrieval, in bytes.
|
| Constructor and Description |
|---|
KeyRetrieverService(ResourceServerService resourceServerService) |
public static final int DEFAULT_HTTP_CONNECT_TIMEOUT
public static final int DEFAULT_HTTP_READ_TIMEOUT
public static final int DEFAULT_HTTP_SIZE_LIMIT
public KeyRetrieverService(ResourceServerService resourceServerService)
public com.nimbusds.jose.jwk.JWKSet retrieve(String audience)
Copyright © 2017. All rights reserved.