Package org.opends.server.extensions
Class SASLContext
java.lang.Object
org.opends.server.extensions.SASLContext
- All Implemented Interfaces:
CallbackHandler
This class defines the SASL context needed to process SASL bind requests that use a
SaslServer
.-
Method Summary
-
Method Details
-
handle
Process the specified callback array.- Specified by:
handle
in interfaceCallbackHandler
- Parameters:
callbacks
- An array of callbacks that need processing.- Throws:
UnsupportedCallbackException
- If a callback is not supported.SaslException
-