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 classRC.TripleDeprecated.
-
Field Summary
Fields Modifier and Type Field Description protected static booleanallowSelfSignedDeprecated.static StringALLOWSELFSIGNEDKEYDeprecated.static org.slf4j.LoggerlogDeprecated.protected static booleanuseGroupsDeprecated.static StringUSEGROUPSKEYDeprecated.protected static booleanverifyServerDeprecated.static StringVERIFYSERVERKEYDeprecated.
-
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 voidadd(String key, String value, String url)Deprecated.Allow users to add to the default rcstatic Stringfind(String key, String url)Deprecated.Allow users to search the default rcstatic booleangetAllowSelfSigned()Deprecated.List<RC.Triple>getTriples(String key)Deprecated.static booleangetUseGroups()Deprecated.static booleangetVerifyServer()Deprecated.static voidinitialize()Deprecated.RC.Tripleinsert(RC.Triple t)Deprecated.Set<String>keySet()Deprecated.booleanload(String abspath)Deprecated.RC.Triplelookup(String key)Deprecated.RC.Triplelookup(String key, String url)Deprecated.RC.Triplelookup(String key, URL url)Deprecated.static voidset(String key, String value)Deprecated.StringtoString()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.
-
-