public class IssuerProperties extends Object
| Constructor and Description |
|---|
IssuerProperties() |
IssuerProperties(URL discoveryUrl,
List<String> acceptedAudience) |
IssuerProperties(URL discoveryUrl,
List<String> acceptedAudience,
String cookieName) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAcceptedAudience() |
String |
getCookieName() |
URL |
getDiscoveryUrl() |
URL |
getProxyUrl() |
boolean |
isUsePlaintextForHttps() |
void |
setAcceptedAudience(List<String> acceptedAudience) |
void |
setCookieName(String cookieName) |
void |
setDiscoveryUrl(URL discoveryUrl) |
void |
setProxyUrl(URL proxyUrl) |
void |
setUsePlaintextForHttps(boolean usePlaintextForHttps) |
String |
toString() |
public URL getDiscoveryUrl()
public void setDiscoveryUrl(URL discoveryUrl)
public String getCookieName()
public void setCookieName(String cookieName)
public URL getProxyUrl()
public void setProxyUrl(URL proxyUrl)
public boolean isUsePlaintextForHttps()
public void setUsePlaintextForHttps(boolean usePlaintextForHttps)
Copyright © 2019. All rights reserved.