Searched refs:BasicAuthenticator (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DBasicLongCredentials.java30 import com.sun.net.httpserver.BasicAuthenticator;
58 BasicAuthenticator a = new BasicAuthenticator(REALM) {
H A DB5017051.java193 class MyBasicAuthenticator extends BasicAuthenticator
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6341616.java47 BasicAuthenticator filter = new BasicAuthenticator ("foobar@test.realm") {
H A DB6393710.java71 ctx.setAuthenticator (new BasicAuthenticator ("test") {
/openjdk7/jdk/test/java/net/Authenticator/
H A DDeadlock.java39 import com.sun.net.httpserver.BasicAuthenticator;
54 BasicAuthenticator a = new BasicAuthenticator("foobar@test.realm") {
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest2.java51 BasicAuthenticator a = new BasicAuthenticator ("foobar@test.realm") {
/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DBasicAuthenticator.java29 * BasicAuthenticator provides an implementation of HTTP Basic
34 public abstract class BasicAuthenticator extends Authenticator { class in inherits:Authenticator
39 * Creates a BasicAuthenticator for the given HTTP realm
43 public BasicAuthenticator (String realm) { method in class:BasicAuthenticator
48 * returns the realm this BasicAuthenticator was created with

Completed in 41 milliseconds