Class SecUtil


  • public class SecUtil
    extends java.lang.Object
    Version:
    $Id$
    • Constructor Summary

      Constructors 
      Constructor Description
      SecUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.String,​java.lang.String> getConfig​(SettingsSecurity sec, java.lang.String name)  
      static SettingsSecurity read​(java.lang.String location, boolean cycle)  
      private static java.io.InputStream toStream​(java.lang.String resource)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PROTOCOL_DELIM_LEN

        public static final int PROTOCOL_DELIM_LEN
      • URL_PROTOCOLS

        public static final java.lang.String[] URL_PROTOCOLS
    • Constructor Detail

      • SecUtil

        public SecUtil()
    • Method Detail

      • toStream

        private static java.io.InputStream toStream​(java.lang.String resource)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • getConfig

        public static java.util.Map<java.lang.String,​java.lang.String> getConfig​(SettingsSecurity sec,
                                                                                       java.lang.String name)