Example usage for org.springframework.context MessageSourceAware interface-usage

List of usage examples for org.springframework.context MessageSourceAware interface-usage

Introduction

In this page you can find the example usage for org.springframework.context MessageSourceAware interface-usage.

Usage

From source file pl.bcichecki.rms.customizations.org.springframework.security.web.authentication.www.EventPublisherAwareDigestAuthenticationFilter.java

/**
 * <b>IMPORTANT NOTICE!</b>
 * <p>
 * This class is exact copy of {@link org.springframework.security.web.authentication.www.DigestAuthenticationFilter} beside parts
 * responsible for publishing events and is redefined here only because it was impossible to override the original one effectively. needs
 * it. You <b>ought to</b> use the original one if you don't the <code>AuthenticationEventPublisher</code>!

From source file ro.nextreports.server.web.integration.IntegrationAuthenticationFilter.java

/**
 * @author Decebal Suiu
 */
public class IntegrationAuthenticationFilter extends GenericFilterBean
        implements ApplicationEventPublisherAware, MessageSourceAware {