Uses of Interface
io.undertow.security.api.AuthenticatedSessionManager
-
Packages that use AuthenticatedSessionManager Package Description io.undertow.security.api io.undertow.security.impl -
-
Uses of AuthenticatedSessionManager in io.undertow.security.api
Fields in io.undertow.security.api with type parameters of type AuthenticatedSessionManager Modifier and Type Field Description static AttachmentKey<AuthenticatedSessionManager>AuthenticatedSessionManager. ATTACHMENT_KEYThe 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 AuthenticatedSessionManager Modifier and Type Method Description AuthenticationMechanism.AuthenticationMechanismOutcomeCachedAuthenticatedSessionMechanism. runCached(HttpServerExchange exchange, SecurityContext securityContext, AuthenticatedSessionManager sessionManager)
-