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.
|
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.
|
void |
PolicyManager.replacePolicy(Policy policy)
Deprecated.
Replaces a policy object in the data store with the same policy name
|
Constructor and Description |
---|
Conditions(ConditionTypeManager ctm,
Node conditionsNode)
Constructor used by
Policy to obtain
an instance of Conditions from W3C DOM
representation of the object. |
Policy(PolicyManager pm,
Node policyNode)
Deprecated.
Constructs a policy given the Policy Node.
|
Referrals(PolicyManager pm,
Node referralsNode)
Constructor used by
Policy to obtain
an instance of Referrals from the
XML document |
ResponseProviders(ResponseProviderTypeManager rpm,
Node responseProvidersNode)
Constructor used by
Policy to obtain
an instance of ResponseProviders from the
XML document |
Rule(Node ruleNode)
Deprecated.
Constructor to create a
Rule object from a XML Node. |
Subjects(PolicyManager pm,
Node usersNode)
Constructor used by
Policy to obtain
an instance of Subjects from the
XML document |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.