public class UserCredentialUpdatedEvent extends DirectoryEvent
Constructor and Description |
---|
UserCredentialUpdatedEvent(Object source,
Directory directory,
String username,
PasswordCredential newCredential) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
PasswordCredential |
getNewCredential() |
String |
getUsername() |
int |
hashCode() |
getDirectory, getDirectoryId, getDirectoryImplementationClass, getDirectoryType
getSource, getTimestamp
public UserCredentialUpdatedEvent(Object source, Directory directory, String username, PasswordCredential newCredential)
public String getUsername()
public PasswordCredential getNewCredential()
public boolean equals(Object o)
equals
in class DirectoryEvent
public int hashCode()
hashCode
in class DirectoryEvent
Copyright © 2020 Atlassian. All rights reserved.