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 SummaryConstructors
- 
Method SummaryModifier 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
- 
getPerunOidcConfigpublic 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 interface- ConfigManagerBl
- Parameters:
- requestUrl- url of request
- Returns:
- oidcConfig
- Throws:
- OidcConfigNotExistsException- when configuration under such name doesn't exist
- OidcConfigFileNotExistsException- when configuration file for oidc configs doesn't exist.
 
- 
reloadAppsConfigpublic void reloadAppsConfig()Description copied from interface:ConfigManagerBlReloads the configuration of brandings and their respective apps (see perun-apps-config.yml)- Specified by:
- reloadAppsConfigin interface- ConfigManagerBl
 
- 
isArchiveSpoolEnabledpublic boolean isArchiveSpoolEnabled()Description copied from interface:ConfigManagerBlChecks whether spool files generated by the engine should be archived- Specified by:
- isArchiveSpoolEnabledin interface- ConfigManagerBl
 
- 
getPersonalDataChangeConfigDescription copied from interface:ConfigManagerBlGets personal data change configuration with all related core config properties.- Specified by:
- getPersonalDataChangeConfigin interface- ConfigManagerBl
- Returns:
- personal data change config
 
 
-