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, setHeaderValue
Copyright © 2011–2015 JBoss, a division of Red Hat. All rights reserved.