Class InvalidateCertificateCredentialsCacheEvent

    • Constructor Detail

      • InvalidateCertificateCredentialsCacheEvent

        public InvalidateCertificateCredentialsCacheEvent​(java.lang.String certificateCredentialModelId)
    • Method Detail

      • canPublish

        public boolean canPublish​(PublishEventContext publishEventContext)
        Description copied from interface: ClusterAwareEvent
        Decide whether this event should be broadcasted/received.
        Specified by:
        canPublish in interface ClusterAwareEvent
        Parameters:
        publishEventContext - context object containing all necessary information about target and source node Id's as well as target node groups.
        Returns:
        true if event should be published from source cluster node to target cluster node
      • getConsumedCertificateCredentialId

        public java.lang.String getConsumedCertificateCredentialId()
      • setConsumedCertificateCredentialId

        public void setConsumedCertificateCredentialId​(java.lang.String consumedCertificateCredentialId)