Uses of Class
cz.metacentrum.perun.core.api.exceptions.OidcConfigFileNotExistsException
Packages that use OidcConfigFileNotExistsException
Package
Description
-
Uses of OidcConfigFileNotExistsException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw OidcConfigFileNotExistsExceptionModifier and TypeMethodDescriptionConfigManager.getPerunOidcConfig
(PerunSession sess, String requestUrl) Returns Oidc Configuration for this Perun instance (to be used for CLI communication). -
Uses of OidcConfigFileNotExistsException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw OidcConfigFileNotExistsExceptionModifier and TypeMethodDescriptionConfigManagerBl.getPerunOidcConfig
(String requestUrl) Returns Oidc Configuration for this Perun instance (to be used for CLI communication). -
Uses of OidcConfigFileNotExistsException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw OidcConfigFileNotExistsException -
Uses of OidcConfigFileNotExistsException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw OidcConfigFileNotExistsExceptionModifier and TypeMethodDescriptionConfigManagerEntry.getPerunOidcConfig
(PerunSession sess, String requestUrl) -
Uses of OidcConfigFileNotExistsException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw OidcConfigFileNotExistsExceptionModifier and TypeMethodDescriptionPerunOidcConfigContainer.getAllOidcConfigs()
PerunOidcConfigContainer.getOidcConfig
(String name) ConfigManagerImpl.getPerunOidcConfig
(String name) -
Uses of OidcConfigFileNotExistsException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw OidcConfigFileNotExistsExceptionModifier and TypeMethodDescriptionConfigManagerImplApi.getPerunOidcConfig
(String name) Returns Oidc Configuration for this Perun instance (to be used for CLI communication).