Class FlowableLdapUserSearch
java.lang.Object
com.flowable.core.spring.security.ldap.FlowableLdapUserSearch
- All Implemented Interfaces:
org.springframework.security.ldap.search.LdapUserSearch
public class FlowableLdapUserSearch
extends java.lang.Object
implements org.springframework.security.ldap.search.LdapUserSearch
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected LdapConfigurationApi
ldapConfiguration
protected org.slf4j.Logger
logger
-
Constructor Summary
Constructors Constructor Description FlowableLdapUserSearch(LdapConfigurationApi ldapConfiguration)
-
Method Summary
Modifier and Type Method Description org.springframework.ldap.core.DirContextOperations
searchForUser(java.lang.String username)
-
Field Details
-
logger
protected final org.slf4j.Logger logger -
ldapConfiguration
-
-
Constructor Details
-
Method Details
-
searchForUser
public org.springframework.ldap.core.DirContextOperations searchForUser(java.lang.String username) throws org.springframework.security.core.userdetails.UsernameNotFoundException- Specified by:
searchForUser
in interfaceorg.springframework.security.ldap.search.LdapUserSearch
- Throws:
org.springframework.security.core.userdetails.UsernameNotFoundException
-