public class PreemptiveAuthProvider extends Object
Constructor and Description |
---|
PreemptiveAuthProvider() |
Modifier and Type | Method and Description |
---|---|
AuthenticationScheme |
basic(String userName,
String password)
Use preemptive http basic authentication.
|
public AuthenticationScheme basic(String userName, String password)
userName
- The user name.password
- The password.Copyright © 2010–2019. All rights reserved.