Uses of Class
cz.metacentrum.perun.core.api.exceptions.InternalErrorException
Packages that use InternalErrorException
Package
Description
Exceptions.
Runtime exceptions.
-
Uses of InternalErrorException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw InternalErrorExceptionModifier and TypeMethodDescriptionAttributesManager.getAttributes
(PerunSession sess, Host host, List<String> attrNames) Get all attributes associated with the host which have name in list attrNames (empty too).static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Facility facility, boolean checkMfa) Checks if the principal is authorized to do some action of facility attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Group group, boolean checkMfa) Checks if the principal is authorized to do some action of group attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Group group, Resource resource, boolean checkMfa) Checks if the principal is authorized to do some action of group-resource attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Host host, boolean checkMfa) Checks if the principal is authorized to do some action of host attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Member member, boolean checkMfa) Checks if the principal is authorized to do some action of member attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Member member, Group group, boolean checkMfa) Checks if the principal is authorized to do some action of member-group attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Member member, Resource resource, boolean checkMfa) Checks if the principal is authorized to do some action of resource-member attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, PerunBean bean, boolean checkMfa) Checks if the principal is authorized to do some action of PerunBean attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Resource resource, boolean checkMfa) Checks if the principal is authorized to do some action of resource attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, UserExtSource ues, boolean checkMfa) Checks if the principal is authorized to do some action of ues attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, User user, boolean checkMfa) Checks if the principal is authorized to do some action of user attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, User user, Facility facility, boolean checkMfa) Checks if the principal is authorized to do some action of user-facility attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Vo vo, boolean checkMfa) Checks if the principal is authorized to do some action of vo attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, String key, boolean checkMfa) Checks if the principal is authorized to do some action of entityless attribute.void
FacilitiesManager.removeHostByHostname
(PerunSession perunSession, String hostname) Remove host from the Facility based on hostname. -
Uses of InternalErrorException in cz.metacentrum.perun.core.api.exceptions
Subclasses of InternalErrorException in cz.metacentrum.perun.core.api.exceptionsModifier and TypeClassDescriptionclass
This exception raises when some inconsistency in underlying data sources occurs.class
This exception raises when in the name of entity is any diacritic symbol.class
This exception is thrown when there is an illegal value in the argumentclass
This exception raises when some property of entity is too long.class
This exception is thrown when trying to add member to the group from other VOclass
This exception raises when name of entity is not long enough.class
This exception is thrown when the virtual attribute module for an attribute does not existclass
This exception raises when a number is not in the range of numbers.class
This exception raises when in the name of entity is any number.class
This exception raises when some parsing problem occur (regex, matcher, pattern, etc.)class
This exception is thrown when there is missing important part after parsing user name.class
Raised when transferred quotas attribute value is not in defined limit.class
class
This exception raises when the name of entity contains at least one space.class
This exception raises when in the name of entity is any special char.class
Raised when working with a module which doesn't have expected type.class
Exception, which is used for bad range of messages count for audit messages. -
Uses of InternalErrorException in cz.metacentrum.perun.core.api.exceptions.rt
Subclasses of InternalErrorException in cz.metacentrum.perun.core.api.exceptions.rtModifier and TypeClassDescriptionclass
This exception is thrown when the loading of module configuration property is not found or it fails. -
Uses of InternalErrorException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw InternalErrorExceptionModifier and TypeMethodDescriptionAttributesManagerBl.getAttributes
(PerunSession sess, Host host, List<String> attrNames) Get all attributes associated with the host which have name in list attrNames (empty and virtual too). -
Uses of InternalErrorException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw InternalErrorExceptionModifier and TypeMethodDescriptionvoid
ExtSourcesManagerBlImpl.checkExtSourceExists
(PerunSession sess, ExtSource extSource) ExtSourcesManagerBlImpl.getExtSourceById
(PerunSession sess, int id) ExtSourcesManagerBlImpl.getExtSourceByName
(PerunSession sess, String name) ExtSourcesManagerBlImpl.getExtSources
(PerunSession sess) ExtSourcesManagerBlImpl.getGroupExtSources
(PerunSession sess, Group group) ExtSourcesManagerBlImpl.getVoExtSources
(PerunSession sess, Vo vo) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Facility facility) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Group group) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Group group, Resource resource) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Host host) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Member member) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Member member, Group group) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Member member, Resource resource) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Resource resource) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, User user) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, UserExtSource ues) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, User user, Facility facility) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Vo vo) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, String key) -
Uses of InternalErrorException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw InternalErrorExceptionModifier and TypeMethodDescriptionExtSourceImpl.getAttributes()
ExtSourcesManagerImpl.getGroupExtSourcesIds
(PerunSession perunSession, Group group) ExtSourceSql.getGroupSubjects
(Map<String, String> groupAttributes) ExtSourceSql.getSubjectGroups
(Map<String, String> groupAttributes) ExtSourceSql.getUsersSubjects()
ExtSourcesManagerImpl.getVoExtSourcesIds
(PerunSession sess, Vo vo) ExtSourceSql.querySource
(String query, String searchString, int maxResults) -
Uses of InternalErrorException in cz.metacentrum.perun.core.impl.modules.attributes
Methods in cz.metacentrum.perun.core.impl.modules.attributes that throw InternalErrorExceptionModifier and TypeMethodDescriptionvoid
urn_perun_facility_attribute_def_def_m365AllowedLicensesPriorities.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_user_attribute_def_def_o365SystemEmailAddresses_mu.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_o365UserEmailAddresses_mu.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_o365SystemEmailAddresses_mu.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_o365UserEmailAddresses_mu.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Attribute attribute) -
Uses of InternalErrorException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw InternalErrorExceptionModifier and TypeMethodDescriptionExtSourcesManagerImplApi.getGroupExtSourcesIds
(PerunSession perunSession, Group group) Get list of external sources ids associated with the GROUP.ExtSourcesManagerImplApi.getVoExtSourcesIds
(PerunSession perunSession, Vo vo) Get list of external sources ids associated to the VO.boolean
GroupsManagerImplApi.hasGroupAnyManagerRole
(PerunSession session, Group group) Checks if the given group has any related manager rolesvoid
GroupsManagerImplApi.removeAllManagerRolesOfGroup
(PerunSession session, Group group) Removes all manager roles related to the given group