Uses of Record Class
org.ninjax.core.NinjaSession
Packages that use NinjaSession
-
Uses of NinjaSession in org.ninjax.core
Methods in org.ninjax.core that return NinjaSessionModifier and TypeMethodDescriptionResult.Exists.getSession()NinjaSession.removeValue(String key) Methods in org.ninjax.core that return types with arguments of type NinjaSessionModifier and TypeMethodDescriptionstatic Optional<NinjaSession> NinjaSessionConverter.extractSessionFromCookie(NinjaCookie ninjaSessionCookie, SecretKey secretKeyForSessionEncryption) Request.getNinjaSession()Methods in org.ninjax.core with parameters of type NinjaSessionModifier and TypeMethodDescriptionstatic NinjaCookieNinjaSessionConverter.createCookieWithInformationOfNinjaSession(NinjaSession ninjaSession, SecretKey secretKeyForSessionEncryption, Optional<Long> sessionExpiryTimeInSeconds) Result.withNinjaSession(NinjaSession ninjaSession) Constructors in org.ninjax.core with parameters of type NinjaSessionConstructor parameters in org.ninjax.core with type arguments of type NinjaSessionModifierConstructorDescriptionRequest(Router.Route route, String requestPath, Request.InputStreamGetter inputStreamGetter, Request.FileItemGetter fileItemGetter, Request.FileItemsGetter fileItemsGetter, List<NinjaCookie> ninjaCookies, Map<String, Object> payload, Map<String, List<String>> headers, Map<String, String[]> parameters, Optional<NinjaSession> ninjaSession, Locale language)