Class HttpAuthenticationEvent

  • All Implemented Interfaces:
    Serializable

    public final class HttpAuthenticationEvent
    extends EventObject
    This event notifies listeners, when a HTTP authentication confirmation request has been received.
    See Also:
    Serialized Form
    • Method Detail

      • getRequester

        public Jid getRequester()
        Gets the requester.
        Returns:
        The requester.
      • getConfirmationRequest

        public ConfirmationRequest getConfirmationRequest()
        Gets the confirmation request.
        Returns:
        The confirmation request.
      • confirm

        public void confirm()
        Confirms the HTTP authentication request.
      • deny

        public void deny()
        Denies the HTTP authentication request.