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