public class RC extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RC.Triple |
Modifier and Type | Field and Description |
---|---|
protected static boolean |
allowSelfSigned |
static String |
ALLOWSELFSIGNEDKEY |
static org.slf4j.Logger |
log |
protected static boolean |
useGroups |
static String |
USEGROUPSKEY |
protected static boolean |
verifyServer |
static String |
VERIFYSERVERKEY |
Constructor and Description |
---|
RC() |
Modifier and Type | Method and Description |
---|---|
static void |
add(String key,
String value,
String url)
Allow users to add to the default rc
|
static String |
find(String key,
String url)
Allow users to search the default rc
|
static boolean |
getAllowSelfSigned() |
List<RC.Triple> |
getTriples(String key) |
static boolean |
getUseGroups() |
static boolean |
getVerifyServer() |
static void |
initialize() |
RC.Triple |
insert(RC.Triple t) |
Set<String> |
keySet() |
boolean |
load(String abspath) |
RC.Triple |
lookup(String key) |
RC.Triple |
lookup(String key,
String url) |
RC.Triple |
lookup(String key,
URL url) |
static void |
set(String key,
String value) |
String |
toString() |
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
- value
- url
- null => not url specificpublic static String find(String key, String url)
key
- url
- null => not url specificpublic boolean load(String abspath)
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.