| Constructor and Description |
|---|
HttpBasicAuthHeaderParser() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<HttpBasicAuthUserPass> |
parse(String authHeader)
Parse basic authorization header.
|
public static Optional<HttpBasicAuthUserPass> parse(String authHeader)
authHeader - Get the "Authorization" header from the HTTP request.Copyright © 2015. All rights reserved.