Interface VaadinSecurityExpressionHandler
- All Superinterfaces:
org.springframework.aop.framework.AopInfrastructureBean,org.springframework.security.access.expression.SecurityExpressionHandler<com.vaadin.flow.server.VaadinServletRequest>
- All Known Implementing Classes:
DefaultVaadinSecurityExpressionHandler
public interface VaadinSecurityExpressionHandler
extends org.springframework.security.access.expression.SecurityExpressionHandler<com.vaadin.flow.server.VaadinServletRequest>
Security expression handler specifically for Vaadin.
-
Method Summary
Modifier and TypeMethodDescriptioncreateSecurityExpressionRoot(org.springframework.security.core.Authentication authentication, com.vaadin.flow.server.VaadinServletRequest request) Methods inherited from interface org.springframework.security.access.expression.SecurityExpressionHandler
createEvaluationContext, getExpressionParser
-
Method Details
-
createSecurityExpressionRoot
VaadinSecurityExpressionRoot createSecurityExpressionRoot(org.springframework.security.core.Authentication authentication, com.vaadin.flow.server.VaadinServletRequest request)
-