Interface VaadinSecurityExpressionOperations

All Superinterfaces:
org.springframework.security.access.expression.SecurityExpressionOperations
All Known Implementing Classes:
VaadinSecurityExpressionRoot

public interface VaadinSecurityExpressionOperations extends org.springframework.security.access.expression.SecurityExpressionOperations
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    hasIpAddress(String ipAddress)
     

    Methods inherited from interface org.springframework.security.access.expression.SecurityExpressionOperations

    denyAll, getAuthentication, hasAnyAuthority, hasAnyRole, hasAuthority, hasPermission, hasPermission, hasRole, isAnonymous, isAuthenticated, isFullyAuthenticated, isRememberMe, permitAll
  • Method Details

    • hasIpAddress

      boolean hasIpAddress(String ipAddress)