Uses of Class
cz.metacentrum.perun.core.api.exceptions.RoleManagementRulesNotExistsException
Packages that use RoleManagementRulesNotExistsException
Package
Description
-
Uses of RoleManagementRulesNotExistsException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw RoleManagementRulesNotExistsExceptionModifier and TypeMethodDescriptionstatic booleanAuthzResolver.authorizedToManageRole(PerunSession sess, PerunBean complementaryObject, String role) Check whether the principal is authorized to manage the role on the object.static booleanAuthzResolver.authorizedToReadRole(PerunSession sess, PerunBean complementaryObject, String role) Check whether the principal is authorized to read the role on the object. -
Uses of RoleManagementRulesNotExistsException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw RoleManagementRulesNotExistsExceptionModifier and TypeMethodDescriptionstatic booleanAuthzResolverBlImpl.authorizedToManageRole(PerunSession sess, PerunBean object, String roleName) Check whether the principal is authorized to manage the role on the object.static booleanAuthzResolverBlImpl.authorizedToReadRole(PerunSession sess, PerunBean object, String roleName) Check whether the principal is authorized to read the role on the object.static booleanAuthzResolverBlImpl.hasMFASkippableRole(PerunSession sess) Returns true if principal has a role which should skip MFA check -
Uses of RoleManagementRulesNotExistsException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw RoleManagementRulesNotExistsExceptionModifier and TypeMethodDescriptionstatic RoleManagementRulesAuthzResolverImpl.getRoleManagementRules(String roleName) Get RoleManagementRules for the role name from the PerunPoliciesContainerPerunPoliciesContainer.getRoleManagementRules(String roleName) Get RoleManagementRules for the role name from the PerunPoliciesContainer