Returns Oidc Configuration for this Perun instance (to be used for CLI communication).
Thrown exception | Description |
---|---|
InternalErrorException | When unspecified error occur. See exception param message for explanation. |
OidcConfigFileNotExistsException | when configuration file for oidc configs doesn't exist. |
OidcConfigNotExistsException | when a configuration under the name does not exist. |
PrivilegeException | When caller is not allowed to call this method. Result may vary based on caller identity and provided parameter values. |
RpcException | Wrong usage of API (wrong url, missing param etc.). See exception params message and type for explanation. |
Return type | Description |
---|---|
void |
Example URL
https://[hostname]/krb/rpc/json/configManager/getPerunOidcConfig
Example response
null
Reloads configuration of the perun-apps-config.yml file.
Thrown exception | Description |
---|---|
InternalErrorException | When unspecified error occur. See exception param message for explanation. |
PrivilegeException | When caller is not allowed to call this method. Result may vary based on caller identity and provided parameter values. |
RpcException | Wrong usage of API (wrong url, missing param etc.). See exception params message and type for explanation. |
Return type | Description |
---|---|
void |
Example URL
https://[hostname]/krb/rpc/json/configManager/reloadAppsConfig
Example response
null