@Entity public class SessionEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SessionEntity.SessionCookieValue |
Constructor and Description |
---|
SessionEntity(UserEntity userEntity,
int maxAge,
Long parentSession) |
Modifier and Type | Method and Description |
---|---|
static String |
createSessionCookieValue(String xsrfToken) |
static void |
validateSessionCookieValue(String sessionCookieValueString,
String xsrfToken,
RestRequestContext restRequestContext) |
public SessionEntity(UserEntity userEntity, int maxAge, Long parentSession)
public static void validateSessionCookieValue(String sessionCookieValueString, String xsrfToken, RestRequestContext restRequestContext)
Copyright © 2020. All rights reserved.