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

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

Introduction

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

Usage

From source file net.projectmonkey.spring.acl.enhancement.identity.strategy.ExtendedObjectIdentityRetrievalStrategy.java

/**
 * Extension of {@link ObjectIdentityRetrievalStrategy}
 * which allows us to get an {@link ObjectIdentity} from a 
 * {@link SecureObjectMapping} as well as from a domain object.
 * 
 * Thus allowing us to separate the secured object from the object

From source file com.yqboots.security.access.support.DelegatingObjectIdentityRetrievalStrategy.java

/**
 * Delegates the retrieval strategy to others.
 *
 * @author Eric H B Zhan
 * @since 1.1.0
 */

From source file org.bremersee.common.security.acls.model.CommonObjectIdentityRetrievalStrategy.java

/**
 * @author Christian Bremer
 */
public class CommonObjectIdentityRetrievalStrategy
        implements ObjectIdentityRetrievalStrategy, ObjectIdentityGenerator {

From source file org.squashtest.tm.service.security.acls.domain.InheritableAclsObjectIdentityRetrievalStrategy.java

/**
 * This {@link ObjectIdentityRetrievalStrategy} checks if an entity should inherit ACLs from another entity. If so, the
 * object identity will be retrieved from the "constrained" object.
 *
 * @author Gregory Fouquet
 *