Searched refs:contents (Results 26 - 50 of 424) sorted by relevance

1234567891011>>

/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/openidm-v4/custom-scripted-connector-bundler/src/main/java/org/forgerock/openidm/tools/scriptedbundler/
H A DSourceGenerator.java6 * The contents of this file are subject to the terms
126 String contents = hbtemplate.apply(config);
128 FileUtils.write(new File(outputPath + outputFilename), contents);
130 throw new IOException("Failed to read contents of " + template.getInputName(), e);
154 String contents = hbtemplate.apply(config);
163 contents += out.toString();
165 FileUtils.write(new File(outputPath + outputFilename), contents);
167 throw new IOException("Failed to read contents of " + uiTemplate.getInputName(), e);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/adapters/
H A DSessionAdapter.java2 * The contents of this file are subject to the terms of the Common Development and
151 * Search the JSON blob contents and locate a valid field within the JSON.
174 String contents = blobUtils.getBlobAsString(token);
175 Matcher matcher = LATEST_ACCESSED_TIME.matcher(contents);
181 contents = contents.substring(0, matcher.start()) + contents.substring(matcher.end(), contents.length());
182 blobUtils.setBlobFromString(token, contents);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/adapters/
H A DSessionAdapter.java2 * The contents of this file are subject to the terms of the Common Development and
198 * Search the JSON blob contents and locate a valid field within the JSON.
221 String contents = blobUtils.getBlobAsString(token);
222 Matcher matcher = LATEST_ACCESSED_TIME.matcher(contents);
228 contents = contents.substring(0, matcher.start()) + contents.substring(matcher.end(), contents.length());
229 blobUtils.setBlobFromString(token, contents);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/entitlement/
H A DJsonResourceCommand.java2 * The contents of this file are subject to the terms of the Common Development and
137 StringBuilder contents = new StringBuilder();
141 contents.append(line).append('\n');
144 return new JsonValue(MAPPER.readValue(contents.toString(), Map.class));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPEncryptKey.java6 * The contents of this file are subject to the terms
148 List contents = encryptKey.getContent();
150 if(contents == null || contents.size() == 0) {
156 Iterator iter = contents.iterator();
H A DIDPPSignKey.java6 * The contents of this file are subject to the terms
151 List contents = signKey.getContent();
153 if(contents == null || contents.size() == 0) {
158 Iterator iter = contents.iterator();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPEncryptKey.java6 * The contents of this file are subject to the terms
148 List contents = encryptKey.getContent();
150 if(contents == null || contents.size() == 0) {
156 Iterator iter = contents.iterator();
H A DIDPPSignKey.java6 * The contents of this file are subject to the terms
151 List contents = signKey.getContent();
153 if(contents == null || contents.size() == 0) {
158 Iterator iter = contents.iterator();
/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...]
/forgerock/openam/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...]
/forgerock/opendj-v3/opendj-server-legacy/
H A Dreplace.rb447 contents = source.read
454 is_replaced = contents.gsub!(pattern, replace)
458 File.open(file + ".copy", "w+") { |f| f.write(contents) }
497 contents = source.read
498 count, new_contents = yield contents
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOBrowserArtifactProfileHandler.java6 * The contents of this file are subject to the terms
283 List contents = new ArrayList();
304 respID, inResponseTo, status, contents);
338 respID,inResponseTo, status, contents);
394 contents);
463 respID,inResponseTo, status, contents);
490 respID, inResponseTo, status, contents);
512 respID,inResponseTo, status, contents);
542 respID, inResponseTo, status, contents);
570 respID,inResponseTo, status, contents);
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOBrowserArtifactProfileHandler.java6 * The contents of this file are subject to the terms
283 List contents = new ArrayList();
304 respID, inResponseTo, status, contents);
338 respID,inResponseTo, status, contents);
394 contents);
463 respID,inResponseTo, status, contents);
490 respID, inResponseTo, status, contents);
512 respID,inResponseTo, status, contents);
542 respID, inResponseTo, status, contents);
570 respID,inResponseTo, status, contents);
[all...]
/forgerock/openam-v13/openam-tools/build-helper-plugin/src/test/java/org/forgerock/maven/plugins/inject/content/
H A DInjectContentTest.java2 * The contents of this file are subject to the terms of the Common Development and
57 List<Content> contents = new ArrayList<Content>();
58 contents.addAll(Arrays.asList(content));
64 inject.setContents(contents);
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeServices.java6 * The contents of this file are subject to the terms
358 for (Map.Entry<String, String> contents : tags.entrySet()) {
359 content = content.replace(contents.getKey(), contents.getValue().toString());
/forgerock/openam/openam-tools/build-helper-plugin/src/test/java/org/forgerock/maven/plugins/inject/content/
H A DInjectContentTest.java2 * The contents of this file are subject to the terms of the Common Development and
57 List<Content> contents = new ArrayList<Content>();
58 contents.addAll(Arrays.asList(content));
64 inject.setContents(contents);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeServices.java6 * The contents of this file are subject to the terms
365 for (Map.Entry<String, String> contents : tags.entrySet()) {
366 content = content.replace(contents.getKey(), contents.getValue().toString());
/forgerock/opendj-b2.6/tests/staf-tests/
H A Dbuild.bat5 rem The contents of this file are subject to the terms of the
/forgerock/opendj2/resource/bin/
H A D_client-script.bat5 rem The contents of this file are subject to the terms of the
H A Dbackup.bat5 rem The contents of this file are subject to the terms of the
H A Dbase64.bat5 rem The contents of this file are subject to the terms of the
H A Ddbtest.bat5 rem The contents of this file are subject to the terms of the
H A Ddsconfig.bat5 rem The contents of this file are subject to the terms of the
H A Ddsframework.bat5 rem The contents of this file are subject to the terms of the

Completed in 183 milliseconds

1234567891011>>