Searched refs:policyProperties (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DPolicyEvaluator.java71 private PolicyProperties policyProperties; field in class:PolicyEvaluator
168 this.policyProperties = new PolicyProperties();
169 this.logActions = policyProperties.getLogActions();
171 = ResourceResultCache.getInstance(policyProperties);
175 if (policyProperties.useRESTProtocol()) {
184 if (policyProperties.notificationEnabled()) {
193 if (policyProperties.useRESTProtocol()) {
195 serviceName, policyProperties.getRESTNotificationURL());
198 serviceName, policyProperties.getNotificationURL());
206 if (policyProperties
[all...]
H A DResourceResultCache.java108 private PolicyProperties policyProperties; field in class:ResourceResultCache
158 * @param policyProperties object that provides access to configuration
163 private ResourceResultCache(PolicyProperties policyProperties) argument
165 this.policyProperties = policyProperties;
167 cacheTtl = policyProperties.getCacheTtl();
169 if (policyProperties.notificationEnabled()){
189 * @param policyProperties object that provides access to configuration
198 PolicyProperties policyProperties) throws PolicyException {
200 resourceResultCache = new ResourceResultCache(policyProperties);
197 getInstance( PolicyProperties policyProperties) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DPolicyEvaluator.java71 private PolicyProperties policyProperties; field in class:PolicyEvaluator
168 this.policyProperties = new PolicyProperties();
169 this.logActions = policyProperties.getLogActions();
171 = ResourceResultCache.getInstance(policyProperties);
175 if (policyProperties.useRESTProtocol()) {
184 if (policyProperties.notificationEnabled()) {
193 if (policyProperties.useRESTProtocol()) {
195 serviceName, policyProperties.getRESTNotificationURL());
198 serviceName, policyProperties.getNotificationURL());
206 if (policyProperties
[all...]
H A DResourceResultCache.java111 private PolicyProperties policyProperties; field in class:ResourceResultCache
161 * @param policyProperties object that provides access to configuration
166 private ResourceResultCache(PolicyProperties policyProperties) argument
168 this.policyProperties = policyProperties;
170 cacheTtl = policyProperties.getCacheTtl();
172 if (policyProperties.notificationEnabled()){
192 * @param policyProperties object that provides access to configuration
201 PolicyProperties policyProperties) throws PolicyException {
203 resourceResultCache = new ResourceResultCache(policyProperties);
200 getInstance( PolicyProperties policyProperties) argument
[all...]

Completed in 25 milliseconds