Uses of Class
com.sun.identity.policy.Policy
-
Packages that use Policy Package Description com.sun.identity.policy Provides classes for policy administration and evaluation. -
-
Uses of Policy in com.sun.identity.policy
Methods in com.sun.identity.policy that return Policy Modifier and Type Method Description Policy
PolicyManager. getPolicy(String policyName)
Deprecated.Gets the policy object given the name of the policy.Methods in com.sun.identity.policy with parameters of type Policy Modifier and Type Method Description void
PolicyManager. addPolicy(Policy policy)
Deprecated.Adds a policy to the data store.void
PolicyManager. replacePolicy(Policy policy)
Deprecated.Replaces a policy object in the data store with the same policy name
-