Searched defs:NEW_LINE (Results 1 - 22 of 22) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DIXMLUtilsConstants.java49 public static final String NEW_LINE = System.getProperty("line.separator", field in interface:IXMLUtilsConstants
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DIXMLUtilsConstants.java49 public static final String NEW_LINE = System.getProperty("line.separator", field in interface:IXMLUtilsConstants
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DAdvicesHandleableByAMResponse.java63 static final String NEW_LINE = "\n"; field in class:AdvicesHandleableByAMResponse
121 .append(">").append(NEW_LINE);
125 .append(GT).append(NEW_LINE);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DIUtilConstants.java34 /** Field NEW_LINE **/
35 public static final String NEW_LINE = System.getProperty("line.separator", field in interface:IUtilConstants
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DAdvicesHandleableByAMResponse.java63 static final String NEW_LINE = "\n"; field in class:AdvicesHandleableByAMResponse
121 .append(">").append(NEW_LINE);
125 .append(GT).append(NEW_LINE);
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DConsole.java54 writeIt(NEW_LINE);
63 writeIt(fmt.format(args) + NEW_LINE);
72 writeIt(message + NEW_LINE);
76 writeIt(localizedMessage + NEW_LINE);
112 System.out.print(NEW_LINE);
124 if (nextToken.endsWith(":")) { // Last token is not NEW_LINE
147 private static final String NEW_LINE = System.getProperty("line.separator", field in class:Console
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DConsole.java54 writeIt(NEW_LINE);
63 writeIt(fmt.format(args) + NEW_LINE);
72 writeIt(message + NEW_LINE);
76 writeIt(localizedMessage + NEW_LINE);
112 System.out.print(NEW_LINE);
124 if (nextToken.endsWith(":")) { // Last token is not NEW_LINE
147 private static final String NEW_LINE = System.getProperty("line.separator", field in class:Console
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInteractionInfo.java43 .append(NEW_LINE);
45 buff.append(NEW_LINE);
47 buff.append(NEW_LINE);
49 buff.append(NEW_LINE);
51 buff.append(NEW_LINE);
53 buff.append(NEW_LINE);
57 buff.append(NEW_LINE);
62 buff.append(NEW_LINE);
68 buff.append(NEW_LINE);
69 buff.append(" DefaultValueFinderInfo: ").append(NEW_LINE);
210 public static final String NEW_LINE = System.getProperty("line.separator", field in class:InteractionInfo
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DAmFilterResult.java99 buff.append(NEW_LINE);
101 buff.append(NEW_LINE);
103 buff.append(NEW_LINE);
106 buff.append(NEW_LINE);
109 buff.append(NEW_LINE);
112 buff.append(NEW_LINE);
115 buff.append(NEW_LINE);
117 buff.append(NEW_LINE);
119 buff.append(NEW_LINE);
120 buff.append(NEW_LINE);
185 public static final String NEW_LINE = field in class:AmFilterResult
[all...]
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInteractionInfo.java43 .append(NEW_LINE);
45 buff.append(NEW_LINE);
47 buff.append(NEW_LINE);
49 buff.append(NEW_LINE);
51 buff.append(NEW_LINE);
53 buff.append(NEW_LINE);
57 buff.append(NEW_LINE);
62 buff.append(NEW_LINE);
68 buff.append(NEW_LINE);
69 buff.append(" DefaultValueFinderInfo: ").append(NEW_LINE);
210 public static final String NEW_LINE = System.getProperty("line.separator", field in class:InteractionInfo
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceIndexManager.java69 static final String NEW_LINE = "\n"; field in class:ResourceIndexManager
956 .append(ResourceIndexManager.NEW_LINE);
965 .append(ResourceIndexManager.NEW_LINE);
1336 .append(ResourceIndexManager.NEW_LINE);
1350 .append(ResourceIndexManager.NEW_LINE);
1360 .append(ResourceIndexManager.NEW_LINE);
H A DResourceManager.java94 static final String NEW_LINE = "\n"; field in class:ResourceManager
1521 .append(NEW_LINE);
1533 .append(SGTS).append(NEW_LINE);
1536 .append(NEW_LINE);
H A DPolicyUtils.java87 public static final String NEW_LINE = "\n"; field in class:PolicyUtils
1047 sb.append(ADVICES_START_TAG).append(NEW_LINE);
1051 sb.append(ADVICES_END_TAG).append(NEW_LINE);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceIndexManager.java69 static final String NEW_LINE = "\n"; field in class:ResourceIndexManager
956 .append(ResourceIndexManager.NEW_LINE);
965 .append(ResourceIndexManager.NEW_LINE);
1336 .append(ResourceIndexManager.NEW_LINE);
1350 .append(ResourceIndexManager.NEW_LINE);
1360 .append(ResourceIndexManager.NEW_LINE);
H A DResourceManager.java94 static final String NEW_LINE = "\n"; field in class:ResourceManager
1521 .append(NEW_LINE);
1533 .append(SGTS).append(NEW_LINE);
1536 .append(NEW_LINE);
H A DPolicyUtils.java87 public static final String NEW_LINE = "\n"; field in class:PolicyUtils
1047 sb.append(ADVICES_START_TAG).append(NEW_LINE);
1051 sb.append(ADVICES_END_TAG).append(NEW_LINE);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DConfigureDS.java167 private static final String NEW_LINE = System.getProperty("line.separator"); field in class:ConfigureDS
171 "dn: " + JCKES_KEY_MANAGER_DN + NEW_LINE
172 + "objectClass: top" + NEW_LINE
173 + "objectClass: ds-cfg-key-manager-provider" + NEW_LINE
174 + "objectClass: ds-cfg-file-based-key-manager-provider" + NEW_LINE
175 + "cn: JCEKS" + NEW_LINE
176 + "ds-cfg-java-class: org.opends.server.extensions.FileBasedKeyManagerProvider" + NEW_LINE
177 + "ds-cfg-enabled: true" + NEW_LINE
178 + "ds-cfg-key-store-type: JCEKS" + NEW_LINE
179 + "ds-cfg-key-store-file: config/keystore.jceks" + NEW_LINE
[all...]
/forgerock/opendj2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj-b2.6/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2.6.2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-jel-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...

Completed in 109 milliseconds