public class AuthenticationDetails extends Object
| Constructor and Description |
|---|
AuthenticationDetails() |
AuthenticationDetails(boolean authenticated,
boolean authenticatedByToken,
String userId,
String sessionId,
long inactivityExpiryTimeInSeconds,
long lastLoggedInTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
long |
getInactivityExpiryTimeInSeconds() |
long |
getLastLoggedInTimestamp() |
String |
getSessionId() |
String |
getUserId() |
boolean |
isAuthenticated() |
boolean |
isAuthenticatedByToken() |
public final boolean isAuthenticated()
public final boolean isAuthenticatedByToken()
public final String getUserId()
public final String getSessionId()
public long getInactivityExpiryTimeInSeconds()
public long getLastLoggedInTimestamp()
Copyright © 2021. All rights reserved.