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

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

Introduction

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

Usage

From source file com.sshdemo.common.security.acl.service.EwcmsAclServiceable.java

/**
 * ?
 * 
 * @author wangwei
 */
public interface EwcmsAclServiceable extends MutableAclService {

From source file net.projectmonkey.spring.acl.service.SimpleMutableAclService.java

/**
 * Extension of MutableAclService allowing us to return and handle the 
 * {@link SimpleMutableAcl} interface rather than {@link MutableAcl}.
 *
 * @author Andy Moody
 */

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

/**
 * Provides support for creating and storing {@link Acl} instances in Cassandra,
 * using the {@link AclRepository}.
 *
 * @author Rigas Grigoropoulos
 *

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

/**
 * MongoDb backed MutableAclService implementation.
 *
 * @author mauro.franceschini@cedac.com
 * @since 1.0.0
 */

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

/**
 * Provides support for creating and storing {@link Acl} instances in Cassandra, using the {@link CassandraAclRepository}.
 * 
 * @author Rigas Grigoropoulos
 *
 */

From source file com.kylinolap.rest.service.AclService.java

/**
 * @author xduo
 * 
 */
@Component("aclService")
public class AclService implements MutableAclService {

From source file org.apache.kylin.rest.service.LegacyAclService.java

/**
 * @author xduo
 */
//@Component("aclService")
@Deprecated
public class LegacyAclService implements MutableAclService {

From source file org.apache.kylin.rest.service.AclService.java

/**
 * @author xduo
 * 
 */
@Component("aclService")
public class AclService implements MutableAclService {