Class StringDistinguishedNameContextMapper

java.lang.Object
org.springframework.ldap.core.support.AbstractContextMapper<java.lang.String>
com.flowable.idm.engine.ldap.StringDistinguishedNameContextMapper
All Implemented Interfaces:
org.springframework.ldap.core.ContextMapper<java.lang.String>

public class StringDistinguishedNameContextMapper
extends org.springframework.ldap.core.support.AbstractContextMapper<java.lang.String>
A ContextMapper that maps to the Full Distinguished name
Author:
Filip Hrisafov
  • Constructor Summary

    Constructors 
    Constructor Description
    StringDistinguishedNameContextMapper()  
  • Method Summary

    Modifier and Type Method Description
    protected java.lang.String doMapFromContext​(org.springframework.ldap.core.DirContextOperations ctx)  

    Methods inherited from class org.springframework.ldap.core.support.AbstractContextMapper

    mapFromContext

    Methods inherited from class java.lang.Object

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

  • Method Details

    • doMapFromContext

      protected java.lang.String doMapFromContext​(org.springframework.ldap.core.DirContextOperations ctx)
      Specified by:
      doMapFromContext in class org.springframework.ldap.core.support.AbstractContextMapper<java.lang.String>