public class ConfigServiceJPA extends Object implements ConfigService
| Constructor and Description |
|---|
ConfigServiceJPA() |
| Modifier and Type | Method and Description |
|---|---|
Idp |
getIDP(String realm) |
IdpService |
getIdpService() |
void |
removeIDP(String realm) |
void |
setIDP(Idp config) |
void |
setIdpService(IdpService idpService) |
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 IdpService getIdpService()
public void setIdpService(IdpService idpService)
Apache Fediz