Package com.flowable.idm.engine.ldap
Class StringDistinguishedNameContextMapper
- java.lang.Object
-
- org.springframework.ldap.core.support.AbstractContextMapper<String>
-
- com.flowable.idm.engine.ldap.StringDistinguishedNameContextMapper
-
- All Implemented Interfaces:
ContextMapper<String>
public class StringDistinguishedNameContextMapper extends AbstractContextMapper<String>
AContextMapper
that maps to the Full Distinguished name- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description StringDistinguishedNameContextMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
doMapFromContext(DirContextOperations ctx)
-
Methods inherited from class org.springframework.ldap.core.support.AbstractContextMapper
mapFromContext
-
-
-
-
Method Detail
-
doMapFromContext
protected String doMapFromContext(DirContextOperations ctx)
- Specified by:
doMapFromContext
in classAbstractContextMapper<String>
-
-