Java org.springframework.security.web.access WebInvocationPrivilegeEvaluator fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web.access WebInvocationPrivilegeEvaluator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web.access WebInvocationPrivilegeEvaluator.

The text is from its open source code.

Implementation

org.springframework.security.web.access.WebInvocationPrivilegeEvaluator has the following implementations.
Click this link to see all its implementation.

Method

booleanisAllowed(String uri, Authentication authentication)
Determines whether the user represented by the supplied Authentication object is allowed to invoke the supplied URI.
booleanisAllowed(String contextPath, String uri, String method, Authentication authentication)
Determines whether the user represented by the supplied Authentication object is allowed to invoke the supplied URI, with the given .