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

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

Introduction

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

Usage

From source file org.jtalks.common.security.acl.sids.UniversalSid.java

/**
 * This interface is dedicated to join all the custom {@link Sid}s into one group that can be accessed with unified
 * method to obtain their identifier (it will be saved into the ACL table).
 * IMPORTANT: Every custom Sid should implement this interface
 * @author stanislav bashkirtsev
 */