Package ucar.nc2.util.rc
Class RC
- java.lang.Object
-
- ucar.nc2.util.rc.RC
-
@Deprecated public class RC extends Object
Deprecated.Will be moved to opendap package in 6.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RC.Triple
Deprecated.
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description RC()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
add(String key, String value, String url)
Deprecated.Allow users to add to the default rcstatic String
find(String key, String url)
Deprecated.Allow users to search the default rcstatic 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.
-
-
-
Field Detail
-
log
public static org.slf4j.Logger log
Deprecated.
-
USEGROUPSKEY
public static final String USEGROUPSKEY
Deprecated.- See Also:
- Constant Field Values
-
VERIFYSERVERKEY
public static final String VERIFYSERVERKEY
Deprecated.- See Also:
- Constant Field Values
-
ALLOWSELFSIGNEDKEY
public static final String ALLOWSELFSIGNEDKEY
Deprecated.- See Also:
- Constant Field Values
-
useGroups
protected static boolean useGroups
Deprecated.
-
verifyServer
protected static boolean verifyServer
Deprecated.
-
allowSelfSigned
protected static boolean allowSelfSigned
Deprecated.
-
-
Method Detail
-
getUseGroups
public static boolean getUseGroups()
Deprecated.
-
getVerifyServer
public static boolean getVerifyServer()
Deprecated.
-
getAllowSelfSigned
public static boolean getAllowSelfSigned()
Deprecated.
-
initialize
public static void initialize()
Deprecated.
-
add
public static void add(String key, String value, String url)
Deprecated.Allow users to add to the default rc- Parameters:
key
- add this keyvalue
- and this valueurl
- null => not url specific
-
find
public static String find(String key, String url)
Deprecated.Allow users to search the default rc- Parameters:
key
- search for this keyurl
- null => not url specific- Returns:
- value corresponding to key+url, or null if does not exist
-
load
public boolean load(String abspath)
Deprecated.
-
-