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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

Objectdecide(Authentication authentication, Object object, Collection attributes, Object returnedObject)
booleansupports(ConfigAttribute attribute)
Indicates whether this AfterInvocationProvider is able to participate in a decision involving the passed ConfigAttribute.
booleansupports(Class clazz)
Indicates whether the AfterInvocationProvider is able to provide "after invocation" processing for the indicated secured object type.