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.
|
com.sun.identity.policy.remote |
Classes to handle policies remotely.
|
Class and Description |
---|
ActionDecision
The
ActionDecision class represents the action results of a
policy evaluation. |
ConditionTypeManager
The class
ConditionTypeManager provides
methods to get a list of configured Condition
objects, and to obtain a factory object for it. |
InvalidFormatException
Exception thrown if a name of an object such as policy, rule or
referral has invalid format
|
InvalidNameException
Exception thrown if a name of an object such as policy, rule or
referral is invalid
|
NameAlreadyExistsException
Exception thrown if a name of an object such as policy, rule or
referral already exists (used by another object of the same type)
|
NameNotFoundException
Exception thrown if an object such as policy, rule or
referral for the given name does not exist.
|
NoPermissionException
Exception thrown if a policy operation attempted could not be
done due to insufficient permissions
|
ObjectInUseException
Exception thrown to indicate that an object you are trying to
remove is in use and therefore can not be removed.
|
Policy
The class
Policy represents a policy definition. |
PolicyDecision
The
PolicyDecision class represents the result of a policy
evaluation. |
PolicyException
The class
PolicyException is the basic exception for the
the policy component. |
PolicyManager
The
PolicyManager class manages policies
for a specific organization, sub organization or a container. |
ProxyPolicyEvaluator
Class that lets a priviliged user to compute policy results for
another user.
|
ProxyPolicyEvaluatorFactory
Factory class used to get ProxyPolicyEvaluator instances.
|
ReferralTypeManager
The class
ReferralTypeManager provides
methods to get a list of configured Referral
objects |
ResourceMatch
The class
ResourceMatch defines the results
of a resource match with respect to Policy. |
ResourceResult
Class that encapsulates a tree of resource names, with each node
having an associated policy decision.
|
Rule
The class
Rule provides interfaces to manage
a rule that can be added to a policy. |
SubjectTypeManager
The class
SubjectTypeManager provides
methods to get a list of configured Subject
objects, and to obtain a factory object for it. |
Syntax
Provides an enum like support for the syntax of values
such as ANY, NONE, LIST, CONSTANT, SINGLE_CHOICE, MULTIPLE_CHOICE
In other words, provides access to a set of finite values and enforces
new values can not be created by users
|
Class and Description |
---|
PolicyException
The class
PolicyException is the basic exception for the
the policy component. |
Class and Description |
---|
ConditionDecision
The
ConditionDecision class represents the result of
the evaluation of a condition. |
InvalidNameException
Exception thrown if a name of an object such as policy, rule or
referral is invalid
|
NameNotFoundException
Exception thrown if an object such as policy, rule or
referral for the given name does not exist.
|
PolicyDecision
The
PolicyDecision class represents the result of a policy
evaluation. |
PolicyEvent
Class to represent policy change events, used by policy framework to
notify interested listeners
|
PolicyException
The class
PolicyException is the basic exception for the
the policy component. |
ResourceMatch
The class
ResourceMatch defines the results
of a resource match with respect to Policy. |
Syntax
Provides an enum like support for the syntax of values
such as ANY, NONE, LIST, CONSTANT, SINGLE_CHOICE, MULTIPLE_CHOICE
In other words, provides access to a set of finite values and enforces
new values can not be created by users
|
ValidValues
This class
ValidValues provides search results and a error
code indicating if the search was successfully or time limit exceeded or
search limit exceeded. |
Class and Description |
---|
PolicyException
The class
PolicyException is the basic exception for the
the policy component. |
Copyright © 2010-2013, ForgeRock All Rights Reserved.