Uses of Class
org.neo4j.driver.exceptions.AuthorizationExpiredException
Packages that use AuthorizationExpiredException
-
Uses of AuthorizationExpiredException in org.neo4j.driver.internal.async.connection
Methods in org.neo4j.driver.internal.async.connection with parameters of type AuthorizationExpiredExceptionModifier and TypeMethodDescriptionvoidAuthorizationStateListener.onExpired(AuthorizationExpiredException e, io.netty.channel.Channel channel) Notifies the listener that the credentials stored on the server side have expired. -
Uses of AuthorizationExpiredException in org.neo4j.driver.internal.async.pool
Methods in org.neo4j.driver.internal.async.pool with parameters of type AuthorizationExpiredExceptionModifier and TypeMethodDescriptionvoidNettyChannelHealthChecker.onExpired(AuthorizationExpiredException e, io.netty.channel.Channel channel)