Package org.opends.server.extensions
Class SASLContext
- java.lang.Object
-
- org.opends.server.extensions.SASLContext
-
- All Implemented Interfaces:
CallbackHandler
public final class SASLContext extends Object implements CallbackHandler
This class defines the SASL context needed to process SASL bind requests that use aSaslServer
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(Callback[] callbacks)
Process the specified callback array.
-
-
-
Method Detail
-
handle
public void handle(Callback[] callbacks) throws UnsupportedCallbackException, SaslException
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
-
-