Example usage for org.springframework.security.acls.jdbc LookupStrategy interface-usage

List of usage examples for org.springframework.security.acls.jdbc LookupStrategy interface-usage

Introduction

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

Usage

From source file org.jtalks.common.security.DtoLookupStrategy.java

/**
 * <p>This implementation of the {@link LookupStrategy} is very similar to
 * {@link org.springframework.security.acls.jdbc.BasicLookupStrategy},
 * except for object identity classes are being replaced with their mappings, if any.</p>
 * <p>During the processing of the list of object identities, we check, if class, stored in the {@code type} field
 * of the identity, is mapped to another class, and if it does, replaces the identity with the new one with same

From source file org.jtalks.common.service.security.DtoLookupStrategy.java

/**
 * <p>This implementation of the {@link LookupStrategy} is very similar to
 * {@link org.springframework.security.acls.jdbc.BasicLookupStrategy},
 * except for object identity classes are being replaced with their mappings, if any.</p>
 * <p>During the processing of the list of object identities, we check, if class, stored in the {@code type} field
 * of the identity, is mapped to another class, and if it does, replaces the identity with the new one with same

From source file org.bremersee.common.security.acls.jdbc.BasicLookupStrategy.java

/**
 * Performs lookups in a manner that is compatible with ANSI SQL.
 * <p>
 * NB: This implementation does attempt to provide reasonably optimised lookups - within
 * the constraints of a normalised database and standard ANSI SQL features. If you are
 * willing to sacrifice either of these constraints (e.g. use a particular database