Package cz.metacentrum.perun.core.blImpl
Class ConfigManagerBlImpl
java.lang.Object
cz.metacentrum.perun.core.blImpl.ConfigManagerBlImpl
- All Implemented Interfaces:
ConfigManagerBl
- Author:
- David Flor invalid input: '<'493294@mail.muni.cz>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets personal data change configuration with all related core config properties.getPerunOidcConfig(String requestUrl) Returns Oidc Configuration for this Perun instance (to be used for CLI communication).booleanChecks whether spool files generated by the engine should be archivedvoidReloads the configuration of brandings and their respective apps (see perun-apps-config.yml)
-
Constructor Details
-
ConfigManagerBlImpl
-
-
Method Details
-
getConfigManagerImpl
-
getPerunOidcConfig
public OidcConfig getPerunOidcConfig(String requestUrl) throws OidcConfigNotExistsException, OidcConfigFileNotExistsException Description copied from interface:ConfigManagerBlReturns Oidc Configuration for this Perun instance (to be used for CLI communication).- Specified by:
getPerunOidcConfigin interfaceConfigManagerBl- Parameters:
requestUrl- url of request- Returns:
- oidcConfig
- Throws:
OidcConfigNotExistsException- when configuration under such name doesn't existOidcConfigFileNotExistsException- when configuration file for oidc configs doesn't exist.
-
reloadAppsConfig
public void reloadAppsConfig()Description copied from interface:ConfigManagerBlReloads the configuration of brandings and their respective apps (see perun-apps-config.yml)- Specified by:
reloadAppsConfigin interfaceConfigManagerBl
-
isArchiveSpoolEnabled
public boolean isArchiveSpoolEnabled()Description copied from interface:ConfigManagerBlChecks whether spool files generated by the engine should be archived- Specified by:
isArchiveSpoolEnabledin interfaceConfigManagerBl
-
getPersonalDataChangeConfig
Description copied from interface:ConfigManagerBlGets personal data change configuration with all related core config properties.- Specified by:
getPersonalDataChangeConfigin interfaceConfigManagerBl- Returns:
- personal data change config
-