Package | Description |
---|---|
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
com.sun.identity.policy.client |
Provides classes necessary for a remote client to evaluate policy decisions.
|
com.sun.identity.policy.interfaces |
Deprecated interfaces for writing custom Policy plugins for Conditions,
Subjects, Referrals, ResponseProviders and Resources.
|
com.sun.identity.policy.plugins |
Modifier and Type | Method and Description |
---|---|
PolicyDecision |
ResourceResult.getPolicyDecision()
Deprecated.
Returns the policy decision associated with this resource result
|
PolicyDecision |
PolicyEvaluator.getPolicyDecision(SSOToken token,
String resourceName,
Set actionNames)
Deprecated.
Evaluates privileges of the user to perform the specified actions
on the specified resource.
|
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 |
Policy.getPolicyDecision(SSOToken token,
String resourceTypeName,
String resourceName,
Set actionNames,
Map envParameters)
Deprecated.
Gets policy decision
|
PolicyDecision |
ProxyPolicyEvaluator.getPolicyDecisionIgnoreSubjects(String resourceName,
Set actionNames,
Map env)
Deprecated.
Gets policy decision for a resource, skipping subject evaluation.
|
static PolicyDecision |
PolicyDecision.parsePolicyDecision(Node policyDecisionNode)
Deprecated.
Gets a PolicyDecision given corresponding XML node
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceResult.setPolicyDecision(PolicyDecision policyDecision)
Deprecated.
Sets the policy decision for this resource result
|
Constructor and Description |
---|
ResourceResult(String resourceName,
PolicyDecision policyDecision)
Deprecated.
Constructs a resource result given the resource name and policy decison
|
Modifier and Type | Method and Description |
---|---|
PolicyDecision |
PolicyEvaluator.getPolicyDecision(SSOToken token,
String resourceName,
Set actionNames)
Evaluates privileges of the user to perform the specified actions
on the specified resource.
|
PolicyDecision |
PolicyEvaluator.getPolicyDecision(SSOToken token,
String resourceName,
Set actionNames,
Map envParameters)
Evaluates privileges of the user to perform the specified actions
on the specified resource.
|
Modifier and Type | Method and Description |
---|---|
PolicyDecision |
Referral.getPolicyDecision(SSOToken token,
String resourceType,
String resourceName,
Set actionNames,
Map envParameters)
Deprecated.
Gets policy results
|
Modifier and Type | Method and Description |
---|---|
PolicyDecision |
OrgReferral.getPolicyDecision(SSOToken token,
String resourceType,
String resourceName,
Set actionNames,
Map envParameters)
Gets policy evaluation results
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.