public class DocDokuPLMClientFactory extends Object
Constructor and Description |
---|
DocDokuPLMClientFactory() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
base64UrlDecode(String input) |
static ApiClient |
createBasicClient(String host,
String login,
String password)
Create a basic client, no debug
Soon to be deprecated, consider using createJWTClient instead
|
static ApiClient |
createBasicClient(String host,
String login,
String password,
boolean debug)
Create a basic client, control debug
Soon to be deprecated, consider using createJWTClient instead
|
static ApiClient |
createClient(String host)
Create a guest client, no debug
|
static ApiClient |
createClient(String host,
boolean debug)
Create a guest client, control debug
|
static ApiClient |
createCookieClient(String host,
String login,
String password)
Create a cookie client, no debug
Soon to be deprecated, consider using createJWTClient instead
|
static ApiClient |
createCookieClient(String host,
String login,
String password,
boolean debug)
Create a cookie client, control debug
Soon to be deprecated, consider using createJWTClient instead
|
static ApiClient |
createJWTClient(String host,
String login,
String password)
Create a jwt client, no debug
|
static ApiClient |
createJWTClient(String host,
String login,
String password,
boolean debug)
Create a jwt client, control debug
|
static String |
getTokenPayload(String token) |
public static ApiClient createClient(String host, boolean debug)
public static ApiClient createBasicClient(String host, String login, String password)
Soon to be deprecated, consider using createJWTClient instead
public static ApiClient createBasicClient(String host, String login, String password, boolean debug)
Soon to be deprecated, consider using createJWTClient instead
public static ApiClient createJWTClient(String host, String login, String password)
public static ApiClient createJWTClient(String host, String login, String password, boolean debug)
public static ApiClient createCookieClient(String host, String login, String password)
public static ApiClient createCookieClient(String host, String login, String password, boolean debug)
public static byte[] base64UrlDecode(String input)
Copyright © 2019 DocDoku. All rights reserved.