@Configuration(value="ldapAuthenticationConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class LdapAuthenticationConfiguration
extends java.lang.Object
LdapAuthenticationConfiguration that attempts to create
relevant authentication handlers for LDAP.| Modifier and Type | Class and Description |
|---|---|
class |
LdapAuthenticationConfiguration.LdapAuthenticationEventExecutionPlanConfiguration
The type Ldap authentication event execution plan configuration.
|
| Constructor and Description |
|---|
LdapAuthenticationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<org.apereo.cas.authentication.AuthenticationHandler> |
ldapAuthenticationHandlers() |
org.apereo.cas.authentication.principal.PrincipalFactory |
ldapPrincipalFactory() |
@ConditionalOnMissingBean(name="ldapPrincipalFactory") @Bean public org.apereo.cas.authentication.principal.PrincipalFactory ldapPrincipalFactory()
@Bean public java.util.Collection<org.apereo.cas.authentication.AuthenticationHandler> ldapAuthenticationHandlers()