Searched defs:stringForm (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceResult.java88 private String stringForm = null; field in class:ResourceResult
133 this.stringForm = null;
159 this.stringForm = null;
197 this.stringForm = null;
255 if (stringForm == null) {
264 stringForm = sb.toString();
266 return stringForm;
373 this.stringForm = null;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceResult.java88 private String stringForm = null; field in class:ResourceResult
133 this.stringForm = null;
159 this.stringForm = null;
197 this.stringForm = null;
255 if (stringForm == null) {
264 stringForm = sb.toString();
266 return stringForm;
373 this.stringForm = null;

Completed in 30 milliseconds