Uses of Class
com.sun.identity.policy.PolicyDecision
-
Packages that use PolicyDecision Package Description com.sun.identity.policy Provides classes for policy administration and evaluation.com.sun.identity.policy.interfaces Deprecated interfaces for writing custom Policy plugins for Conditions, Subjects, Referrals, ResponseProviders and Resources. -
-
Uses of PolicyDecision in com.sun.identity.policy
Methods in com.sun.identity.policy that return PolicyDecision Modifier and Type Method Description PolicyDecision
PolicyEvaluator. getPolicyDecision(SSOToken token, String resourceName, Set actionNames, Map envParameters)
Deprecated.Evaluates privileges of the user to perform the specified actions on the specified resource.PolicyDecision
ResourceResult. getPolicyDecision()
Deprecated.Returns the policy decision associated with this resource resultPolicyDecision
ProxyPolicyEvaluator. getPolicyDecisionIgnoreSubjects(String resourceName, Set actionNames, Map env)
Deprecated.Gets policy decision for a resource, skipping subject evaluation. -
Uses of PolicyDecision in com.sun.identity.policy.interfaces
Methods in com.sun.identity.policy.interfaces that return PolicyDecision Modifier and Type Method Description PolicyDecision
Referral. getPolicyDecision(SSOToken token, String resourceType, String resourceName, Set actionNames, Map envParameters)
Deprecated.Gets policy results
-