Uses of Interface
io.undertow.security.api.AuthenticatedSessionManager
Packages that use AuthenticatedSessionManager
-
Uses of AuthenticatedSessionManager in io.undertow.security.api
Fields in io.undertow.security.api with type parameters of type AuthenticatedSessionManagerModifier and TypeFieldDescriptionstatic final AttachmentKey<AuthenticatedSessionManager>
AuthenticatedSessionManager.ATTACHMENT_KEY
The attachment key that is used to attach the manager to the exchange -
Uses of AuthenticatedSessionManager in io.undertow.security.impl
Methods in io.undertow.security.impl with parameters of type AuthenticatedSessionManagerModifier and TypeMethodDescriptionCachedAuthenticatedSessionMechanism.runCached
(HttpServerExchange exchange, SecurityContext securityContext, AuthenticatedSessionManager sessionManager)