public class AuthenticationDetails extends Object
| Constructor and Description |
|---|
AuthenticationDetails() |
AuthenticationDetails(boolean authenticated,
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 |
isAuthenticatedBySession() |
void |
markAuthenticatedBySession() |
protected void |
setAuthenticationState(String authenticationState) |
public final boolean isAuthenticated()
public String getAuthenticationState()
public boolean isAuthenticatedBySession()
public final String getUserId()
public final String getSessionId()
public String getPhoneNo()
public long getInactivityExpiryTimeInSeconds()
public long getLastLoggedInTimestamp()
public void markAuthenticatedBySession()
protected final void setAuthenticationState(String authenticationState)
Copyright © 2023. All rights reserved.