org.mortbay.jetty.client.security
public class BasicAuthorization extends Object implements Authorization
Constructor and Description |
---|
BasicAuthorization(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 BasicAuthorization(Realm realm) throws IOException
IOException
public void setCredentials(HttpExchange exchange) throws IOException
setCredentials
in interface Authorization
IOException
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.