Uses of Class
cz.metacentrum.perun.core.api.PerunPolicy
Packages that use PerunPolicy
Package
Description
-
Uses of PerunPolicy in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that return types with arguments of type PerunPolicyModifier and TypeMethodDescriptionstatic List
<PerunPolicy> AuthzResolver.getAllPolicies()
Return all loaded perun policies. -
Uses of PerunPolicy in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return types with arguments of type PerunPolicyModifier and TypeMethodDescriptionstatic List
<PerunPolicy> AuthzResolverBlImpl.getAllPolicies()
Return all loaded perun policies. -
Uses of PerunPolicy in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that return PerunPolicyModifier and TypeMethodDescriptionstatic PerunPolicy
AuthzResolverImpl.getPerunPolicy
(String policyName) Get PerunPolicy for the policy name from the PerunPoliciesContainerPerunPoliciesContainer.getPerunPolicy
(String policyName) Get PerunPolicy for the policy name from the PerunPoliciesContainerMethods in cz.metacentrum.perun.core.impl that return types with arguments of type PerunPolicyModifier and TypeMethodDescriptionstatic List
<PerunPolicy> AuthzResolverImpl.fetchPolicyWithAllIncludedPolicies
(String policyName) Get the policy according the policy name and all its inlcuded policies (without cycle).PerunPoliciesContainer.fetchPolicyWithAllIncludedPolicies
(String policyName) Fetch policy and all its (also nested) included policies.static List
<PerunPolicy> AuthzResolverImpl.getAllPolicies()
Return all loaded perun policies.PerunPoliciesContainer.getAllPolicies()
Return all loaded perun policies.PerunRolesLoader.loadPerunPolicies
(List<String> roles) Load policies from the configuration file as list of PerunPoliciesMethod parameters in cz.metacentrum.perun.core.impl with type arguments of type PerunPolicyModifier and TypeMethodDescriptionvoid
PerunPoliciesContainer.setPerunPolicies
(Set<PerunPolicy> perunPolicies)