public class ReauthenticationFailedEvent extends Object implements AuthenticationEvent
RedisCredentialsProvider| Constructor and Description |
|---|
ReauthenticationFailedEvent(String epId,
Throwable cause)
Create a new
ReauthenticationFailedEvent given a connection endpoint ID and a Throwable that describes
the re-authentication failure cause. |
ReauthenticationFailedEvent(Throwable cause)
Create a new
ReauthenticationFailedEvent given a Throwable that describes the re-authentication failure
cause. |
public ReauthenticationFailedEvent(Throwable cause)
ReauthenticationFailedEvent given a Throwable that describes the re-authentication failure
cause.cause - the Throwable that describes the re-authentication failure cause.public ReauthenticationFailedEvent(String epId, Throwable cause)
ReauthenticationFailedEvent given a connection endpoint ID and a Throwable that describes
the re-authentication failure cause.epId - the connection endpoint IDcause - the Throwable that describes the re-authentication failure cause.public String getEpId()
getEpId in interface AuthenticationEventCopyright © 2025 lettuce.io. All rights reserved.