public class LoginEvent
extends org.springframework.context.ApplicationEvent
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
source| Constructor and Description |
|---|
LoginEvent(Session session)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
getUserSession()
Gets the session for the user logging in.
|
getSource, toStringprivate static final long serialVersionUID
public LoginEvent(Session session)
session - session for the user logging inpublic Session getUserSession()
Copyright © 1999-2015. All Rights Reserved.