public class CredentialUpdatedEvent extends AbstractBaseEvent
This event is raised whenever a credential is updated
Constructor and Description |
---|
CredentialUpdatedEvent(Account account,
Object credential,
Date effectiveDate,
Date expiryDate,
PartitionManager partitionManager) |
Modifier and Type | Method and Description |
---|---|
Account |
getAccount() |
Object |
getCredential() |
Date |
getEffectiveDate() |
Date |
getExpiryDate() |
getContext, getPartitionMananger
public CredentialUpdatedEvent(Account account, Object credential, Date effectiveDate, Date expiryDate, PartitionManager partitionManager)
Copyright © 2018 JBoss by Red Hat. All rights reserved.