public class AuthenticationDetails extends Object
| Constructor and Description |
|---|
AuthenticationDetails() |
AuthenticationDetails(boolean authenticated,
boolean mfaEnabled,
boolean authenticatedByToken,
boolean authenticatedBySession,
boolean authenticatedByMultiFactor,
String authenticationState,
String userId,
String sessionId,
String phoneNo,
long inactivityExpiryTimeInSeconds,
long lastLoggedInTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationState() |
long |
getInactivityExpiryTimeInSeconds() |
long |
getLastLoggedInTimestamp() |
String |
getPhoneNo() |
String |
getSessionId() |
String |
getUserId() |
boolean |
isAuthenticated() |
boolean |
isAuthenticatedByMultiFactor() |
boolean |
isAuthenticatedBySession() |
boolean |
isAuthenticatedByToken() |
boolean |
isMFAEnabled() |
protected void |
setAuthenticationState(String authenticationState) |
public AuthenticationDetails()
public AuthenticationDetails(boolean authenticated,
boolean mfaEnabled,
boolean authenticatedByToken,
boolean authenticatedBySession,
boolean authenticatedByMultiFactor,
String authenticationState,
String userId,
String sessionId,
String phoneNo,
long inactivityExpiryTimeInSeconds,
long lastLoggedInTimestamp)
public final boolean isAuthenticated()
public final boolean isMFAEnabled()
public final boolean isAuthenticatedByToken()
public final boolean isAuthenticatedBySession()
public final boolean isAuthenticatedByMultiFactor()
public String getAuthenticationState()
public final String getUserId()
public final String getSessionId()
public String getPhoneNo()
public long getInactivityExpiryTimeInSeconds()
public long getLastLoggedInTimestamp()
protected final void setAuthenticationState(String authenticationState)
Copyright © 2022. All rights reserved.