Class JcifsConfig
- java.lang.Object
-
- org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
-
public class JcifsConfig extends java.lang.ObjectConfiguration helper for JCIFS and the Spring framework.- Since:
- 4.2.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJcifsConfig.JcifsSettingsIndividual JCIFS settings tied to spnego authentication objects.static classJcifsConfig.SystemSettingsIndividual properties collected from CAS settings for each authentication attempt and object.
-
Field Summary
Fields Modifier and Type Field Description static JcifsConfig.SystemSettingsSYSTEM_SETTINGSDefault system configuration that controls the setting of system properties.
-
Constructor Summary
Constructors Constructor Description JcifsConfig()
-
-
-
Field Detail
-
SYSTEM_SETTINGS
public static final JcifsConfig.SystemSettings SYSTEM_SETTINGS
Default system configuration that controls the setting of system properties.
-
-