Class JcifsConfig


  • public class JcifsConfig
    extends java.lang.Object
    Configuration helper for JCIFS and the Spring framework.
    Since:
    4.2.0
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  JcifsConfig.JcifsSettings
      Individual JCIFS settings tied to spnego authentication objects.
      static class  JcifsConfig.SystemSettings
      Individual properties collected from CAS settings for each authentication attempt and object.
    • Constructor Summary

      Constructors 
      Constructor Description
      JcifsConfig()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SYSTEM_SETTINGS

        public static final JcifsConfig.SystemSettings SYSTEM_SETTINGS
        Default system configuration that controls the setting of system properties.
    • Constructor Detail

      • JcifsConfig

        public JcifsConfig()