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

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DCreateXACML.java235 fout = new FileOutputStream(getOutfileName(), true); // appending to be consistent with ListXACML
261 private String getOutfileName() { method in class:CreateXACML
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DCreateXACML.java230 fout = new FileOutputStream(getOutfileName(), true); // appending to be consistent with ListXACML
256 private String getOutfileName() { method in class:CreateXACML

Completed in 275 milliseconds