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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • 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 interface org.springframework.security.ldap.search.LdapUserSearch
      Throws:
      org.springframework.security.core.userdetails.UsernameNotFoundException