Uses of Class
com.sun.identity.policy.NoPermissionException
Package
Description
Provides classes for policy administration and evaluation.
-
Uses of NoPermissionException in com.sun.identity.policy
Modifier and TypeMethodDescriptionvoid
Deprecated.Adds a policy to the data store.Deprecated.Gets the policy object given the name of the policy.PolicyManager.getPolicyNames()
Deprecated.Gets a set of names of polices defined in the organization for which the policy manager was instantiated.PolicyManager.getPolicyNames
(String pattern) Deprecated.Gets a set of selected policy names matching the pattern in the given organization.ProxyPolicyEvaluatorFactory.getProxyPolicyEvaluator
(SSOToken token, String serviceType) Deprecated.Gets an instance ofProxyPolicyEvaluator
.void
PolicyManager.removePolicy
(String policyName) Deprecated.Deletes a policy in the organization with the given name.void
PolicyManager.replacePolicy
(Policy policy) Deprecated.Replaces a policy object in the data store with the same policy namevoid
Deprecated.Stores the policy object in a persistent data store under the organization, sub-organization or a container object, specified as a parameter.