Searched defs:notOnOrAfter (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DServiceInstanceUpdateHeader.java336 private Date notOnOrAfter = null; field in class:ServiceInstanceUpdateHeader.Credential
342 * @param notOnOrAfter a Date for <code>notOnOrAfter</code> attribute.
344 public Credential(Element child, Date notOnOrAfter) { argument
346 this.notOnOrAfter = notOnOrAfter;
377 notOnOrAfter = DateUtils.stringToDate(str);
388 * Returns value of <code>notOnOrAfter</code> attribute.
390 * @return value of <code>notOnOrAfter</code> attribute.
393 return notOnOrAfter;
410 setNotOnOrAfter(Date notOnOrAfter) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DConditions.java78 * @param notOnOrAfter specifies the time instant at which the assertion
81 * <code>notOnOrAfter</code> instant.
83 public Conditions(java.util.Date notBefore, java.util.Date notOnOrAfter) argument
87 if(notOnOrAfter != null) {
88 if ((notBefore.after(notOnOrAfter)) ||
89 (notBefore.equals(notOnOrAfter)))
93 + " notBefore or notOnOrAfter");
99 _notOnOrAfter = notOnOrAfter;
105 _notOnOrAfter = notOnOrAfter;
114 * @param notOnOrAfter specifie
122 Conditions(java.util.Date notBefore, java.util.Date notOnOrAfter, Condition condition, AudienceRestrictionCondition arc) argument
158 Conditions(java.util.Date notBefore, java.util.Date notOnOrAfter, Condition condition, AudienceRestrictionCondition arc, DoNotCacheCondition doNotCacheCnd) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DLogoutRequestImpl.java68 private Date notOnOrAfter; field in class:LogoutRequestImpl
116 * Returns the value of the notOnOrAfter property.
118 * @return <code>java.util.Date</code> value of the notOnOrAfter property
122 return notOnOrAfter;
126 * Sets the value of the notOnOrAfter property.
128 * @param value <code>java.util.Date</code> value of the notOnOrAfter
135 this.notOnOrAfter = value;
354 if (notOnOrAfter != null) {
359 .append(DateUtils.toUTCDateFormat(notOnOrAfter))
517 notOnOrAfter
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DServiceInstanceUpdateHeader.java336 private Date notOnOrAfter = null; field in class:ServiceInstanceUpdateHeader.Credential
342 * @param notOnOrAfter a Date for <code>notOnOrAfter</code> attribute.
344 public Credential(Element child, Date notOnOrAfter) { argument
346 this.notOnOrAfter = notOnOrAfter;
377 notOnOrAfter = DateUtils.stringToDate(str);
388 * Returns value of <code>notOnOrAfter</code> attribute.
390 * @return value of <code>notOnOrAfter</code> attribute.
393 return notOnOrAfter;
410 setNotOnOrAfter(Date notOnOrAfter) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DConditions.java78 * @param notOnOrAfter specifies the time instant at which the assertion
81 * <code>notOnOrAfter</code> instant.
83 public Conditions(java.util.Date notBefore, java.util.Date notOnOrAfter) argument
87 if(notOnOrAfter != null) {
88 if ((notBefore.after(notOnOrAfter)) ||
89 (notBefore.equals(notOnOrAfter)))
93 + " notBefore or notOnOrAfter");
99 _notOnOrAfter = notOnOrAfter;
105 _notOnOrAfter = notOnOrAfter;
114 * @param notOnOrAfter specifie
122 Conditions(java.util.Date notBefore, java.util.Date notOnOrAfter, Condition condition, AudienceRestrictionCondition arc) argument
158 Conditions(java.util.Date notBefore, java.util.Date notOnOrAfter, Condition condition, AudienceRestrictionCondition arc, DoNotCacheCondition doNotCacheCnd) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DLogoutRequestImpl.java68 private Date notOnOrAfter; field in class:LogoutRequestImpl
116 * Returns the value of the notOnOrAfter property.
118 * @return <code>java.util.Date</code> value of the notOnOrAfter property
122 return notOnOrAfter;
126 * Sets the value of the notOnOrAfter property.
128 * @param value <code>java.util.Date</code> value of the notOnOrAfter
135 this.notOnOrAfter = value;
354 if (notOnOrAfter != null) {
359 .append(DateUtils.toUTCDateFormat(notOnOrAfter))
517 notOnOrAfter
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DConditionsImpl.java61 private Date notOnOrAfter; field in class:ConditionsImpl
158 notOnOrAfter = DateUtils.stringToDate(attrValue);
213 return notOnOrAfter;
229 notOnOrAfter = value;
359 if (notOnOrAfter == null) {
362 if (someTime < notOnOrAfter.getTime()) {
366 } else if (notOnOrAfter == null ) {
371 (someTime < notOnOrAfter.getTime()))
405 if (notOnOrAfter != null) {
406 str = DateUtils.toUTCDateFormat(notOnOrAfter);
[all...]
H A DSubjectConfirmationDataImpl.java65 private Date notOnOrAfter = null; field in class:SubjectConfirmationDataImpl
172 notOnOrAfter = DateUtils.stringToDate(attrValue);
200 return notOnOrAfter;
218 notOnOrAfter = value;
463 if (notOnOrAfter != null) {
465 xml.append(DateUtils.toUTCDateFormat(notOnOrAfter));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSLogoutNotification.java79 protected Date notOnOrAfter = null; field in class:FSLogoutNotification
130 notOnOrAfter = DateUtils.stringToDate(notAfter);
398 if (notOnOrAfter == null) {
399 notOnOrAfter = new Date(issueInstant.getTime() +
402 String notAfter = DateUtils.toUTCDateFormat(notOnOrAfter);
670 notOnOrAfter = new Date(issueInstant.getTime() +
675 DateUtils.toUTCDateFormat(notOnOrAfter)))
821 retLogoutNotification.notOnOrAfter =
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSLogoutNotification.java82 protected Date notOnOrAfter = null; field in class:FSLogoutNotification
133 notOnOrAfter = DateUtils.stringToDate(notAfter);
401 if (notOnOrAfter == null) {
402 notOnOrAfter = new Date(issueInstant.getTime() +
405 String notAfter = DateUtils.toUTCDateFormat(notOnOrAfter);
673 notOnOrAfter = new Date(issueInstant.getTime() +
678 DateUtils.toUTCDateFormat(notOnOrAfter)))
824 retLogoutNotification.notOnOrAfter =
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DConditionsImpl.java61 private Date notOnOrAfter; field in class:ConditionsImpl
158 notOnOrAfter = DateUtils.stringToDate(attrValue);
213 return notOnOrAfter;
229 notOnOrAfter = value;
359 if (notOnOrAfter == null) {
362 if (someTime < notOnOrAfter.getTime()) {
366 } else if (notOnOrAfter == null ) {
371 (someTime < notOnOrAfter.getTime()))
405 if (notOnOrAfter != null) {
406 str = DateUtils.toUTCDateFormat(notOnOrAfter);
[all...]
H A DSubjectConfirmationDataImpl.java65 private Date notOnOrAfter = null; field in class:SubjectConfirmationDataImpl
172 notOnOrAfter = DateUtils.stringToDate(attrValue);
200 return notOnOrAfter;
218 notOnOrAfter = value;
463 if (notOnOrAfter != null) {
465 xml.append(DateUtils.toUTCDateFormat(notOnOrAfter));

Completed in 53 milliseconds