Package | Description |
---|---|
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
Modifier and Type | Method and 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.
|
String |
PolicyManager.getPolicyDN(String policyName)
Deprecated.
Gets the LDAP DN (distinguished name) for the named policy
|
Set |
PolicyManager.getPolicyNames()
Deprecated.
Gets a set of names of polices defined in the
organization for which the policy manager was instantiated.
|
Set |
PolicyManager.getPolicyNames(String pattern)
Deprecated.
Gets a set of selected policy names matching the
pattern in the given organization.
|
Set |
ResourceManager.getPolicyNames(String serviceType,
String resource,
boolean includePoliciesForSuperResources)
Returns a set of names of all the policies for the given resource
of the given service.
|
ProxyPolicyEvaluator |
ProxyPolicyEvaluatorFactory.getProxyPolicyEvaluator(SSOToken token,
String serviceType)
Deprecated.
Gets an instance of
ProxyPolicyEvaluator . |
Set |
ServiceTypeManager.getServiceTypeNames()
Returns a set of service names that have policy privileges.
|
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 name
|
void |
Policy.store(SSOToken token,
String name)
Deprecated.
Stores the policy object in a persistent data store
under the organization, sub-organization or a container
object, specified as a parameter.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.