Class NinjaSessionConverter
java.lang.Object
org.ninjax.core.NinjaSessionConverter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NinjaCookiestatic NinjaCookiecreateCookieWithInformationOfNinjaSession(NinjaSession ninjaSession, SecretKey secretKeyForSessionEncryption, Optional<Long> sessionExpiryTimeInSeconds) static Optional<NinjaSession> extractSessionFromCookie(NinjaCookie ninjaSessionCookie, SecretKey secretKeyForSessionEncryption)
-
Field Details
-
NINJA_SESSION_COOKIE_NAME
- See Also:
-
-
Constructor Details
-
NinjaSessionConverter
public NinjaSessionConverter()
-
-
Method Details
-
extractSessionFromCookie
public static Optional<NinjaSession> extractSessionFromCookie(NinjaCookie ninjaSessionCookie, SecretKey secretKeyForSessionEncryption) -
createCookieToRemoveNinjaSession
-
createCookieWithInformationOfNinjaSession
public static NinjaCookie createCookieWithInformationOfNinjaSession(NinjaSession ninjaSession, SecretKey secretKeyForSessionEncryption, Optional<Long> sessionExpiryTimeInSeconds)
-