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

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

Introduction

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

Usage

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 {