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