Searched refs:notBeforeSkew (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DIPSigninRequest.java343 int notBeforeSkew = SAML2Constants.NOTBEFORE_ASSERTION_SKEW_DEFAULT;
349 notBeforeSkew = Integer.parseInt(notBeforeSkewStr);
352 "got not before skew from config:" + notBeforeSkew);
414 notBeforeSkew, effectiveTime, certAlias, authMethod, authInstant,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DSAML11RequestedSecurityToken.java154 * @param notBeforeSkew number of seconds to subtract from current time
171 String idpEntityId, int notBeforeSkew, int effectiveTime,
192 long skewPeriod = (long)notBeforeSkew * 1000L;
170 SAML11RequestedSecurityToken(String realm, String spEntityId, String idpEntityId, int notBeforeSkew, int effectiveTime, String certAlias, String authMethod, Date authInstant, NameIdentifier ni, List attributes) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DSAML11RequestedSecurityToken.java158 * @param notBeforeSkew number of seconds to subtract from current time
175 String idpEntityId, int notBeforeSkew, int effectiveTime,
195 long skewPeriod = (long)notBeforeSkew * 1000L;
174 SAML11RequestedSecurityToken(String realm, String spTokenIssuerName, String idpEntityId, int notBeforeSkew, int effectiveTime, String certAlias, String authMethod, Date authInstant, NameIdentifier ni, List attributes) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DWSFederationUtils.java541 int notBeforeSkew = WSFederationMetaUtils.getIntAttribute(idpConfig,
562 notBeforeSkew, effectiveTime, certAlias, authMethod, authInstant,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java104 private static long notBeforeSkew; field in class:AssertionManager
126 notBeforeSkew = ((Integer) SAMLServiceManager.getAttribute(
844 Date notBefore = new Date(issueInstant.getTime() - notBeforeSkew);
1438 Date notBefore = new Date(issueInstant.getTime() - notBeforeSkew);
1627 Date notBefore = new Date(issueInstant.getTime() - notBeforeSkew);
2105 Date notBefore = new Date(issueInstant.getTime() - notBeforeSkew);
2613 // issueInstant - notBeforeSkew and notOnOrAfter
2618 - notBeforeSkew);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java106 private static long notBeforeSkew; field in class:AssertionManager
128 notBeforeSkew = ((Integer) SAMLServiceManager.getAttribute(
846 Date notBefore = new Date(issueInstant.getTime() - notBeforeSkew);
1440 Date notBefore = new Date(issueInstant.getTime() - notBeforeSkew);
1629 Date notBefore = new Date(issueInstant.getTime() - notBeforeSkew);
2107 Date notBefore = new Date(issueInstant.getTime() - notBeforeSkew);
2615 // issueInstant - notBeforeSkew and notOnOrAfter
2620 - notBeforeSkew);

Completed in 36 milliseconds