Module org.neo4j.driver
Interface AuthorizationStateListener
- All Known Implementing Classes:
NettyChannelHealthChecker
public interface AuthorizationStateListener
Listener for authorization info state maintained on the server side.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonExpired(AuthorizationExpiredException e, io.netty.channel.Channel channel) Notifies the listener that the credentials stored on the server side have expired.
-
Method Details
-
onExpired
Notifies the listener that the credentials stored on the server side have expired.- Parameters:
e- theAuthorizationExpiredExceptionexception.channel- the channel that received the error.
-