Class UserAuthenticatedEvent

  • All Implemented Interfaces:
    org.xwiki.observation.event.Event

    @Unstable
    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: 9b3af4673bca3802bfd8afe3c2e1034e560828f0 $
    • 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 a UserAuthenticatedEvent has been triggered.
    • Method Detail

      • matches

        public boolean matches​(Object other)
        Specified by:
        matches in interface org.xwiki.observation.event.Event