Package com.flowable.idm.engine.ldap
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)
-
Constructor Details
-
StringDistinguishedNameContextMapper
public StringDistinguishedNameContextMapper()
-
-
Method Details
-
doMapFromContext
protected java.lang.String doMapFromContext(org.springframework.ldap.core.DirContextOperations ctx)- Specified by:
doMapFromContext
in classorg.springframework.ldap.core.support.AbstractContextMapper<java.lang.String>
-