Uses of Interface
net.ltgt.oidc.servlet.UserPrincipal
-
Uses of UserPrincipal in net.ltgt.oidc.servlet
Classes in net.ltgt.oidc.servlet that implement UserPrincipalModifier and TypeClassDescriptionclassAUserPrincipalthat extracts Keycloak realm roles from the user information.classA simpleUserPrincipalimplementation with no role at all.Methods in net.ltgt.oidc.servlet that return UserPrincipalModifier 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.