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 boolean
AuthzResolver.authorizedToManageRole
(PerunSession sess, PerunBean complementaryObject, String role) Check whether the principal is authorized to manage the role on the object.static boolean
AuthzResolver.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 boolean
AuthzResolverBlImpl.authorizedToManageRole
(PerunSession sess, PerunBean object, String roleName) Check whether the principal is authorized to manage the role on the object.static boolean
AuthzResolverBlImpl.authorizedToReadRole
(PerunSession sess, PerunBean object, String roleName) Check whether the principal is authorized to read the role on the object.static boolean
AuthzResolverBlImpl.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 RoleManagementRules
AuthzResolverImpl.getRoleManagementRules
(String roleName) Get RoleManagementRules for the role name from the PerunPoliciesContainerPerunPoliciesContainer.getRoleManagementRules
(String roleName) Get RoleManagementRules for the role name from the PerunPoliciesContainer