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