public class ConfigServiceSpring extends Object implements ConfigService
| Constructor and Description |
|---|
ConfigServiceSpring() |
| Modifier and Type | Method and Description |
|---|---|
Idp |
getIDP(String realm) |
List<Idp> |
getIdpConfigs() |
List<Application> |
getServiceConfigs() |
void |
removeIDP(String realm) |
void |
setIDP(Idp config) |
void |
setIdpConfigs(List<IDPConfig> idpList) |
void |
setServiceConfigs(List<ServiceConfig> serviceList) |
public Idp getIDP(String realm)
getIDP in interface ConfigServicepublic void setIDP(Idp config)
setIDP in interface ConfigServicepublic void removeIDP(String realm)
removeIDP in interface ConfigServicepublic List<Application> getServiceConfigs()
public void setServiceConfigs(List<ServiceConfig> serviceList)
Apache Fediz