Uses of Class
net.ltgt.oidc.servlet.SessionInfo
-
Uses of SessionInfo in net.ltgt.oidc.servlet
Methods in net.ltgt.oidc.servlet that return SessionInfoModifier and TypeMethodDescriptionKeycloakUserPrincipal.getSessionInfo()SimpleUserPrincipal.getSessionInfo()UserPrincipal.getSessionInfo()Methods in net.ltgt.oidc.servlet with parameters of type SessionInfoModifier and TypeMethodDescriptionUserPrincipalFactory.createUserPrincipal(SessionInfo sessionInfo, HttpSession session) Called on each request by theUserFilterto create theUserPrincipalfor the authenticated user; that will be exposed downward the filter chain as the request's principal.default voidUserPrincipalFactory.userAuthenticated(SessionInfo sessionInfo, HttpSession session) Called by theCallbackServletwhen the user is successfully authenticated to load additional user data into the session, that can be used byUserPrincipalFactory.createUserPrincipal(net.ltgt.oidc.servlet.SessionInfo, jakarta.servlet.http.HttpSession)when creating the principal.Constructors in net.ltgt.oidc.servlet with parameters of type SessionInfoModifierConstructorDescriptionKeycloakUserPrincipal(SessionInfo sessionInfo) SimpleUserPrincipal(SessionInfo sessionInfo)