Searched defs:expTime (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionResponse.java76 * expTime CDATA #REQUIRED>
263 * @param expTime time when the session would expire.
265 public void addSessionForGivenUUID(String sid, Long expTime) { argument
266 allSessionsforGivenUUID.put(sid, expTime);
419 .append(sid).append(QUOTE).append(" expTime=")
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionResponse.java76 * expTime CDATA #REQUIRED>
263 * @param expTime time when the session would expire.
265 public void addSessionForGivenUUID(String sid, Long expTime) { argument
266 allSessionsforGivenUUID.put(sid, expTime);
410 .append(sid).append(QUOTE).append(" expTime=")

Completed in 36 milliseconds