Searched refs:PolicyManager (Results 1 - 25 of 194) sorted by relevance

12345678

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyEvaluatorFactory.java93 if (PolicyManager.debug.messageEnabled()) {
94 PolicyManager.debug.message(
102 if (PolicyManager.debug.messageEnabled()) {
103 PolicyManager.debug.message(
H A DValidationErrorHandler.java45 PolicyManager.debug.error(spe.getMessage() +
57 PolicyManager.debug.error(spe.getMessage() +
70 if (PolicyManager.debug.warningEnabled()) {
71 PolicyManager.debug.warning(spe.getMessage() +
H A DPolicyConfig.java261 PolicyManager.debug.error("getResourceCompConfig: Unable to get ServiceConfig", se);
264 PolicyManager.debug.error("getResourceCompConfig: Unable to get ServiceSchemaManager", se);
307 PolicyManager.debug.error("getPolicyConfig: Unable to get ServiceConfig", se);
310 PolicyManager.debug.error("getPolicyConfig: Unable to get ServiceConfig", se);
333 PolicyManager.debug.message("PolicyConfig.schemaChanged():entering");
337 PolicyManager.debug.error("globalConfigChanged: " +
389 PolicyManager.debug.error("orgConfigChanged: Unable to get org config: " + orgName, se);
392 PolicyManager.debug.error("orgConfigChanged: Unable to get org config: " + orgName, se);
451 if (PolicyManager.debug.messageEnabled()) {
452 PolicyManager
[all...]
H A DProxyPolicyEvaluatorFactory.java105 if (PolicyManager.debug.messageEnabled()) {
106 PolicyManager.debug.message(
114 if (PolicyManager.debug.messageEnabled()) {
115 PolicyManager.debug.message(
H A DConditionTypeManager.java56 private PolicyManager pm;
62 static Debug debug = PolicyManager.debug;
81 * @param pm <code>PolicyManager</code> to be used to get token from.
82 * If unable to retrieve locale from <code>PolicyManager</code>'s
86 ConditionTypeManager(PolicyManager pm) {
114 * the <code>PolicyManager</code> has become invalid
119 return (PolicyManager.getPluginSchemaNames(CONDITION));
130 * the <code>PolicyManager</code> has become invalid
168 PolicyManager.getPluginSchema(CONDITION, conditionType);
183 PluginSchema ps = PolicyManager
[all...]
H A DResponseProviderTypeManager.java58 private PolicyManager pm;
64 private static Debug debug = PolicyManager.debug;
80 * @param pm <code>PolicyManager</code> to initialize the
83 public ResponseProviderTypeManager(PolicyManager pm) {
112 * the <code>PolicyManager</code> has become invalid
117 return (PolicyManager.getPluginSchemaNames(RESPONSE_PROVIDER));
129 * the <code>PolicyManager</code> has become invalid
174 Iterator items = PolicyManager.getPluginSchemaNames(RESPONSE_PROVIDER).
178 PluginSchema ps = PolicyManager.getPluginSchema(RESPONSE_PROVIDER,
200 PluginSchema ps = PolicyManager
[all...]
H A DServiceTypeManager.java87 * @param pm <code>PolicyManager</code> to initialize the
90 private ServiceTypeManager(PolicyManager pm) {
136 PolicyManager.debug.error(
170 if (PolicyManager.debug.messageEnabled()) {
171 PolicyManager.debug.message(
185 PolicyManager.debug.error(
239 if (PolicyManager.debug.messageEnabled()) {
240 PolicyManager.debug.message(
246 PolicyManager.POLICY_SERVICE_NAME, token);
248 if (PolicyManager
[all...]
H A DReferralTypeManager.java61 private PolicyManager pm;
67 static Debug debug = PolicyManager.debug;
82 * @param pm <code>PolicyManager</code> to initialize
85 protected ReferralTypeManager(PolicyManager pm) {
114 * the <code>PolicyManager</code> has become invalid
119 return (PolicyManager.getPluginSchemaNames(REFERRAL));
130 * the <code>PolicyManager</code> has become invalid
184 PluginSchema ps = PolicyManager.getPluginSchema(REFERRAL, referralType);
221 PluginSchema ps = PolicyManager.getPluginSchema(REFERRAL, referralType);
256 PolicyManager
[all...]
H A DRule.java169 if (PolicyManager.isMigratedToEntitlementService()) {
225 PolicyManager.POLICY_RULE_NODE)) {
226 if (PolicyManager.debug.warningEnabled()) {
227 PolicyManager.debug.warning(
236 PolicyManager.NAME_ATTRIBUTE)) == null) {
242 PolicyManager.POLICY_RULE_SERVICE_NODE);
244 PolicyManager.NAME_ATTRIBUTE)) == null)) {
245 if (PolicyManager.debug.warningEnabled()) {
246 PolicyManager.debug.warning(
257 PolicyManager
[all...]
H A DServiceType.java133 PolicyManager.debug.error("Failed to get resource " +
136 PolicyManager.debug.error("ServiceType: Illegal exception ", e);
138 PolicyManager.debug.error("ServiceType: Illegal exception ", e);
140 PolicyManager.debug.error("ServiceType: InstantiationException " +
143 if (PolicyManager.debug.messageEnabled()) {
144 PolicyManager.debug.message("class name is : " + className +
221 PolicyManager.NAME_ATTRIBUTE));
251 if (PolicyManager.debug.warningEnabled()) {
252 PolicyManager.debug.warning("Action name: " + actionName +
280 ActionSchema.ACTION_SCHEMA, PolicyManager
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyEvaluatorFactory.java93 if (PolicyManager.debug.messageEnabled()) {
94 PolicyManager.debug.message(
102 if (PolicyManager.debug.messageEnabled()) {
103 PolicyManager.debug.message(
H A DValidationErrorHandler.java45 PolicyManager.debug.error(spe.getMessage() +
57 PolicyManager.debug.error(spe.getMessage() +
70 if (PolicyManager.debug.warningEnabled()) {
71 PolicyManager.debug.warning(spe.getMessage() +
H A DRule.java159 PolicyManager.initAdminSubject();
210 PolicyManager.POLICY_RULE_NODE)) {
211 if (PolicyManager.debug.warningEnabled()) {
212 PolicyManager.debug.warning(
219 PolicyManager.initAdminSubject();
222 PolicyManager.NAME_ATTRIBUTE)) == null) {
228 PolicyManager.POLICY_RULE_SERVICE_NODE);
230 PolicyManager.NAME_ATTRIBUTE)) == null)) {
231 if (PolicyManager.debug.warningEnabled()) {
232 PolicyManager
[all...]
H A DPolicyConfig.java261 PolicyManager.debug.error("getResourceCompConfig: Unable to get ServiceConfig", se);
264 PolicyManager.debug.error("getResourceCompConfig: Unable to get ServiceSchemaManager", se);
307 PolicyManager.debug.error("getPolicyConfig: Unable to get ServiceConfig", se);
310 PolicyManager.debug.error("getPolicyConfig: Unable to get ServiceConfig", se);
333 PolicyManager.debug.message("PolicyConfig.schemaChanged():entering");
337 PolicyManager.debug.error("globalConfigChanged: " +
389 PolicyManager.debug.error("orgConfigChanged: Unable to get org config: " + orgName, se);
392 PolicyManager.debug.error("orgConfigChanged: Unable to get org config: " + orgName, se);
451 if (PolicyManager.debug.messageEnabled()) {
452 PolicyManager
[all...]
H A DProxyPolicyEvaluatorFactory.java105 if (PolicyManager.debug.messageEnabled()) {
106 PolicyManager.debug.message(
114 if (PolicyManager.debug.messageEnabled()) {
115 PolicyManager.debug.message(
H A DConditionTypeManager.java56 private PolicyManager pm;
62 static Debug debug = PolicyManager.debug;
81 * @param pm <code>PolicyManager</code> to be used to get token from.
82 * If unable to retrieve locale from <code>PolicyManager</code>'s
86 ConditionTypeManager(PolicyManager pm) {
114 * the <code>PolicyManager</code> has become invalid
119 return (PolicyManager.getPluginSchemaNames(CONDITION));
130 * the <code>PolicyManager</code> has become invalid
168 PolicyManager.getPluginSchema(CONDITION, conditionType);
183 PluginSchema ps = PolicyManager
[all...]
H A DResponseProviderTypeManager.java58 private PolicyManager pm;
64 private static Debug debug = PolicyManager.debug;
80 * @param pm <code>PolicyManager</code> to initialize the
83 public ResponseProviderTypeManager(PolicyManager pm) {
112 * the <code>PolicyManager</code> has become invalid
117 return (PolicyManager.getPluginSchemaNames(RESPONSE_PROVIDER));
129 * the <code>PolicyManager</code> has become invalid
174 Iterator items = PolicyManager.getPluginSchemaNames(RESPONSE_PROVIDER).
178 PluginSchema ps = PolicyManager.getPluginSchema(RESPONSE_PROVIDER,
200 PluginSchema ps = PolicyManager
[all...]
H A DServiceTypeManager.java86 * @param pm <code>PolicyManager</code> to initialize the
89 private ServiceTypeManager(PolicyManager pm) {
135 PolicyManager.debug.error(
169 if (PolicyManager.debug.messageEnabled()) {
170 PolicyManager.debug.message(
184 PolicyManager.debug.error(
238 if (PolicyManager.debug.messageEnabled()) {
239 PolicyManager.debug.message(
245 PolicyManager.POLICY_SERVICE_NAME, token);
247 if (PolicyManager
[all...]
H A DReferralTypeManager.java61 private PolicyManager pm;
67 static Debug debug = PolicyManager.debug;
82 * @param pm <code>PolicyManager</code> to initialize
85 protected ReferralTypeManager(PolicyManager pm) {
114 * the <code>PolicyManager</code> has become invalid
119 return (PolicyManager.getPluginSchemaNames(REFERRAL));
130 * the <code>PolicyManager</code> has become invalid
184 PluginSchema ps = PolicyManager.getPluginSchema(REFERRAL, referralType);
221 PluginSchema ps = PolicyManager.getPluginSchema(REFERRAL, referralType);
256 PolicyManager
[all...]
H A DServiceType.java133 PolicyManager.debug.error("Failed to get resource " +
136 PolicyManager.debug.error("ServiceType: Illegal exception ", e);
138 PolicyManager.debug.error("ServiceType: Illegal exception ", e);
140 PolicyManager.debug.error("ServiceType: InstantiationException " +
143 if (PolicyManager.debug.messageEnabled()) {
144 PolicyManager.debug.message("class name is : " + className +
221 PolicyManager.NAME_ATTRIBUTE));
251 if (PolicyManager.debug.warningEnabled()) {
252 PolicyManager.debug.warning("Action name: " + actionName +
280 ActionSchema.ACTION_SCHEMA, PolicyManager
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DURLResourceName.java32 import com.sun.identity.policy.PolicyManager;
53 super(Debug.getInstance(PolicyManager.POLICY_DEBUG_NAME), EXACT_MATCH, NO_MATCH, SUB_RESOURCE_MATCH,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DURLResourceName.java32 import com.sun.identity.policy.PolicyManager;
53 super(Debug.getInstance(PolicyManager.POLICY_DEBUG_NAME), EXACT_MATCH, NO_MATCH, SUB_RESOURCE_MATCH,
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/policy/
H A DInactivePolicyTest.java57 PolicyManager pm = new PolicyManager(adminToken, "/");
80 PolicyManager pm = new PolicyManager(adminToken, "/");
H A DPolicyIndexTest.java65 PolicyManager pm = new PolicyManager(adminToken, "/");
78 PolicyManager pm = new PolicyManager(adminToken, "/");
87 PolicyManager pm = new PolicyManager(adminToken, "/");
132 private Subject createSubject(PolicyManager pm) throws PolicyException {
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/policy/
H A DInactivePolicyTest.java57 PolicyManager pm = new PolicyManager(adminToken, "/");
80 PolicyManager pm = new PolicyManager(adminToken, "/");

Completed in 68 milliseconds

12345678