Example usage for org.springframework.security.acls.model AclService interface-usage

List of usage examples for org.springframework.security.acls.model AclService interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.acls.model AclService interface-usage.

Usage

From source file eu.europeana.aas.acl.CassandraAclService.java

/**
 * Implementation of {@link AclService} using the {@link AclRepository} to
 * access ACLs stored in Cassandra.
 *
 * @author Rigas Grigoropoulos
 *

From source file org.springframework.security.acls.jdbc.JdbcAclService.java

/**
 * Simple JDBC-based implementation of <code>AclService</code>.
 * <p>
 * Requires the "dirty" flags in {@link org.springframework.security.acls.domain.AclImpl}
 * and {@link org.springframework.security.acls.domain.AccessControlEntryImpl} to be set,
 * so that the implementation can detect changed parameters easily.

From source file com.excilys.ebi.bank.service.impl.security.BankAclService.java

public class BankAclService implements AclService {

    @InjectLogger
    private Logger logger;

    //   @Autowired

From source file org.springframework.security.acls.cassandra.CassandraAclService.java

/**
 * Implementation of {@link AclService} using the {@link CassandraAclRepository} to access ACLs stored in Cassandra.
 * 
 * @author Rigas Grigoropoulos
 *
 */

From source file com.cedac.security.acls.mongo.MongoAclService.java

/**
 * ACL service for mongo db.
 *
 * @author mauro.franceschini@cedac.com
 * @since 1.0.0
 */