Class NullCallbackHandler
- java.lang.Object
-
- org.sakaiproject.component.kerberos.user.NullCallbackHandler
-
- All Implemented Interfaces:
CallbackHandler
public class NullCallbackHandler extends Object implements CallbackHandler
Callback handler that doesn't support anything. This is used when the login is done using a keychain.- Author:
- Matthew Buckett
-
-
Constructor Summary
Constructors Constructor Description NullCallbackHandler()
-
-
-
Method Detail
-
handle
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
- Specified by:
handlein interfaceCallbackHandler- Throws:
IOExceptionUnsupportedCallbackException
-
-