public class HttpAuthRealm extends AuthScope
| 构造器和说明 |
|---|
HttpAuthRealm(String domain,
String realm)
已过时。
Creates a new HttpAuthRealm for the given domain and
realm.
|
public HttpAuthRealm(String domain, String realm)
domain - the domain the credentials apply to. May be set
to null if credenticals are applicable to
any domain.realm - the realm the credentials apply to. May be set
to null if credenticals are applicable to
any realm.Copyright © 2017. All rights reserved.