public class AuthUtils extends Object
| Modifier and Type | Method and 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 © 2018 Ajibot. All rights reserved.