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 |
protected static boolean |
useGroups |
protected static boolean |
verifyServer |
| 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) |
protected static void |
set(String key,
String value) |
String |
toString() |
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-2012 UCAR/Unidata. All Rights Reserved.