Class JcifsConfig.SystemSettings

java.lang.Object
org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.SystemSettings
Enclosing class:
JcifsConfig

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

    • SystemSettings

      public SystemSettings()
  • Method Details

    • initialize

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

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

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

      public static void setKerberosRealm(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(String kerberosDebug)
      Sets the kerberos debug.
      Parameters:
      kerberosDebug - the new kerberos debug