Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • StringDistinguishedNameContextMapper

        public StringDistinguishedNameContextMapper()
    • Method Detail

      • 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>