Package com.sun.identity.policy.interfaces

Provides interfaces for writing custom Policy plugins for Conditons, Subjects, Referrals ResponseProviders and Resources.

See:
          Description

Interface Summary
Condition The class Condition defines an interface to allow pluggable condition.
PolicyListener The interface PolicyListener defines an interface for listeners that would register with policy framework to receive notifications whenever a Policy is added, removed or changed
Referral Interface to facilitate delegating policy evaluation There would be many implementations with different policy delegation mechanisms such as delegating to peer organizations only or delegating to sub organizations only.
ResourceName The interface ResourceName provides methods to determine the hierarchy of resource names.
ResponseProvider The class ResponseProvider defines an interface to allow pluggable response providers into the OpenSSO framework.
Subject The class Subject defines a collection of users (or subject) to whom the specified Policy is applied.
 

Package com.sun.identity.policy.interfaces Description

Provides interfaces for writing custom Policy plugins for Conditons, Subjects, Referrals ResponseProviders and Resources.