public class IssuerKeyUrlConfig
extends java.lang.Object
| Constructor and Description |
|---|
IssuerKeyUrlConfig(boolean openIdValid,
com.google.common.base.Optional<com.google.api.client.http.GenericUrl> jwksUri)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<com.google.api.client.http.GenericUrl> |
getJwksUri() |
boolean |
isOpenIdValid() |
public IssuerKeyUrlConfig(boolean openIdValid,
com.google.common.base.Optional<com.google.api.client.http.GenericUrl> jwksUri)
openIdValid - indicates whether the corresponding issuer is valid for OpenId discovery.jwksUri - is the saved jwks_uri. Its value can be Optional.absent() if the OpenId
discovery process has not begun or has already failed.