Searched defs:_authenticationInstant (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSessionContext.java66 protected Date _authenticationInstant = null; field in class:SessionContext
98 _authenticationInstant = new Date();
191 _authenticationInstant = DateUtils.stringToDate(authInstant);
359 append(DateUtils.toUTCDateFormat(_authenticationInstant)).
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSessionContext.java68 protected Date _authenticationInstant = null; field in class:SessionContext
100 _authenticationInstant = newDate();
193 _authenticationInstant = DateUtils.stringToDate(authInstant);
361 append(DateUtils.toUTCDateFormat(_authenticationInstant)).
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthenticationStatement.java60 protected Date _authenticationInstant = null; field in class:AuthenticationStatement
124 _authenticationInstant =
238 _authenticationInstant = authInstant;
269 _authenticationInstant = authInstant;
357 return _authenticationInstant;
376 _authenticationInstant = authenticationinstant;
459 if (_authenticationInstant != null &&
460 _authenticationInstant.toString().length() != 0
463 .append(DateUtils.toUTCDateFormat(_authenticationInstant))
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthenticationStatement.java60 protected Date _authenticationInstant = null; field in class:AuthenticationStatement
124 _authenticationInstant =
238 _authenticationInstant = authInstant;
269 _authenticationInstant = authInstant;
357 return _authenticationInstant;
376 _authenticationInstant = authenticationinstant;
459 if (_authenticationInstant != null &&
460 _authenticationInstant.toString().length() != 0
463 .append(DateUtils.toUTCDateFormat(_authenticationInstant))

Completed in 33 milliseconds