Example usage for org.springframework.security.authentication.event AuthenticationSuccessEvent subclass-usage

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

Introduction

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

Usage

From source file authentication.AuthenticationEvent.java

/**
 * A classe <code>AccountAuthenticationEvent</code> representa o evento de
 * autenticao realizada com sucesso na aplicao. Pelo fato de que os
 * <i>listeners</i> desse evento podem lidar com a requisio HTTP, instncias
 * dessa classe tambm tem os objetos que representam a requisio e a resposta
 * HTTP.

From source file com.epam.reportportal.auth.event.UiUserSignedInEvent.java

/**
 * UI user has signed in
 * 
 * @author Andrei Varabyeu
 * 
 */