Class VaadinSecurityExpressionRoot
java.lang.Object
org.springframework.security.access.expression.SecurityExpressionRoot
de.codecamp.vaadin.security.spring.access.VaadinSecurityExpressionRoot
- All Implemented Interfaces:
VaadinSecurityExpressionOperations,org.springframework.security.access.expression.SecurityExpressionOperations
public class VaadinSecurityExpressionRoot
extends org.springframework.security.access.expression.SecurityExpressionRoot
implements VaadinSecurityExpressionOperations
Extended expression root object for Vaadin.
-
Field Summary
Fields inherited from class org.springframework.security.access.expression.SecurityExpressionRoot
admin, authentication, create, delete, denyAll, permitAll, read, write -
Constructor Summary
ConstructorsConstructorDescriptionVaadinSecurityExpressionRoot(org.springframework.security.core.Authentication authentication, com.vaadin.flow.server.VaadinServletRequest request) -
Method Summary
Methods inherited from class org.springframework.security.access.expression.SecurityExpressionRoot
denyAll, getAuthentication, getPrincipal, hasAnyAuthority, hasAnyRole, hasAuthority, hasPermission, hasPermission, hasRole, isAnonymous, isAuthenticated, isFullyAuthenticated, isRememberMe, permitAll, setDefaultRolePrefix, setPermissionEvaluator, setRoleHierarchy, setTrustResolverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.security.access.expression.SecurityExpressionOperations
denyAll, getAuthentication, hasAnyAuthority, hasAnyRole, hasAuthority, hasPermission, hasPermission, hasRole, isAnonymous, isAuthenticated, isFullyAuthenticated, isRememberMe, permitAll
-
Constructor Details
-
VaadinSecurityExpressionRoot
public VaadinSecurityExpressionRoot(org.springframework.security.core.Authentication authentication, com.vaadin.flow.server.VaadinServletRequest request)
-
-
Method Details
-
hasIpAddress
- Specified by:
hasIpAddressin interfaceVaadinSecurityExpressionOperations
-