public class BasicAuthenticationProvider extends AuthorizationHeaderAuthenticationProvider
| Constructor and Description |
|---|
BasicAuthenticationProvider(String username,
String password)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
createBasicAuthHeader(String username,
String password)
Creates the BASIC auth header value.
|
getHeaderName, getHeaderValue, provideAuthentication, setHeaderName, setHeaderValueCopyright © 2011–2013 JBoss, a division of Red Hat. All rights reserved.