Example usage for org.springframework.security.authentication DefaultAuthenticationEventPublisher subclass-usage

List of usage examples for org.springframework.security.authentication DefaultAuthenticationEventPublisher subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.authentication DefaultAuthenticationEventPublisher subclass-usage.

Usage

From source file grails.plugin.springsecurity.rest.authentication.DefaultRestAuthenticationEventPublisher.java

public class DefaultRestAuthenticationEventPublisher extends DefaultAuthenticationEventPublisher
        implements grails.plugin.springsecurity.rest.authentication.RestAuthenticationEventPublisher {

    private ApplicationEventPublisher applicationEventPublisher;

    public DefaultRestAuthenticationEventPublisher() {