public class AuthUtils extends Object
| Modifier and Type | Method | Description |
|---|---|---|
static String |
create(String username,
String password) |
|
static String |
getPassword(String auth) |
Returns the password portion of a Basic Authentication header.
|
static String |
getUsername(String auth) |
Returns the username portion of a Basic Authentication header.
|
Copyright © 2019 Ajibot. All rights reserved.