scprioleo / xebia-spring-security-extras

Extras for Spring Security (@Audited annotation, etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Introduction

Spring Security addons. This code is not provided by SpringSource nor by the Spring Framework Project.

Audit

@Audited

See AuditedAnnotation. Simply add declarative auditing in your application using an @Audited annotation like this:

@Audited(message = "transferMoney(#{args[0].accountNumber}, #{args[1].accountNumber}, #{args[3].amount})")
public void transferMoney(Account from, Account to, Amount amount) throws BusinessException { ... }

How to Integrate this library in your project

See installation page

Developers

About

Extras for Spring Security (@Audited annotation, etc)

License:Apache License 2.0