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

      All Methods Instance Methods Abstract Methods 
      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 Detail

      • hasIpAddress

        boolean hasIpAddress​(String ipAddress)