Package tigase.db

Class AuthRepository.PasswordChangedEvent

java.lang.Object
tigase.db.AuthRepository.PasswordChangedEvent
All Implemented Interfaces:
EventBusEvent
Enclosing interface:
AuthRepository

public static class AuthRepository.PasswordChangedEvent extends Object implements EventBusEvent
  • Constructor Details

    • PasswordChangedEvent

      public PasswordChangedEvent(@NonNull BareJID jid, @NonNull String credentialId, @Nullable String mechanism)
  • Method Details

    • getJid

      public @NonNull BareJID getJid()
    • getCredentialId

      public @NonNull String getCredentialId()
    • getMechanism

      public @Nullable String getMechanism()
      If mechanism is null, then credential for all mechanism was updated.
      Returns: