public class BasicAuthentication extends java.lang.Object implements Authentication
Constructor and Description |
---|
BasicAuthentication(Realm realm) |
Modifier and Type | Method and Description |
---|---|
void |
setCredentials(HttpExchange exchange)
BASIC authentication is of the form
encoded credentials are of the form: username:password
|
public BasicAuthentication(Realm realm) throws java.io.IOException
java.io.IOException
public void setCredentials(HttpExchange exchange) throws java.io.IOException
setCredentials
in interface Authentication
java.io.IOException
Copyright © 2012. All Rights Reserved.