Package org.cef.callback
Interface CefAuthCallback
-
public interface CefAuthCallbackCallback interface used for asynchronous continuation of authentication requests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()Cancel the authentication request.voidContinue(java.lang.String username, java.lang.String password)Continue the authentication request.
-