Package | Description |
---|---|
org.springframework.security.config.annotation.authentication.configurers.ldap |
Modifier and Type | Method and Description |
---|---|
LdapAuthenticationProviderConfigurer.ContextSourceBuilder |
LdapAuthenticationProviderConfigurer.contextSource()
Allows easily configuring of a
BaseLdapPathContextSource with
defaults pointing to an embedded LDAP server that is created. |
LdapAuthenticationProviderConfigurer.ContextSourceBuilder |
LdapAuthenticationProviderConfigurer.ContextSourceBuilder.ldif(String ldif)
Specifies an ldif to load at startup for an embedded LDAP server.
|
LdapAuthenticationProviderConfigurer.ContextSourceBuilder |
LdapAuthenticationProviderConfigurer.ContextSourceBuilder.managerDn(String managerDn)
Username (DN) of the "manager" user identity (i.e.
|
LdapAuthenticationProviderConfigurer.ContextSourceBuilder |
LdapAuthenticationProviderConfigurer.ContextSourceBuilder.managerPassword(String managerPassword)
The password for the manager DN.
|
LdapAuthenticationProviderConfigurer.ContextSourceBuilder |
LdapAuthenticationProviderConfigurer.ContextSourceBuilder.port(int port)
The port to connect to LDAP to (the default is 33389 or random available port if unavailable).
|
LdapAuthenticationProviderConfigurer.ContextSourceBuilder |
LdapAuthenticationProviderConfigurer.ContextSourceBuilder.root(String root)
Optional root suffix for the embedded LDAP server.
|
LdapAuthenticationProviderConfigurer.ContextSourceBuilder |
LdapAuthenticationProviderConfigurer.ContextSourceBuilder.url(String url)
Specifies the ldap server URL when not using the embedded LDAP
server.
|
Copyright © 2019. All rights reserved.