@Configuration(value="spnegoConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class SpnegoConfiguration
extends java.lang.Object
SpnegoConfiguration.| Constructor and Description |
|---|
SpnegoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initializeRootApplicationContext() |
JcifsConfig |
jcifsConfig() |
org.apereo.cas.authentication.AuthenticationHandler |
ntlmAuthenticationHandler() |
org.apereo.cas.authentication.principal.PrincipalFactory |
ntlmPrincipalFactory() |
jcifs.spnego.Authentication |
spnegoAuthentication() |
org.apereo.cas.authentication.AuthenticationHandler |
spnegoHandler() |
org.apereo.cas.authentication.principal.PrincipalFactory |
spnegoPrincipalFactory() |
org.apereo.cas.authentication.principal.PrincipalResolver |
spnegoPrincipalResolver() |
@RefreshScope @Bean public jcifs.spnego.Authentication spnegoAuthentication()
@Bean @RefreshScope public JcifsConfig jcifsConfig()
@Bean @RefreshScope public org.apereo.cas.authentication.AuthenticationHandler spnegoHandler()
@Bean @RefreshScope public org.apereo.cas.authentication.AuthenticationHandler ntlmAuthenticationHandler()
@Bean public org.apereo.cas.authentication.principal.PrincipalFactory ntlmPrincipalFactory()
@Bean @RefreshScope public org.apereo.cas.authentication.principal.PrincipalResolver spnegoPrincipalResolver()
@Bean public org.apereo.cas.authentication.principal.PrincipalFactory spnegoPrincipalFactory()
@PostConstruct protected void initializeRootApplicationContext()