Uses of Class
cz.metacentrum.perun.core.api.exceptions.RoleManagementRulesNotExistsException
Package
Description
-
Uses of RoleManagementRulesNotExistsException in cz.metacentrum.perun.core.api
Modifier 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
Modifier 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
Modifier 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