Uses of Interface
org.webbitserver.handler.authentication.PasswordAuthenticator.ResultCallback

Packages that use PasswordAuthenticator.ResultCallback
org.webbitserver.handler.authentication   
 

Uses of PasswordAuthenticator.ResultCallback in org.webbitserver.handler.authentication
 

Methods in org.webbitserver.handler.authentication with parameters of type PasswordAuthenticator.ResultCallback
 void InMemoryPasswords.authenticate(HttpRequest request, String username, String password, PasswordAuthenticator.ResultCallback callback, Executor handlerExecutor)
           
 void PasswordAuthenticator.authenticate(HttpRequest request, String username, String password, PasswordAuthenticator.ResultCallback callback, Executor handlerExecutor)
           
 



Copyright © 2013. All Rights Reserved.