public class AuthServer extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AuthServer.JsonWebKeyRetrievalException |
| Constructor and Description |
|---|
AuthServer(String name,
String issUrl,
String jwksUrl) |
AuthServer(String name,
String issUrl,
String jwksUrl,
int refreshIntervalSeconds) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIssUrl() |
Key |
getJWK(String keyID) |
String |
getJwksUrl() |
String |
getName() |
int |
getRefreshIntervalSeconds() |
protected void |
onJsonWebKeySetRetrieved(List<com.nimbusds.jose.jwk.JWK> jwks) |
void |
setIssUrl(String issUrl) |
void |
setJwksUrl(String jwksUrl) |
void |
setName(String name) |
void |
setRefreshIntervalSeconds(int refreshIntervalSeconds) |
public Key getJWK(String keyID) throws AuthServer.JsonWebKeyRetrievalException
public String getName()
public void setName(String name)
public String getIssUrl()
public void setIssUrl(String issUrl)
public String getJwksUrl()
public void setJwksUrl(String jwksUrl)
public int getRefreshIntervalSeconds()
public void setRefreshIntervalSeconds(int refreshIntervalSeconds)
protected void onJsonWebKeySetRetrieved(List<com.nimbusds.jose.jwk.JWK> jwks)
Copyright © 2019. All rights reserved.