@Unstable public class UserAuthenticatedEvent extends Object implements org.xwiki.observation.event.Event
Constructor and Description |
---|
UserAuthenticatedEvent(UserReference userReference)
This event will match only events of the same type affecting the same user.
|
Modifier and Type | Method and Description |
---|---|
UserReference |
getUserReference() |
boolean |
matches(Object other) |
public UserAuthenticatedEvent(UserReference userReference)
userReference
- The reference related to an authenticated user for whom a UserAuthenticatedEvent
has been triggered.public UserReference getUserReference()
UserReference
of the authenticated user.public boolean matches(Object other)
matches
in interface org.xwiki.observation.event.Event
Copyright © 2004–2021 XWiki. All rights reserved.