Example usage for org.springframework.security.access ConfigAttribute interface-usage

List of usage examples for org.springframework.security.access ConfigAttribute interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.access ConfigAttribute interface-usage.

Usage

From source file de.iew.framework.security.access.WebResourceAccessRuleConfigAttribute.java

/**
 * Interface to implement our own hierarchy of {@link ConfigAttribute} classes.
 * <p>
 * Our web resources are configured by domain models. This hierarchy provides
 * a simple interface to create {@link ConfigAttribute} instances from these
 * domain models.

From source file grails.plugin.springsecurity.access.vote.ClosureConfigAttribute.java

/**
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */
public class ClosureConfigAttribute implements ConfigAttribute {

    private static final long serialVersionUID = 1;

From source file grails.plugin.springsecurity.web.access.expression.WebExpressionConfigAttribute.java

/**
 * Simple expression configuration attribute for use in web request authorizations.
 * Based on the class of the same name in Spring Security which is package-default.
 *
 * @author Luke Taylor
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>

From source file org.codehaus.groovy.grails.plugins.springsecurity.WebExpressionConfigAttribute.java

/**
 * Simple expression configuration attribute for use in web request authorizations.
 * Based on the class of the same name in Spring Security which is package-default.
 *
 * @author Luke Taylor
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>