Searched refs:authenticationinstant (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthenticationStatement.java364 * @param authenticationinstant The date/time when the authentication
368 public boolean setAuthenticationInstant(Date authenticationinstant) { argument
369 if (authenticationinstant == null) {
376 _authenticationInstant = authenticationinstant;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthenticationStatement.java364 * @param authenticationinstant The date/time when the authentication
368 public boolean setAuthenticationInstant(Date authenticationinstant) { argument
369 if (authenticationinstant == null) {
376 _authenticationInstant = authenticationinstant;

Completed in 35 milliseconds