Class UserAuthenticatedEvent
- java.lang.Object
-
- org.xwiki.security.authentication.UserAuthenticatedEvent
-
- All Implemented Interfaces:
org.xwiki.observation.event.Event
public class UserAuthenticatedEvent extends Object implements org.xwiki.observation.event.Event
This event is triggered every time a user is authenticated.- Since:
- 13.3RC1
- Version:
- $Id: 1e91ada491deaf688f0ea063a84dc45837eece95 $
-
-
Constructor Summary
Constructors Constructor Description UserAuthenticatedEvent(UserReference userReference)
This event will match only events of the same type affecting the same user.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserReference
getUserReference()
boolean
matches(Object other)
-
-
-
Constructor Detail
-
UserAuthenticatedEvent
public UserAuthenticatedEvent(UserReference userReference)
This event will match only events of the same type affecting the same user.- Parameters:
userReference
- The reference related to an authenticated user for whom aUserAuthenticatedEvent
has been triggered.
-
-
Method Detail
-
getUserReference
public UserReference getUserReference()
- Returns:
- the
UserReference
of the authenticated user.
-
matches
public boolean matches(Object other)
- Specified by:
matches
in interfaceorg.xwiki.observation.event.Event
-
-