Package | Description |
---|---|
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
Modifier and Type | Method and Description |
---|---|
static void |
PolicyUtils.createOrReplacePolicies(PolicyManager pm,
InputStream xmlPolicies,
boolean replace)
Creates or replaces policy objects given an input stream of policy XML
which confines to
com/sun/identity/policy/policyAdmin.dtd . |
static void |
PolicyUtils.createPolicies(PolicyManager pm,
InputStream xmlPolicies)
Creates policy objects given an input stream of policy XML which
confines to
com/sun/identity/policy/policyAdmin.dtd . |
Constructor and Description |
---|
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 |
ReferralTypeManager(PolicyManager pm)
Deprecated.
Creates a
ReferralTypeManager object |
ResponseProviderTypeManager(PolicyManager pm)
Deprecated.
Constructs a
ResponseProviderTypeManager object |
Subjects(PolicyManager pm,
Node usersNode)
Constructor used by
Policy to obtain
an instance of Subjects from the
XML document |
SubjectTypeManager(PolicyManager pm)
Deprecated.
Constructs a
SubjectTypeManager object |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.