Searched defs:content (Results 1 - 25 of 235) sorted by relevance

12345678910

/forgerock/openam-v13/openam-tools/build-helper-plugin/src/main/java/org/forgerock/maven/plugins/inject/content/
H A Dpackage-info.java17 * This package contains classes for the inject-content maven plugin.
19 package org.forgerock.maven.plugins.inject.content;
H A DContentConverter.java17 package org.forgerock.maven.plugins.inject.content;
20 * Interface for converting content when injecting it into the destination file.
H A DNoOpContentConverter.java17 package org.forgerock.maven.plugins.inject.content;
H A DXmlContentConverter.java17 package org.forgerock.maven.plugins.inject.content;
H A DIOFactory.java17 package org.forgerock.maven.plugins.inject.content;
72 * Writes the given content file using the given writer, converting each line using the given
76 * @param content The content.
77 * @param contentConverter The content converter.
78 * @throws IOException If there is a problem reading the content file or writing the content.
80 void writeContent(BufferedWriter writer, File content, ContentConverter contentConverter) throws IOException { argument
83 contentReader = newReader(content);
/forgerock/openam/openam-tools/build-helper-plugin/src/main/java/org/forgerock/maven/plugins/inject/content/
H A Dpackage-info.java17 * This package contains classes for the inject-content maven plugin.
19 package org.forgerock.maven.plugins.inject.content;
H A DContentConverter.java17 package org.forgerock.maven.plugins.inject.content;
20 * Interface for converting content when injecting it into the destination file.
H A DNoOpContentConverter.java17 package org.forgerock.maven.plugins.inject.content;
H A DXmlContentConverter.java17 package org.forgerock.maven.plugins.inject.content;
H A DIOFactory.java17 package org.forgerock.maven.plugins.inject.content;
72 * Writes the given content file using the given writer, converting each line using the given
76 * @param content The content.
77 * @param contentConverter The content converter.
78 * @throws IOException If there is a problem reading the content file or writing the content.
80 void writeContent(BufferedWriter writer, File content, ContentConverter contentConverter) throws IOException { argument
83 contentReader = newReader(content);
/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DContent.java50 * <p>The following schema fragment specifies the expected content contained within this class.
68 "content"
74 protected List<Object> content; field in class:Content
77 * Gets the value of the content property.
83 * This is why there is not a <CODE>set</CODE> method for the content property.
101 if (content == null) {
102 content = new ArrayList<Object>();
104 return this.content;
H A DAttributeValue.java57 * <p>The following schema fragment specifies the expected content contained within this class.
76 "content"
85 protected List<Object> content; field in class:AttributeValue
93 * Gets the value of the content property.
99 * This is why there is not a <CODE>set</CODE> method for the content property.
117 if (content == null) {
118 content = new ArrayList<Object>();
120 return this.content;
/forgerock/openam-v13/openam-tools/build-helper-plugin/src/test/java/org/forgerock/maven/plugins/inject/content/
H A DNoOpContentConverterTest.java17 package org.forgerock.maven.plugins.inject.content;
H A DXmlContentConverterTest.java17 package org.forgerock.maven.plugins.inject.content;
H A DInjectContentTest.java17 package org.forgerock.maven.plugins.inject.content;
55 Content... content) throws IOException {
58 contents.addAll(Arrays.asList(content));
75 Content content = new Content();
76 content.setId(contentId);
77 content.setFile(contentFile);
79 return content;
100 .willReturn("BLAH BLAH ${inject.content.CONTENT_ID} BLAH BLAH")
140 .willReturn("BLAH BLAH ${inject.content.CONTENT_ID} BLAH BLAH")
142 .willReturn("${inject.content
54 setUpInject(String destinationFilePath, File tempFile, BufferedReader reader, BufferedWriter writer, Content... content) argument
[all...]
/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/dispatch/
H A DPredicate.java26 * Execute the predicate against the given Json content and return the predicate's success/failure.
28 * @param content against which the predicate can be performed.
31 boolean perform(JsonValue content); argument
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DContent.java50 * <p>The following schema fragment specifies the expected content contained within this class.
68 "content"
74 protected List<Object> content; field in class:Content
77 * Gets the value of the content property.
83 * This is why there is not a <CODE>set</CODE> method for the content property.
101 if (content == null) {
102 content = new ArrayList<Object>();
104 return this.content;
/forgerock/openam/openam-tools/build-helper-plugin/src/test/java/org/forgerock/maven/plugins/inject/content/
H A DNoOpContentConverterTest.java17 package org.forgerock.maven.plugins.inject.content;
H A DXmlContentConverterTest.java17 package org.forgerock.maven.plugins.inject.content;
H A DInjectContentTest.java17 package org.forgerock.maven.plugins.inject.content;
55 Content... content) throws IOException {
58 contents.addAll(Arrays.asList(content));
75 Content content = new Content();
76 content.setId(contentId);
77 content.setFile(contentFile);
79 return content;
100 .willReturn("BLAH BLAH ${inject.content.CONTENT_ID} BLAH BLAH")
140 .willReturn("BLAH BLAH ${inject.content.CONTENT_ID} BLAH BLAH")
142 .willReturn("${inject.content
54 setUpInject(String destinationFilePath, File tempFile, BufferedReader reader, BufferedWriter writer, Content... content) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotification.java39 * important information in this Notification object is the content of this
40 * notification. The content in this Notification object can be an arbitrary
43 * document into this Notification object as its content.
59 * Constructs an instance of Notification class with the content of the
63 * @param content
64 * The content of this Notification.
66 public Notification(String content) { argument
67 notificationContent = XMLUtils.removeInvalidXMLChars(content);
78 * Gets the ID of the DTD for the content of the Notification
80 * @return The ID of the DTD for the content o
111 setContent(String content) argument
[all...]
H A DResponse.java39 * information in this Response object is the content of this response. The
40 * content in this Response object can be an arbitrary String. This makes it
43 * Response object as its content.
59 * Constructs an instance of Response class with the content of the Response.
63 * @param content
64 * The content of this Response.
66 public Response(String content) { argument
67 responseContent = XMLUtils.removeInvalidXMLChars(content);
78 * Gets the ID of the DTD for the content of the Response
80 * @return The ID of the DTD for the content o
109 setContent(String content) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DMergeProperties.java97 private void writeToFile(String filename, StringBuffer content) argument
102 idx = content.indexOf("\\", idx);
104 content.insert(idx, '\\');
114 out.write(content.toString());
/forgerock/openam-v13/openam-oauth/src/main/java/com/sun/identity/oauth/service/
H A DAccessTokenRequest.java77 * @param content representation for the resource
78 * @return an HTTP response with content of the updated or created resource.
85 String content) {
82 postAccessTokenRequest( @ontext HttpContext hc, @Context Request req, String content) argument
H A DRequestTokenRequest.java79 * @param content representation for the resource
80 * @return an HTTP response with content of the updated or created resource.
85 public Response postReqTokenRequest(@Context HttpContext hc, String content) { argument

Completed in 143 milliseconds

12345678910