Modifier and Type | Method and Description |
---|---|
LdapAuthenticationProviderConfigurer<AuthenticationManagerBuilder> |
AuthenticationManagerBuilder.ldapAuthentication()
Add LDAP authentication to the
AuthenticationManagerBuilder and
return a LdapAuthenticationProviderConfigurer to allow
customization of the LDAP authentication. |
Modifier and Type | Method and Description |
---|---|
LdapAuthenticationProviderConfigurer<B> |
LdapAuthenticationProviderConfigurer.PasswordCompareConfigurer.and()
Allows obtaining a reference to the
LdapAuthenticationProviderConfigurer for further
customizations |
LdapAuthenticationProviderConfigurer<B> |
LdapAuthenticationProviderConfigurer.ContextSourceBuilder.and()
Gets the
LdapAuthenticationProviderConfigurer for further
customizations |
LdapAuthenticationProviderConfigurer<B> |
LdapAuthenticationProviderConfigurer.contextSource(org.springframework.ldap.core.support.BaseLdapPathContextSource contextSource)
Specifies the
BaseLdapPathContextSource to be used. |
LdapAuthenticationProviderConfigurer<B> |
LdapAuthenticationProviderConfigurer.groupRoleAttribute(String groupRoleAttribute)
Specifies the attribute name which contains the role name.
|
LdapAuthenticationProviderConfigurer<B> |
LdapAuthenticationProviderConfigurer.groupSearchBase(String groupSearchBase)
The search base for group membership searches.
|
LdapAuthenticationProviderConfigurer<B> |
LdapAuthenticationProviderConfigurer.groupSearchFilter(String groupSearchFilter)
The LDAP filter to search for groups.
|
LdapAuthenticationProviderConfigurer<B> |
LdapAuthenticationProviderConfigurer.ldapAuthoritiesPopulator(LdapAuthoritiesPopulator ldapAuthoritiesPopulator)
Specifies the
LdapAuthoritiesPopulator . |
LdapAuthenticationProviderConfigurer<B> |
LdapAuthenticationProviderConfigurer.passwordEncoder(PasswordEncoder passwordEncoder)
Deprecated.
|
LdapAuthenticationProviderConfigurer<B> |
LdapAuthenticationProviderConfigurer.passwordEncoder(PasswordEncoder passwordEncoder)
Specifies the
PasswordEncoder to be used when authenticating with
password comparison. |
LdapAuthenticationProviderConfigurer<B> |
LdapAuthenticationProviderConfigurer.rolePrefix(String rolePrefix)
A non-empty string prefix that will be added as a prefix to the existing
roles.
|
LdapAuthenticationProviderConfigurer<B> |
LdapAuthenticationProviderConfigurer.userDetailsContextMapper(UserDetailsContextMapper userDetailsContextMapper)
Allows explicit customization of the loaded user object by specifying a
UserDetailsContextMapper bean which will be called with the context
information from the user's directory entry.
|
LdapAuthenticationProviderConfigurer<B> |
LdapAuthenticationProviderConfigurer.userDnPatterns(String... userDnPatterns)
If your users are at a fixed location in the directory (i.e.
|
LdapAuthenticationProviderConfigurer<B> |
LdapAuthenticationProviderConfigurer.userSearchBase(String userSearchBase)
Search base for user searches.
|
LdapAuthenticationProviderConfigurer<B> |
LdapAuthenticationProviderConfigurer.userSearchFilter(String userSearchFilter)
The LDAP filter used to search for users (optional).
|
LdapAuthenticationProviderConfigurer<B> |
LdapAuthenticationProviderConfigurer.withObjectPostProcessor(ObjectPostProcessor<?> objectPostProcessor)
Adds an
ObjectPostProcessor for this class. |
Copyright © 2019. All rights reserved.