Class LdapDataHelper


  • public class LdapDataHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LdapDataHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String readStringAttribute​(java.lang.String entryName, org.springframework.ldap.core.DirContextOperations data, java.lang.String attribute)  
      • Methods inherited from class java.lang.Object

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

      • LdapDataHelper

        public LdapDataHelper()
    • Method Detail

      • readStringAttribute

        public static java.lang.String readStringAttribute​(java.lang.String entryName,
                                                           org.springframework.ldap.core.DirContextOperations data,
                                                           java.lang.String attribute)