Package com.metratec.lib.auth
Class BasicAuthentication
- java.lang.Object
-
- com.metratec.lib.auth.BasicAuthentication
-
public class BasicAuthentication extends java.lang.Object
Helper class to generate the basic authorization header.
-
-
Constructor Summary
Constructors Constructor Description BasicAuthentication()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getAuthorizationHeader(java.lang.String username, java.lang.String password)
-