Class RC


  • @Deprecated
    public class RC
    extends Object
    Deprecated.
    Will be moved to opendap package in 6.
    • Field Detail

      • log

        public static org.slf4j.Logger log
        Deprecated.
      • useGroups

        protected static boolean useGroups
        Deprecated.
      • verifyServer

        protected static boolean verifyServer
        Deprecated.
      • allowSelfSigned

        protected static boolean allowSelfSigned
        Deprecated.
    • Constructor Detail

      • RC

        public RC()
        Deprecated.
    • Method Detail

      • getUseGroups

        public static boolean getUseGroups()
        Deprecated.
      • getVerifyServer

        public static boolean getVerifyServer()
        Deprecated.
      • getAllowSelfSigned

        public static boolean getAllowSelfSigned()
        Deprecated.
      • set

        public static void set​(String key,
                               String value)
        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 key
        value - and this value
        url - 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 key
        url - null => not url specific
        Returns:
        value corresponding to key+url, or null if does not exist
      • load

        public boolean load​(String abspath)
        Deprecated.
      • keySet

        public Set<String> keySet()
        Deprecated.