Uses of Class
com.sun.identity.policy.ActionDecision
-
Packages that use ActionDecision Package Description com.sun.identity.policy Provides classes for policy administration and evaluation. -
-
Uses of ActionDecision in com.sun.identity.policy
Methods in com.sun.identity.policy with parameters of type ActionDecision Modifier and Type Method Description void
PolicyDecision. addActionDecision(ActionDecision actionDecision)
Deprecated.Adds an action decision to this object if there is already an existing actionDecision associated with the action name in the paramactionDecision
, merges the values of the new decision with the existing one, changing the time to live for the decision appropriately.
-