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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.ldap.core.DirContextOperations
searchForUser(java.lang.String username)
-
-
-
Field Detail
-
logger
protected final org.slf4j.Logger logger
-
ldapConfiguration
protected LdapConfigurationApi ldapConfiguration
-
-
Constructor Detail
-
FlowableLdapUserSearch
public FlowableLdapUserSearch(LdapConfigurationApi ldapConfiguration)
-
-
Method Detail
-
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
-
-