public static class AuthServerConfigurationProperties.AuthServerProperties extends Object
| Constructor and Description |
|---|
AuthServerProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIssUrl() |
String |
getJwksUrl() |
String |
getName() |
Integer |
getRefreshIntervalSeconds() |
void |
setIssUrl(String issUrl) |
void |
setJwksUrl(String jwksUrl) |
void |
setName(String name) |
void |
setRefreshIntervalSeconds(Integer refreshIntervalSeconds) |
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 Integer getRefreshIntervalSeconds()
public void setRefreshIntervalSeconds(Integer refreshIntervalSeconds)
Copyright © 2022. All rights reserved.