Searched refs:contents (Results 1 - 25 of 424) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-tools/build-helper-plugin/src/main/java/org/forgerock/maven/plugins/inject/content/
H A DInject.java2 * The contents of this file are subject to the terms of the Common Development and
30 private List<Content> contents; field in class:Inject
35 * Gets the contents that will be injected into the destination file.
37 * @return The contents.
40 return contents;
44 * Sets the contents that will be injected into the destination file.
46 * @param contents The contents.
48 public void setContents(List<Content> contents) { argument
49 this.contents
[all...]
H A DInjectContent.java2 * The contents of this file are subject to the terms of the Common Development and
96 Map<Pattern, File> contents = getContentsMap(injectContent.getContents());
107 File content = doesLineMatchId(contents, line);
131 * @param contents The contents configuration.
132 * @return The contents map.
134 private Map<Pattern, File> getContentsMap(List<Content> contents) { argument
136 for (Content content : contents) {
145 * @param contents The contents
149 doesLineMatchId(Map<Pattern, File> contents, String line) argument
[all...]
/forgerock/openam/openam-tools/build-helper-plugin/src/main/java/org/forgerock/maven/plugins/inject/content/
H A DInject.java2 * The contents of this file are subject to the terms of the Common Development and
30 private List<Content> contents; field in class:Inject
35 * Gets the contents that will be injected into the destination file.
37 * @return The contents.
40 return contents;
44 * Sets the contents that will be injected into the destination file.
46 * @param contents The contents.
48 public void setContents(List<Content> contents) { argument
49 this.contents
[all...]
H A DInjectContent.java2 * The contents of this file are subject to the terms of the Common Development and
96 Map<Pattern, File> contents = getContentsMap(injectContent.getContents());
107 File content = doesLineMatchId(contents, line);
131 * @param contents The contents configuration.
132 * @return The contents map.
134 private Map<Pattern, File> getContentsMap(List<Content> contents) { argument
136 for (Content content : contents) {
145 * @param contents The contents
149 doesLineMatchId(Map<Pattern, File> contents, String line) argument
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DOpenSSOHttpServletRequest.java6 * The contents of this file are subject to the terms
55 * Returns the contents of the request
68 String contents = buffer.toString();
69 bytes = contents.getBytes();
70 return contents;
74 * Sets the contents of the request
76 public void setContents(String contents) throws java.io.IOException { argument
77 bytes = contents.getBytes();
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DPermissionTicket.java2 * The contents of this file are subject to the terms of the Common Development and
42 private JsonValue contents = json(object()); field in class:PermissionTicket
61 contents.put(SCOPES, scopes);
97 JsonValue scopes = contents.get(SCOPES);
102 contents.put(SCOPES, scopes);
114 JsonValue value = contents.get(CLIENT_CLIENT_ID);
119 contents.put(CLIENT_CLIENT_ID, clientClientId);
123 return contents;
126 public void setContents(JsonValue contents) { argument
127 this.contents
[all...]
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DPermissionTicket.java2 * The contents of this file are subject to the terms of the Common Development and
45 private JsonValue contents = json(object()); field in class:PermissionTicket
64 contents.put(SCOPES, newList(scopes));
100 JsonValue scopes = contents.get(SCOPES);
105 contents.put(SCOPES, newList(scopes));
117 JsonValue value = contents.get(CLIENT_CLIENT_ID);
122 contents.put(CLIENT_CLIENT_ID, clientClientId);
126 return contents;
129 public void setContents(JsonValue contents) { argument
130 this.contents
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java4 * The contents of this file are subject to the terms of the
40 * Represents the contents of an OpenDS configuration file.
44 private String contents = null; field in class:Configuration
128 String contents = getLowerCaseContents();
129 int index = contents.indexOf("cn=replication server");
133 int index1 = contents.indexOf(attrWithPoints, index);
136 contents.indexOf(Constants.LINE_SEPARATOR, index1);
139 contents.substring(attrWithPoints.length() +
170 int index1 = contents.indexOf(attrWithPoints, index);
173 contents
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java4 * The contents of this file are subject to the terms of the
41 * Represents the contents of an OpenDS configuration file.
45 private String contents = null; field in class:Configuration
129 String contents = getLowerCaseContents();
130 int index = contents.indexOf("cn=replication server");
134 int index1 = contents.indexOf(attrWithPoints, index);
137 contents.indexOf(Constants.LINE_SEPARATOR, index1);
140 contents.substring(attrWithPoints.length() +
171 int index1 = contents.indexOf(attrWithPoints, index);
174 contents
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java4 * The contents of this file are subject to the terms of the
41 * Represents the contents of an OpenDS configuration file.
45 private String contents = null; field in class:Configuration
129 String contents = getLowerCaseContents();
130 int index = contents.indexOf("cn=replication server");
134 int index1 = contents.indexOf(attrWithPoints, index);
137 contents.indexOf(Constants.LINE_SEPARATOR, index1);
140 contents.substring(attrWithPoints.length() +
171 int index1 = contents.indexOf(attrWithPoints, index);
174 contents
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java4 * The contents of this file are subject to the terms of the
40 * Represents the contents of an OpenDS configuration file.
44 private String contents = null; field in class:Configuration
128 String contents = getLowerCaseContents();
129 int index = contents.indexOf("cn=replication server");
133 int index1 = contents.indexOf(attrWithPoints, index);
136 contents.indexOf(Constants.LINE_SEPARATOR, index1);
139 contents.substring(attrWithPoints.length() +
170 int index1 = contents.indexOf(attrWithPoints, index);
173 contents
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java4 * The contents of this file are subject to the terms of the
41 * Represents the contents of an OpenDS configuration file.
45 private String contents = null; field in class:Configuration
129 String contents = getLowerCaseContents();
130 int index = contents.indexOf("cn=replication server");
134 int index1 = contents.indexOf(attrWithPoints, index);
137 contents.indexOf(Constants.LINE_SEPARATOR, index1);
140 contents.substring(attrWithPoints.length() +
171 int index1 = contents.indexOf(attrWithPoints, index);
174 contents
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DConfiguration.java4 * The contents of this file are subject to the terms of the
40 * Represents the contents of an OpenDS configuration file.
44 private String contents; field in class:Configuration
128 String contents = getLowerCaseContents();
129 int index = contents.indexOf("cn=replication server");
133 int index1 = contents.indexOf(attrWithPoints, index);
136 contents.indexOf(Constants.LINE_SEPARATOR, index1);
139 contents.substring(attrWithPoints.length() +
170 int index1 = contents.indexOf(attrWithPoints, index);
173 contents
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/utils/blob/strategies/
H A DAttributeCompressionStrategy.java2 * The contents of this file are subject to the terms of the Common Development and
94 * A heuristic for identifying the contents of the binary data. The objective is to
106 String contents;
108 contents = blobUtils.toUTF8(blob);
113 if (!contents.startsWith("{")) {
117 if (!contents.endsWith("}")) {
125 if (contents.contains(key)) {
133 * Update the Token with the compressed contents.
151 * @param contents String to modify.
153 private String applyReplacement(final BidiMap replacement, String contents) { argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/utils/blob/strategies/
H A DAttributeCompressionStrategy.java2 * The contents of this file are subject to the terms of the Common Development and
94 * A heuristic for identifying the contents of the binary data. The objective is to
106 String contents;
108 contents = blobUtils.toUTF8(blob);
113 if (!contents.startsWith("{")) {
117 if (!contents.endsWith("}")) {
125 if (contents.contains(key)) {
133 * Update the Token with the compressed contents.
151 * @param contents String to modify.
153 private String applyReplacement(final BidiMap replacement, String contents) { argument
[all...]
/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/setup/
H A DAMSetupUtilsTest.java2 * The contents of this file are subject to the terms of the Common Development and
87 String contents = readFile(context, file);
91 assertThat(contents).isEqualTo("FILE_CONTENTS\n");
101 String contents = readFile(null, file);
104 assertThat(contents).isEqualTo("FILE_CONTENTS\n");
/forgerock/openam/openam-core/src/test/java/com/sun/identity/setup/
H A DAMSetupUtilsTest.java2 * The contents of this file are subject to the terms of the Common Development and
87 String contents = readFile(context, file);
91 assertThat(contents).isEqualTo("FILE_CONTENTS\n");
101 String contents = readFile(null, file);
104 assertThat(contents).isEqualTo("FILE_CONTENTS\n");
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/utils/blob/
H A DTokenBlobUtils.java4 * The contents of this file are subject to the terms of the Common Development and
83 * Convert the String contents into an encoded binary representation.
85 * @param contents Non null contents to convert.
89 public byte[] fromUTF8(String contents) throws UnsupportedEncodingException { argument
90 Reject.ifNull(contents);
91 return contents.getBytes(ENCODING);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/utils/blob/
H A DTokenBlobUtils.java4 * The contents of this file are subject to the terms of the Common Development and
83 * Convert the String contents into an encoded binary representation.
85 * @param contents Non null contents to convert.
89 public byte[] fromUTF8(String contents) throws UnsupportedEncodingException { argument
90 Reject.ifNull(contents);
91 return contents.getBytes(ENCODING);
/forgerock/opendj-b2.6/src/server/org/opends/server/util/table/
H A DTextTablePrinter.java4 * The contents of this file are subject to the terms of the
176 String contents = currentRow.get(i);
178 // Determine what parts of contents can be displayed on this
183 if (contents == null) {
186 } else if (contents.length() > width) {
189 int endIndex = contents.lastIndexOf(' ', width);
192 head = contents.substring(0, endIndex);
193 tail = contents.substring(endIndex);
196 head = contents.substring(0, endIndex);
197 tail = contents
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/table/
H A DTextTablePrinter.java4 * The contents of this file are subject to the terms of the
175 String contents = currentRow.get(i);
177 // Determine what parts of contents can be displayed on this
182 if (contents == null) {
185 } else if (contents.length() > width) {
188 int endIndex = contents.lastIndexOf(' ', width);
191 head = contents.substring(0, endIndex);
192 tail = contents.substring(endIndex);
195 head = contents.substring(0, endIndex);
196 tail = contents
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/table/
H A DTextTablePrinter.java4 * The contents of this file are subject to the terms of the
176 String contents = currentRow.get(i);
178 // Determine what parts of contents can be displayed on this
183 if (contents == null) {
186 } else if (contents.length() > width) {
189 int endIndex = contents.lastIndexOf(' ', width);
192 head = contents.substring(0, endIndex);
193 tail = contents.substring(endIndex);
196 head = contents.substring(0, endIndex);
197 tail = contents
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/table/
H A DTextTablePrinter.java4 * The contents of this file are subject to the terms of the
176 String contents = currentRow.get(i);
178 // Determine what parts of contents can be displayed on this
183 if (contents == null) {
186 } else if (contents.length() > width) {
189 int endIndex = contents.lastIndexOf(' ', width);
192 head = contents.substring(0, endIndex);
193 tail = contents.substring(endIndex);
196 head = contents.substring(0, endIndex);
197 tail = contents
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/table/
H A DTextTablePrinter.java4 * The contents of this file are subject to the terms of the
175 String contents = currentRow.get(i);
177 // Determine what parts of contents can be displayed on this
182 if (contents == null) {
185 } else if (contents.length() > width) {
188 int endIndex = contents.lastIndexOf(' ', width);
191 head = contents.substring(0, endIndex);
192 tail = contents.substring(endIndex);
195 head = contents.substring(0, endIndex);
196 tail = contents
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DResponse.java6 * The contents of this file are subject to the terms
153 List contents) throws SAMLException
179 if ((contents != null) &&
180 (contents != Collections.EMPTY_LIST)) {
181 int length = contents.size();
183 Object temp = contents.get(i);
193 assertions = contents;
208 * @param contents A List of Assertions that are the content of the
215 List contents) throws SAMLException
217 buildResponse(responseID, inResponseTo, status, null, contents);
149 buildResponse(String responseID, String inResponseTo, Status status, String recipient, List contents) argument
212 Response(String responseID, String inResponseTo, Status status, List contents) argument
237 Response(String responseID, String inResponseTo, Status status, String recipient, List contents) argument
261 Response(String responseID, Status status, String recipient, List contents) argument
282 Response(String responseID, Status status, List contents) argument
[all...]

Completed in 70 milliseconds

1234567891011>>