Class BasicAuth
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.client.http.BasicAuth
-
public class BasicAuth extends Object
author Pascal Knueppel
created at: 11.12.2019 - 15:51
wrapper class for basic auth details
-
-
Constructor Summary
Constructors Constructor Description BasicAuth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicAuthbuild()StringgetAuthorizationHeaderValue()generates a basic authentication header value
-