@Deprecated public class RC extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RC.Triple
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
allowSelfSigned
Deprecated.
|
static String |
ALLOWSELFSIGNEDKEY
Deprecated.
|
static org.slf4j.Logger |
log
Deprecated.
|
protected static boolean |
useGroups
Deprecated.
|
static String |
USEGROUPSKEY
Deprecated.
|
protected static boolean |
verifyServer
Deprecated.
|
static String |
VERIFYSERVERKEY
Deprecated.
|
| Constructor and Description |
|---|
RC()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
add(String key,
String value,
String url)
Deprecated.
Allow users to add to the default rc
|
static String |
find(String key,
String url)
Deprecated.
Allow users to search the default rc
|
static boolean |
getAllowSelfSigned()
Deprecated.
|
List<RC.Triple> |
getTriples(String key)
Deprecated.
|
static boolean |
getUseGroups()
Deprecated.
|
static boolean |
getVerifyServer()
Deprecated.
|
static void |
initialize()
Deprecated.
|
RC.Triple |
insert(RC.Triple t)
Deprecated.
|
Set<String> |
keySet()
Deprecated.
|
boolean |
load(String abspath)
Deprecated.
|
RC.Triple |
lookup(String key)
Deprecated.
|
RC.Triple |
lookup(String key,
String url)
Deprecated.
|
RC.Triple |
lookup(String key,
URL url)
Deprecated.
|
static void |
set(String key,
String value)
Deprecated.
|
String |
toString()
Deprecated.
|
public static org.slf4j.Logger log
public static final String USEGROUPSKEY
public static final String VERIFYSERVERKEY
public static final String ALLOWSELFSIGNEDKEY
protected static boolean useGroups
protected static boolean verifyServer
protected static boolean allowSelfSigned
public static boolean getUseGroups()
public static boolean getVerifyServer()
public static boolean getAllowSelfSigned()
public static void initialize()
public static void add(String key, String value, String url)
key - add this keyvalue - and this valueurl - null => not url specificpublic static String find(String key, String url)
key - search for this keyurl - null => not url specificpublic boolean load(String abspath)