public class JaasAuthenticator
extends com.sun.net.httpserver.BasicAuthenticator
| Constructor and Description |
|---|
JaasAuthenticator(String pRealm) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.net.httpserver.Authenticator.Result |
authenticate(com.sun.net.httpserver.HttpExchange pHttpExchange) |
boolean |
checkCredentials(String pUser,
String pPassword) |
public JaasAuthenticator(String pRealm)
Copyright © 2014. All Rights Reserved.