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

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

Introduction

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

The text is from its open source code.

Implementation

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

Field

Method

booleansupports(ConfigAttribute attribute)
Indicates whether this AccessDecisionVoter is able to vote on the passed ConfigAttribute .
booleansupports(Class clazz)
Indicates whether the AccessDecisionVoter implementation is able to provide access control votes for the indicated secured object type.
intvote(Authentication authentication, S object, Collection attributes)
Indicates whether or not access is granted.