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, create, delete, denyAll, permitAll, read, write
  • Constructor Summary

    Constructors
    Constructor
    Description
    VaadinSecurityExpressionRoot(org.springframework.security.core.Authentication authentication, com.vaadin.flow.server.VaadinServletRequest request)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    hasIpAddress(String ipAddress)
     

    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, setTrustResolver

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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