Uses of Class
cz.metacentrum.perun.core.api.RoleManagementRules
Packages that use RoleManagementRules
Package
Description
-
Uses of RoleManagementRules in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that return types with arguments of type RoleManagementRulesModifier and TypeMethodDescriptionstatic List
<RoleManagementRules> AuthzResolver.getAllRolesManagementRules()
Return all loaded roles management rules. -
Uses of RoleManagementRules in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return types with arguments of type RoleManagementRulesModifier and TypeMethodDescriptionstatic List
<RoleManagementRules> AuthzResolverBlImpl.getAllRolesManagementRules()
Return all loaded roles management rules. -
Uses of RoleManagementRules in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that return RoleManagementRulesModifier 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 PerunPoliciesContainerMethods in cz.metacentrum.perun.core.impl that return types with arguments of type RoleManagementRulesModifier and TypeMethodDescriptionstatic List
<RoleManagementRules> AuthzResolverImpl.getAllRolesManagementRules()
Return all loaded roles management rules.PerunPoliciesContainer.getAllRolesManagementRules()
Return all loaded roles management rules.PerunRolesLoader.loadPerunRolesManagement
(List<String> availableRoleNames) Load role management rules from the configuration file as map with RoleManagementRules' identification as key and RoleManagementRules as value.Method parameters in cz.metacentrum.perun.core.impl with type arguments of type RoleManagementRulesModifier and TypeMethodDescriptionvoid
PerunPoliciesContainer.setRolesManagementRules
(Map<String, RoleManagementRules> rolesManagementRules)