Package com.vaadin.flow.spring
Class AuthenticationUtil
- java.lang.Object
-
- com.vaadin.flow.spring.AuthenticationUtil
-
public class AuthenticationUtil extends Object
Helpers for authentication related tasks.
-
-
Constructor Summary
Constructors Constructor Description AuthenticationUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.springframework.security.core.AuthenticationgetSecurityHolderAuthentication()Gets the authenticated user from the Spring SecurityContextHolder.static Function<String,Boolean>getSecurityHolderRoleChecker()Gets a function for checking if the authenticated user from the Spring SecurityContextHolder is in a given role.
-