Searched refs:staticResponse (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DIDRepoResponseProvider.java94 private Map staticResponse = null; field in class:IDRepoResponseProvider
315 if (staticResponse != null) {
319 + "adding staticResponse=" + staticResponse);
321 PolicyUtils.appendMapToMap(staticResponse, returnValues);
391 staticResponse = new HashMap();
410 staticResponse);
418 + "caching staticResponse:"
419 + staticResponse );
553 staticResponse
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DIDRepoResponseProvider.java94 private Map staticResponse = null; field in class:IDRepoResponseProvider
315 if (staticResponse != null) {
319 + "adding staticResponse=" + staticResponse);
321 PolicyUtils.appendMapToMap(staticResponse, returnValues);
391 staticResponse = new HashMap();
410 staticResponse);
418 + "caching staticResponse:"
419 + staticResponse );
553 staticResponse
[all...]

Completed in 2092 milliseconds