Class DefaultLdapUserTenantIdProvider

java.lang.Object
com.flowable.idm.engine.ldap.DefaultLdapUserTenantIdProvider
All Implemented Interfaces:
LdapUserTenantIdProvider

public class DefaultLdapUserTenantIdProvider
extends java.lang.Object
implements LdapUserTenantIdProvider
Author:
Filip Hrisafov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected LdapUserProperties userProperties  
  • Constructor Summary

    Constructors 
    Constructor Description
    DefaultLdapUserTenantIdProvider​(LdapUserProperties userProperties)  
  • Method Summary

    Modifier and Type Method Description
    protected org.springframework.ldap.filter.OrFilter createFilter​(java.util.Collection<java.lang.String> tenantIdMappings, java.lang.String tenantId)  
    java.util.Optional<org.springframework.ldap.filter.Filter> createTenantIdFilter​(java.lang.String queryTenantId)
    Method for providing the optional Filter for the tenant being queried.
    java.lang.String determineTenantId​(javax.naming.directory.Attributes attributes)
    Method for extracting the tenant id for a user from the provided Attributes
    LdapUserProperties getUserProperties()  
    void setUserProperties​(LdapUserProperties userProperties)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait