Class VoidCallbackHandler
- java.lang.Object
-
- org.infinispan.client.hotrod.security.VoidCallbackHandler
-
- All Implemented Interfaces:
javax.security.auth.callback.CallbackHandler
public class VoidCallbackHandler extends java.lang.Object implements javax.security.auth.callback.CallbackHandler
No-opCallbackHandler
. Convenient CallbackHandler which comes handy when no auth. callback is needed. This applies namely to SASL EXTERNAL auth. mechanism when auth. information is obtained from external channel, like TLS certificate.- Since:
- 9.0
- Author:
- vjuranek
-
-
Constructor Summary
Constructors Constructor Description VoidCallbackHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(javax.security.auth.callback.Callback[] callbacks)
-