Searched defs:notBeforeSkewTime (Results 1 - 2 of 2) sorted by relevance
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/ |
H A D | IDPSSOUtil.java | 997 int notBeforeSkewTime = getNotBeforeSkewTime(realm, idpEntityID); 1037 notBeforeSkewTime, effectiveTime); 1673 int notBeforeSkewTime, int effectiveTime) throws SAML2Exception { 1680 date.setTime(date.getTime() - notBeforeSkewTime * 1000); 2780 int notBeforeSkewTime = 2788 notBeforeSkewTime = Integer.parseInt(skewTimeStr); 2792 + notBeforeSkewTime); 2796 notBeforeSkewTime = 2802 notBeforeSkewTime); 2804 return notBeforeSkewTime; 1672 getConditions(String audienceEntityID, int notBeforeSkewTime, int effectiveTime) argument [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/ |
H A D | IDPSSOUtil.java | 1006 int notBeforeSkewTime = getNotBeforeSkewTime(realm, idpEntityID); 1046 notBeforeSkewTime, effectiveTime); 1706 int notBeforeSkewTime, int effectiveTime) throws SAML2Exception { 1713 date.setTime(date.getTime() - notBeforeSkewTime * 1000); 2813 int notBeforeSkewTime = 2821 notBeforeSkewTime = Integer.parseInt(skewTimeStr); 2825 + notBeforeSkewTime); 2829 notBeforeSkewTime = 2835 notBeforeSkewTime); 2837 return notBeforeSkewTime; 1705 getConditions(String audienceEntityID, int notBeforeSkewTime, int effectiveTime) argument [all...] |
Completed in 330 milliseconds