@Entity public class LoginSessionEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DELETE_LOGIN_SESSION |
| Constructor and Description |
|---|
LoginSessionEntity() |
LoginSessionEntity(LoginSessionToken token,
com.nimbusds.openid.connect.sdk.claims.UserInfo userInfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJsonUserInfo() |
com.nimbusds.openid.connect.sdk.claims.UserInfo |
getUserInfo() |
Boolean |
getValid() |
void |
onPrePersist() |
void |
setValid(Boolean valid) |
public static final String DELETE_LOGIN_SESSION
public LoginSessionEntity()
public LoginSessionEntity(LoginSessionToken token, com.nimbusds.openid.connect.sdk.claims.UserInfo userInfo)
Copyright © 2015–2017. All rights reserved.