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 booleanAuthzResolver.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 booleanAuthzResolver.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 booleanAuthzResolver.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 booleanAuthzResolver.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 booleanAuthzResolver.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 booleanAuthzResolver.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 booleanAuthzResolver.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 booleanAuthzResolver.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 booleanAuthzResolver.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 booleanAuthzResolver.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 booleanAuthzResolver.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 booleanAuthzResolver.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 booleanAuthzResolver.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 booleanAuthzResolver.isAuthorizedForAttribute(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, String key, boolean checkMfa) Checks if the principal is authorized to do some action of entityless attribute.voidFacilitiesManager.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 TypeClassDescriptionclassThis exception raises when some inconsistency in underlying data sources occurs.classThis exception raises when in the name of entity is any diacritic symbol.classThis exception is thrown when there is an illegal value in the argumentclassThis exception raises when some property of entity is too long.classThis exception is thrown when trying to add member to the group from other VOclassThis exception raises when name of entity is not long enough.classThis exception is thrown when the virtual attribute module for an attribute does not existclassThis exception raises when a number is not in the range of numbers.classThis exception raises when in the name of entity is any number.classThis exception raises when some parsing problem occur (regex, matcher, pattern, etc.)classThis exception is thrown when there is missing important part after parsing user name.classRaised when transferred quotas attribute value is not in defined limit.classclassThis exception raises when the name of entity contains at least one space.classThis exception raises when in the name of entity is any special char.classRaised when working with a module which doesn't have expected type.classException, 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 TypeClassDescriptionclassThis 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 TypeMethodDescriptionvoidExtSourcesManagerBlImpl.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 booleanAuthzResolverBlImpl.isAuthorizedForAttribute(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Facility facility) static booleanAuthzResolverBlImpl.isAuthorizedForAttribute(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Group group) static booleanAuthzResolverBlImpl.isAuthorizedForAttribute(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Group group, Resource resource) static booleanAuthzResolverBlImpl.isAuthorizedForAttribute(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Host host) static booleanAuthzResolverBlImpl.isAuthorizedForAttribute(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Member member) static booleanAuthzResolverBlImpl.isAuthorizedForAttribute(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Member member, Group group) static booleanAuthzResolverBlImpl.isAuthorizedForAttribute(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Member member, Resource resource) static booleanAuthzResolverBlImpl.isAuthorizedForAttribute(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Resource resource) static booleanAuthzResolverBlImpl.isAuthorizedForAttribute(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, User user) static booleanAuthzResolverBlImpl.isAuthorizedForAttribute(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, UserExtSource ues) static booleanAuthzResolverBlImpl.isAuthorizedForAttribute(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, User user, Facility facility) static booleanAuthzResolverBlImpl.isAuthorizedForAttribute(PerunSession sess, AttributeAction actionType, AttributeDefinition attrDef, Vo vo) static booleanAuthzResolverBlImpl.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 TypeMethodDescriptionvoidurn_perun_facility_attribute_def_def_m365AllowedLicensesPriorities.checkAttributeSemantics(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_user_attribute_def_def_o365SystemEmailAddresses_mu.checkAttributeSemantics(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_o365UserEmailAddresses_mu.checkAttributeSemantics(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_o365SystemEmailAddresses_mu.checkAttributeSyntax(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_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.booleanGroupsManagerImplApi.hasGroupAnyManagerRole(PerunSession session, Group group) Checks if the given group has any related manager rolesvoidGroupsManagerImplApi.removeAllManagerRolesOfGroup(PerunSession session, Group group) Removes all manager roles related to the given group