Class JcifsConfig.SystemSettings

  • Enclosing class:
    JcifsConfig

    public static class JcifsConfig.SystemSettings
    extends java.lang.Object
    Individual properties collected from CAS settings for each authentication attempt and object. These settings are fed to the Spnego authentication object
    • Constructor Summary

      Constructors 
      Constructor Description
      SystemSettings()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void initialize​(org.springframework.core.io.ResourceLoader resourceLoader, java.lang.String loginConf)
      Initialize.
      static void setKerberosConf​(java.lang.String kerberosConf)
      Sets the kerberos conf.
      static void setKerberosDebug​(java.lang.String kerberosDebug)
      Sets the kerberos debug.
      static void setKerberosKdc​(java.lang.String kerberosKdc)
      Sets the kerberos kdc.
      static void setKerberosRealm​(java.lang.String kerberosRealm)
      Sets the kerberos realm.
      static void setUseSubjectCredsOnly​(boolean useSubjectCredsOnly)
      Sets the use subject creds only.
      • Methods inherited from class java.lang.Object

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

      • SystemSettings

        public SystemSettings()
    • Method Detail

      • initialize

        public static void initialize​(org.springframework.core.io.ResourceLoader resourceLoader,
                                      java.lang.String loginConf)
        Initialize.
        Parameters:
        resourceLoader - the resource loader
        loginConf - the login conf
      • setKerberosConf

        public static void setKerberosConf​(java.lang.String kerberosConf)
        Sets the kerberos conf.
        Parameters:
        kerberosConf - the new kerberos conf
      • setKerberosKdc

        public static void setKerberosKdc​(java.lang.String kerberosKdc)
        Sets the kerberos kdc.
        Parameters:
        kerberosKdc - the new kerberos kdc
      • setKerberosRealm

        public static void setKerberosRealm​(java.lang.String kerberosRealm)
        Sets the kerberos realm.
        Parameters:
        kerberosRealm - the new kerberos realm
      • setUseSubjectCredsOnly

        public static void setUseSubjectCredsOnly​(boolean useSubjectCredsOnly)
        Sets the use subject creds only.
        Parameters:
        useSubjectCredsOnly - the new use subject creds only
      • setKerberosDebug

        public static void setKerberosDebug​(java.lang.String kerberosDebug)
        Sets the kerberos debug.
        Parameters:
        kerberosDebug - the new kerberos debug