public class JavaAuthManager
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JavaAuthManager.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JavaAuthManager.Builder |
create(net.lenni0451.commons.httpclient.HttpClient httpClient) |
static JavaAuthManager |
fromJson(net.lenni0451.commons.httpclient.HttpClient httpClient,
net.lenni0451.commons.gson.elements.GsonObject json) |
static JavaAuthManager |
fromJson(net.lenni0451.commons.httpclient.HttpClient httpClient,
com.google.gson.JsonObject json) |
static com.google.gson.JsonObject |
toJson(JavaAuthManager authManager) |
public static JavaAuthManager fromJson(net.lenni0451.commons.httpclient.HttpClient httpClient, com.google.gson.JsonObject json)
public static JavaAuthManager fromJson(net.lenni0451.commons.httpclient.HttpClient httpClient, net.lenni0451.commons.gson.elements.GsonObject json)
public static com.google.gson.JsonObject toJson(JavaAuthManager authManager)
public static JavaAuthManager.Builder create(net.lenni0451.commons.httpclient.HttpClient httpClient)