Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction

Provides infrastructure for managing ACLs with Spring security.

Release overview


Minimum requirements

  • DEPRECATED Across 1.0.6 for 1.0.0 release
  • DEPRECATED Across 1.1.0+ for 1.1.0 release
  • Across 1.2.0+ for 1.2.0 release

Artifact

<dependency>
  <groupId>com.foreach.across.modules</groupId>
  <artifactId>spring-security-acl-module</artifactId>
  <version>1.2.0-SNAPSHOT</version>
</dependency>

Quick links

Foreach.be | Twitter | Source (Bitbucket) | Issues (JIRA) | Documentation

News & blogs

As of EntityModule 2.0.0 the default list views of the entity admin interfaces are being generated using a SortableTableBuilder.  You can easily use this functionality yourself to generate bootstrap compliant tables of any registered entity.  You can even use it for any custom class, but then you might have to add some more configuration.  SortableTableBuilder is a prototype scoped bean but the easiest point of access is going through the EntityViewElementBuilderHelper.…

Recent updates

  • No labels