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 |
Provides interfaces for writing custom Policy plugins for Conditons,
Subjects, Referrals ResponseProviders and Resources.
|
Modifier and Type | Method and Description |
---|---|
PolicyDecision |
ResourceResult.getPolicyDecision()
Returns the policy decision associated with this resource result
|
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.
|
PolicyDecision |
ProxyPolicyEvaluator.getPolicyDecision(String principalName,
String resourceName,
Map env)
Gets policy decision for the user identified by the
principalName for the given resource |
PolicyDecision |
ProxyPolicyEvaluator.getPolicyDecision(String principalName,
String realm,
String resourceName,
Map env)
Gets policy decision for the user identified by the
principalName for the given resource |
PolicyDecision |
ProxyPolicyEvaluator.getPolicyDecisionIgnoreSubjects(String resourceName,
Set actionNames,
Map env)
Gets policy decision for a resource, skipping subject evaluation.
|
Modifier and Type | Method and Description |
---|---|
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)
Gets policy results
|
Copyright © 2010-2013, ForgeRock All Rights Reserved.