Class JcifsConfig.SystemSettings
java.lang.Object
org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.SystemSettings
- Enclosing class:
- JcifsConfig
Individual properties collected from CAS settings for each authentication attempt and object.
These settings are fed to the Spnego authentication object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidinitialize(org.springframework.core.io.ResourceLoader resourceLoader, String loginConf) Initialize.static voidsetKerberosConf(String kerberosConf) Sets the kerberos conf.static voidsetKerberosDebug(String kerberosDebug) Sets the kerberos debug.static voidsetKerberosKdc(String kerberosKdc) Sets the kerberos kdc.static voidsetKerberosRealm(String kerberosRealm) Sets the kerberos realm.static voidsetUseSubjectCredsOnly(boolean useSubjectCredsOnly) Sets the use subject creds only.
-
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 loaderloginConf- the login conf
-
setKerberosConf
Sets the kerberos conf.- Parameters:
kerberosConf- the new kerberos conf
-
setKerberosKdc
Sets the kerberos kdc.- Parameters:
kerberosKdc- the new kerberos kdc
-
setKerberosRealm
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
Sets the kerberos debug.- Parameters:
kerberosDebug- the new kerberos debug
-