public class ThirdPartyIssuerService extends Object implements IssuerService
Constructor and Description |
---|
ThirdPartyIssuerService() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
String |
getAccountChooserUrl() |
Set<String> |
getBlacklist() |
IssuerServiceResponse |
getIssuer(javax.servlet.http.HttpServletRequest request) |
Set<String> |
getWhitelist() |
void |
setAccountChooserUrl(String accountChooserUrl) |
void |
setBlacklist(Set<String> blacklist) |
void |
setWhitelist(Set<String> whitelist) |
public ThirdPartyIssuerService()
public IssuerServiceResponse getIssuer(javax.servlet.http.HttpServletRequest request)
getIssuer
in interface IssuerService
public String getAccountChooserUrl()
public void setAccountChooserUrl(String accountChooserUrl)
accountChooserUrl
- the accountChooserUrl to setpublic Set<String> getWhitelist()
public void setWhitelist(Set<String> whitelist)
whitelist
- the whitelist to setpublic Set<String> getBlacklist()
public void setBlacklist(Set<String> blacklist)
blacklist
- the blacklist to set@PostConstruct public void afterPropertiesSet()
Copyright © 2018. All rights reserved.