Searched refs:skew (Results 1 - 3 of 3) sorted by relevance

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DLibertyAuthnResponseHelper.java169 // Obtain the skew factor from the configuration
170 long skew = getSkewFactor();
171 if(skew == 0L) {
174 + "cdsso.clock.skew value is 0.");
185 + notOnOrAfter + " SystemDate: " + systemDate + " skew: "
186 + skew);
189 // Adjust the notBefore and notOnOrAfter with skew factor
190 long adjustedNotBefore = notBefore.getTime() - skew;
191 long adjustedNotOnOrAfter = notOnOrAfter.getTime() + skew;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DActionDecision.java66 * by this skew on the client side.
350 * Sets the client clock skew
351 * @param skew the time skew in milliseconds, serverTime - clientTime
353 public static void setClientClockSkew(long skew) { argument
354 clientClockSkew = skew;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DActionDecision.java66 * by this skew on the client side.
350 * Sets the client clock skew
351 * @param skew the time skew in milliseconds, serverTime - clientTime
353 public static void setClientClockSkew(long skew) { argument
354 clientClockSkew = skew;

Completed in 29 milliseconds