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

Packages that use PasswordAuthenticator
org.webbitserver.handler.authentication   
 

Uses of PasswordAuthenticator in org.webbitserver.handler.authentication
 

Classes in org.webbitserver.handler.authentication that implement PasswordAuthenticator
 class InMemoryPasswords
          Implementation of PasswordAuthenticator that verifies usernames and password from a prepopulated hashmap.
 

Constructors in org.webbitserver.handler.authentication with parameters of type PasswordAuthenticator
BasicAuthenticationHandler(PasswordAuthenticator authenticator)
           
BasicAuthenticationHandler(PasswordAuthenticator authenticator, String realm)
           
 



Copyright © 2013. All Rights Reserved.