Uses of Class
cn.herodotus.engine.core.identity.domain.UserPrincipal
Packages that use UserPrincipal
Package
Description
-
Uses of UserPrincipal in cn.herodotus.engine.core.identity.oauth2
Methods in cn.herodotus.engine.core.identity.oauth2 that return UserPrincipal -
Uses of UserPrincipal in cn.herodotus.engine.core.identity.utils
Methods in cn.herodotus.engine.core.identity.utils that return UserPrincipalModifier and TypeMethodDescriptionstatic UserPrincipalSecurityUtils.getUserPrincipal(org.springframework.security.core.Authentication authentication) 从Authentication读取用户信息UserPrincipalstatic UserPrincipalServletSecurityUtils.getUserPrincipal(jakarta.servlet.http.HttpServletRequest request) 从HttpSession读取用户信息UserPrincipalMethods in cn.herodotus.engine.core.identity.utils that return types with arguments of type UserPrincipalModifier and TypeMethodDescriptionstatic Optional<UserPrincipal>SecurityUtils.findUserPrincipal(org.springframework.security.core.Authentication authentication) 从Authentication查找用户信息UserPrincipalstatic Optional<UserPrincipal>ServletSecurityUtils.findUserPrincipal(jakarta.servlet.http.HttpServletRequest request) 从HttpSession读取用户信息UserPrincipal