Searched refs:age (Results 1 - 21 of 21) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPDemographics.java98 String age = CollectionHelper.getMapAttr(userMap,
101 if(age != null) {
102 de.setAge(getDSTInteger(age));
272 DSTInteger age = null;
281 age = demoGraphs.getAge();
293 getAttributeMap(IDPPConstants.DEMO_GRAPHICS_AGE_ELEMENT, age, map);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPDemographics.java98 String age = CollectionHelper.getMapAttr(userMap,
101 if(age != null) {
102 de.setAge(getDSTInteger(age));
272 DSTInteger age = null;
281 age = demoGraphs.getAge();
293 getAttributeMap(IDPPConstants.DEMO_GRAPHICS_AGE_ELEMENT, age, map);
/forgerock/authenticator-ios-v2/unit-tests/
H A DFRANotificationsTableViewControllerTests.m111 XCTAssertEqualObjects(cell.time.text, [pendingNotification age]);
142 XCTAssertEqualObjects(cell.time.text, [approvedNotification age]);
173 XCTAssertEqualObjects(cell.time.text, [deniedNotification age]);
209 // XCTAssertEqualObjects(firstCell.time.text, [firstNotification age]);
210 // XCTAssertEqualObjects(secondCell.time.text, [secondNotification age]);
211 // XCTAssertEqualObjects(thirdCell.time.text, [thirdNotification age]);
230 XCTAssertEqualObjects(firstCell.time.text, [firstNotification age]);
231 XCTAssertEqualObjects(secondCell.time.text, [secondNotification age]);
232 XCTAssertEqualObjects(thirdCell.time.text, [thirdNotification age]);
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/encode/
H A DCookieUtils.java286 * age of the cookie in seconds.
290 * @param maxAge Maximum age of the cookie in seconds; if negative, means
334 * age of the cookie in seconds and sets a path for the cookie to which the
340 * @param maxAge Maximum age of the cookie in seconds; if negative, means
437 int age = cookie.getMaxAge();
438 if (age > -1) {
439 Date date = new Date(System.currentTimeMillis() + age * 1000l);
442 sb.append(";max-age=").append(age);
443 // set Expires as < IE 8 does not support max-age
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/encode/
H A DCookieUtils.java289 * age of the cookie in seconds.
293 * @param maxAge Maximum age of the cookie in seconds; if negative, means
337 * age of the cookie in seconds and sets a path for the cookie to which the
343 * @param maxAge Maximum age of the cookie in seconds; if negative, means
440 int age = cookie.getMaxAge();
441 if (age > -1) {
442 Date date = new Date(currentTimeMillis() + age * 1000l);
445 sb.append(";max-age=").append(age);
446 // set Expires as < IE 8 does not support max-age
[all...]
/forgerock/openam-v13/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DCookieUtils.java186 * the maximum age of the cookie in seconds.
192 * @param maxAge an integer specifying the maximum age of the cookie in
241 * the maximum age of the cookie in seconds and sets
249 * @param maxAge an integer specifying the maximum age of the cookie in
419 int age = cookie.getMaxAge();
420 if (age > -1) {
421 sb.append(";max-age=").append(age);
/forgerock/openam/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DCookieUtils.java186 * the maximum age of the cookie in seconds.
192 * @param maxAge an integer specifying the maximum age of the cookie in
241 * the maximum age of the cookie in seconds and sets
249 * @param maxAge an integer specifying the maximum age of the cookie in
419 int age = cookie.getMaxAge();
420 if (age > -1) {
421 sb.append(";max-age=").append(age);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBaseDNTableModel.java588 * Returns the Object describing the age of oldest missing change of
593 * @return the Object describing the age of oldest missing change of
611 long age = rep.getAgeOfOldestMissingChange();
612 if (age > 0)
614 Date date = new Date(age);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBaseDNTableModel.java589 * Returns the Object describing the age of oldest missing change of
594 * @return the Object describing the age of oldest missing change of
612 long age = rep.getAgeOfOldestMissingChange();
613 if (age > 0)
615 Date date = new Date(age);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBaseDNTableModel.java589 * Returns the Object describing the age of oldest missing change of
594 * @return the Object describing the age of oldest missing change of
612 long age = rep.getAgeOfOldestMissingChange();
613 if (age > 0)
615 Date date = new Date(age);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBaseDNTableModel.java588 * Returns the Object describing the age of oldest missing change of
593 * @return the Object describing the age of oldest missing change of
611 long age = rep.getAgeOfOldestMissingChange();
612 if (age > 0)
614 Date date = new Date(age);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBaseDNTableModel.java589 * Returns the Object describing the age of oldest missing change of
594 * @return the Object describing the age of oldest missing change of
612 long age = rep.getAgeOfOldestMissingChange();
613 if (age > 0)
615 Date date = new Date(age);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DBaseDNTableModel.java568 * Returns the Object describing the age of oldest missing change of
573 * @return the Object describing the age of oldest missing change of
591 long age = rep.getAgeOfOldestMissingChange();
592 if (age > 0)
594 Date date = new Date(age);
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRANotification.h118 * Generates description of the age of this notification as:
134 - (NSString *)age;
H A DFRANotificationsTableViewController.m37 * Timer for updating age of notifications.
113 cell.time.text = [notification age];
139 cell.time.text = [notification age];
H A DFRANotification.m65 - (NSString *)age {
/forgerock/opendj2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...

Completed in 62 milliseconds