public class UserPasswordAuthenticator
extends com.sun.net.httpserver.BasicAuthenticator
| Constructor and Description |
|---|
UserPasswordAuthenticator(String pRealm,
String pUser,
String pPassword)
Authenticator which checks against a given user and password
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkCredentials(String pUserGiven,
String pPasswordGiven) |
Copyright © 2015. All rights reserved.