Searched defs:contents (Results 1 - 25 of 92) sorted by relevance

1234

/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-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/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/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-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-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/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-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...]
H A DRequest.java6 * The contents of this file are subject to the terms
178 * @param contents A List of objects that are the contents of Request that
189 List contents) throws SAMLException {
224 parseContents(contents);
258 * Checks the contents of the Request and set the class members accordingly.
261 * @param contents A List that contains the contents of the request.
266 private void parseContents(List contents) throws SAMLException { argument
267 // check contents an
187 Request(List respondWiths, String requestId, List contents) argument
427 Request(String requestId, List contents) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSRequest.java6 * The contents of this file are subject to the terms
135 * @param contents a <code>List</code> of objects that are the contents
145 public FSRequest(String requestId, List contents) throws SAMLException { argument
146 super(requestId, contents);
275 // get the contents of the request
342 + "contained mixed contents.");
359 + "contained mixed contents.");
H A DFSResponse.java6 * The contents of this file are subject to the terms
126 * @param contents list containing response elements.
133 List contents) throws SAMLException, FSMsgException {
134 super( responseID, inResponseTo, status, contents);
130 FSResponse(String responseID, String inResponseTo, Status status, List contents) argument
/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-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSRequest.java6 * The contents of this file are subject to the terms
135 * @param contents a <code>List</code> of objects that are the contents
145 public FSRequest(String requestId, List contents) throws SAMLException { argument
146 super(requestId, contents);
275 // get the contents of the request
342 + "contained mixed contents.");
359 + "contained mixed contents.");
H A DFSResponse.java6 * The contents of this file are subject to the terms
126 * @param contents list containing response elements.
133 List contents) throws SAMLException, FSMsgException {
134 super( responseID, inResponseTo, status, contents);
130 FSResponse(String responseID, String inResponseTo, Status status, List contents) argument
/forgerock/openam/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
152 List contents) throws SAMLException
178 if ((contents != null) &&
179 (contents != Collections.EMPTY_LIST)) {
180 int length = contents.size();
182 Object temp = contents.get(i);
192 assertions = contents;
207 * @param contents A List of Assertions that are the content of the
214 List contents) throws SAMLException
216 buildResponse(responseID, inResponseTo, status, null, contents);
148 buildResponse(String responseID, String inResponseTo, Status status, String recipient, List contents) argument
211 Response(String responseID, String inResponseTo, Status status, List contents) argument
236 Response(String responseID, String inResponseTo, Status status, String recipient, List contents) argument
260 Response(String responseID, Status status, String recipient, List contents) argument
281 Response(String responseID, Status status, List contents) argument
[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/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/servlet/
H A DSAMLSOAPReceiver.java6 * The contents of this file are subject to the terms
370 List contents = new ArrayList();
390 contents);
433 recipient,contents);
457 contents);
481 contents);
501 status, recipient, contents);
521 recipient, contents);
542 status, recipient, contents);
570 status, recipient, contents);
1007 validateStatements(Assertion assertion, List respondWith, List contents,int index, String respID, String inResponseTo, String recipient) argument
[all...]

Completed in 54 milliseconds

1234