public interface StickySessionEncoderProvider extends Provider
| Modifier and Type | Method and Description |
|---|---|
String |
decodeSessionId(String encodedSessionId) |
String |
encodeSessionId(String sessionId) |
boolean |
shouldAttachRoute() |
String encodeSessionId(String sessionId)
sessionId - String decodeSessionId(String encodedSessionId)
encodedSessionId - value of the sticky session cookieAuthenticationSessionModelboolean shouldAttachRoute()
Copyright © 2021 JBoss by Red Hat. All rights reserved.