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, getDirectoryTypegetSource, getTimestamppublic UserCredentialUpdatedEvent(Object source, Directory directory, String username, PasswordCredential newCredential)
public String getUsername()
public PasswordCredential getNewCredential()
public boolean equals(Object o)
equals in class DirectoryEventpublic int hashCode()
hashCode in class DirectoryEventCopyright © 2023 Atlassian. All rights reserved.