Searched refs:accepted (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/openam-v13/openam-tools/openam-license-core/src/main/java/org/forgerock/openam/license/
H A DLicense.java23 * A license that can either be accepted or rejected. Encapsulates the license text as well as the
34 private boolean accepted = false; field in class:License
71 * Returns true if the user has accepted the license.
73 * @return true if the license has been accepted.
76 return accepted;
80 * Records that the user has accepted this license agreement.
83 accepted = true;
92 accepted = false;
134 return accepted == license.accepted
[all...]
/forgerock/openam/openam-tools/openam-license-core/src/main/java/org/forgerock/openam/license/
H A DLicense.java23 * A license that can either be accepted or rejected. Encapsulates the license text as well as the
34 private boolean accepted = false; field in class:License
71 * Returns true if the user has accepted the license.
73 * @return true if the license has been accepted.
76 return accepted;
80 * Records that the user has accepted this license agreement.
83 accepted = true;
92 accepted = false;
134 return accepted == license.accepted
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/admin/
H A DLicenseChecker.java48 * Checks whether the user has accepted the license terms, and if not, presents them to the user (on the CLI) to
69 * Whether all licenses have already been accepted.
71 private boolean accepted; field in class:LicenseChecker
129 * Checks whether the user has accepted all required license terms and prompts them to do so via the CLI if not.
134 if (!accepted) {
135 debug.log("License not yet accepted.");
140 licensePresenter.presentLicenses(accepted);
141 accepted = true;
142 debug.log("License agreement accepted by user.");
148 accepted
[all...]
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/admin/
H A DLicenseChecker.java48 * Checks whether the user has accepted the license terms, and if not, presents them to the user (on the CLI) to
69 * Whether all licenses have already been accepted.
71 private boolean accepted; field in class:LicenseChecker
129 * Checks whether the user has accepted all required license terms and prompts them to do so via the CLI if not.
134 if (!accepted) {
135 debug.log("License not yet accepted.");
140 licensePresenter.presentLicenses(accepted);
141 accepted = true;
142 debug.log("License agreement accepted by user.");
148 accepted
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/test/java/com/sun/identity/install/tools/admin/
H A DLicenseCheckerTest.java120 boolean accepted = checker.checkLicenseAcceptance();
123 assertFalse(accepted);
132 boolean accepted = checker.checkLicenseAcceptance();
135 assertTrue(accepted);
148 boolean accepted = checker.checkLicenseAcceptance();
151 assertTrue(accepted);
173 boolean accepted = checker.checkLicenseAcceptance();
176 assertTrue(accepted);
/forgerock/openam/openam-tools/openam-installtools/src/test/java/com/sun/identity/install/tools/admin/
H A DLicenseCheckerTest.java120 boolean accepted = checker.checkLicenseAcceptance();
123 assertFalse(accepted);
132 boolean accepted = checker.checkLicenseAcceptance();
135 assertTrue(accepted);
148 boolean accepted = checker.checkLicenseAcceptance();
151 assertTrue(accepted);
173 boolean accepted = checker.checkLicenseAcceptance();
176 assertTrue(accepted);
/forgerock/openam-v13/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/config/
H A DConfigChangeListener.java104 final boolean accepted = configChangedQueue.offer("RADIUS Config Changed. Loading...");
106 if (!accepted) {
/forgerock/openam/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/config/
H A DConfigChangeListener.java104 final boolean accepted = configChangedQueue.offer("RADIUS Config Changed. Loading...");
106 if (!accepted) {
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/css/Specific/
H A DoptionUpgrade.css74 .license-accepted .summary{
78 .license-accepted .license{
107 .license-accepted #upgradeFooter{
/forgerock/openam/openam-server-only/src/main/webapp/assets/css/Specific/
H A DoptionUpgrade.css74 .license-accepted .summary{
78 .license-accepted .license{
107 .license-accepted #upgradeFooter{
/forgerock/openam-v13/openam-tools/openam-license-core/src/test/java/org/forgerock/openam/license/
H A DPersistentLicenseLocatorTest.java94 two.accept(); // Copies will be accepted and this is significant for equals() check
109 boolean accepted = result.isAccepted();
113 assertTrue(accepted);
/forgerock/openam/openam-tools/openam-license-core/src/test/java/org/forgerock/openam/license/
H A DPersistentLicenseLocatorTest.java94 two.accept(); // Copies will be accepted and this is significant for equals() check
109 boolean accepted = result.isAccepted();
113 assertTrue(accepted);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java799 boolean accepted = true;
805 while (!couldConnect && accepted)
928 accepted = promptToProvideAuthenticationAgain();
929 if (accepted)
942 if (accepted)
962 userData.setUpdateRemoteReplication(accepted);
963 return accepted;
1137 * to the remote servers and all the presented certificates were accepted and
1142 * to the remote servers and all the presented certificates were accepted and
1153 boolean accepted
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java798 boolean accepted = true;
804 while (!couldConnect && accepted)
927 accepted = promptToProvideAuthenticationAgain();
928 if (accepted)
941 if (accepted)
961 userData.setUpdateRemoteReplication(accepted);
962 return accepted;
1136 * to the remote servers and all the presented certificates were accepted and
1141 * to the remote servers and all the presented certificates were accepted and
1152 boolean accepted
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java799 boolean accepted = true;
805 while (!couldConnect && accepted)
928 accepted = promptToProvideAuthenticationAgain();
929 if (accepted)
942 if (accepted)
962 userData.setUpdateRemoteReplication(accepted);
963 return accepted;
1137 * to the remote servers and all the presented certificates were accepted and
1142 * to the remote servers and all the presented certificates were accepted and
1153 boolean accepted
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java798 boolean accepted = true;
804 while (!couldConnect && accepted)
927 accepted = promptToProvideAuthenticationAgain();
928 if (accepted)
941 if (accepted)
961 userData.setUpdateRemoteReplication(accepted);
962 return accepted;
1136 * to the remote servers and all the presented certificates were accepted and
1141 * to the remote servers and all the presented certificates were accepted and
1152 boolean accepted
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java799 boolean accepted = true;
805 while (!couldConnect && accepted)
928 accepted = promptToProvideAuthenticationAgain();
929 if (accepted)
942 if (accepted)
962 userData.setUpdateRemoteReplication(accepted);
963 return accepted;
1137 * to the remote servers and all the presented certificates were accepted and
1142 * to the remote servers and all the presented certificates were accepted and
1153 boolean accepted
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java795 boolean accepted = true;
801 while (!couldConnect && accepted)
904 accepted = promptToProvideAuthenticationAgain();
905 if (accepted)
918 if (accepted)
938 userData.setUpdateRemoteReplication(accepted);
939 return accepted;
1155 * remote servers and all the presented certificates were accepted and
1161 * the presented certificates were accepted and <CODE>false</CODE>
1173 boolean accepted
[all...]
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/notifications/
H A DPushNotification.java57 private PushNotification(Mechanism mechanism, long id, String amlbCookie, Calendar timeAdded, Calendar timeExpired, boolean accepted, boolean active, String messageId, String base64Challenge) { argument
58 super(mechanism, id, timeAdded, timeExpired, accepted, active);
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1399 private final Map<Integer, ReplicationServerInfo> accepted = field in class:ReplicationBroker.LocalEvaluation
1408 this.accepted.put(rsId, rsInfo);
1413 this.accepted.remove(rsInfo.getServerId()); // undo accept
1419 return accepted;
1424 return accepted.values().toArray(
1425 new ReplicationServerInfo[accepted.size()]);
1440 return !accepted.isEmpty();
1719 // This RS is even more up to date, reject all previously accepted RSs
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1660 private final Map<Integer, ReplicationServerInfo> accepted = field in class:ReplicationBroker.LocalEvaluation
1669 this.accepted.put(rsId, rsInfo);
1674 this.accepted.remove(rsInfo.getServerId()); // undo accept
1680 return accepted;
1685 return accepted.values().toArray(
1686 new ReplicationServerInfo[accepted.size()]);
1701 return !accepted.isEmpty();
1982 // This RS is even more up to date, reject all previously accepted RSs
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1399 private final Map<Integer, ReplicationServerInfo> accepted = field in class:ReplicationBroker.LocalEvaluation
1408 this.accepted.put(rsId, rsInfo);
1413 this.accepted.remove(rsInfo.getServerId()); // undo accept
1419 return accepted;
1424 return accepted.values().toArray(
1425 new ReplicationServerInfo[accepted.size()]);
1440 return !accepted.isEmpty();
1719 // This RS is even more up to date, reject all previously accepted RSs
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationBroker.java1377 private final Map<Integer, ReplicationServerInfo> accepted = new HashMap<>(); field in class:ReplicationBroker.LocalEvaluation
1384 this.accepted.put(rsId, rsInfo);
1389 this.accepted.remove(rsInfo.getServerId()); // undo accept
1395 return accepted;
1400 return accepted.values().toArray(
1401 new ReplicationServerInfo[accepted.size()]);
1416 return !accepted.isEmpty();
1697 // This RS is even more up to date, reject all previously accepted RSs
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/usecase/
H A DREADME173 9. Two notifications are created when the request is accepted - one for the user who initiated the
231 subject : 'Use Case Test Notification', type : 'text/plain', body : 'The access request was accepted']
271 8. If the manager accepted log out and log in as systemadmin (default password is "Passw0rd").
/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c2861 Returns: points to the start of the next opcode if *code is accepted
2862 NULL if *code is not accepted
3049 return NULL; /* Opcode not accepted */
3086 BOOL accepted, invert_bits; local
3317 accepted = FALSE; /* Always set in non-unicode case. */
3321 accepted = TRUE;
3344 case 1: accepted = bothprop; break;
3345 case 2: accepted = (base_list[3] == list[3]) != same; break;
3346 case 3: accepted = !same; break;
3349 accepted
[all...]

Completed in 238 milliseconds

12