Uses of Interface
net.solarnetwork.central.security.SecurityUser
Packages that use SecurityUser
-
Uses of SecurityUser in net.solarnetwork.central.security
Classes in net.solarnetwork.central.security that implement SecurityUserModifier and TypeClassDescriptionclassExtension of Spring Security'sUserobject to add SolarNetwork attributes.Methods in net.solarnetwork.central.security that return SecurityUserModifier and TypeMethodDescriptionstatic SecurityUserSecurityUtils.becomeUser(String username, String name, Long userId) Become a user with aRUN_AS_ROLE_USERauthority.static SecurityUserSecurityUtils.getCurrentUser()Get the currentSecurityUser.static SecurityUserSecurityUtils.getUser(org.springframework.security.core.Authentication auth) Get aSecurityUserfor a given authentication.