Package com.flowable.idm.engine.ldap
Class LdapUtils
java.lang.Object
com.flowable.idm.engine.ldap.LdapUtils
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final DateTimeFormatterThe LDAP Date formatter according to 3.3.13 Generalized Time from RFC 4517 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DategetDateAttribute(String attributeName, Attributes attributes) static DategetDateAttribute(Collection<String> attributeNames, Attributes attributes) static StringgetStringAttribute(String attributeName, Attributes attributes) static StringgetStringAttribute(Collection<String> attributeNames, Attributes attributes)
-
Field Details
-
LDAP_DATE_FORMATTER
The LDAP Date formatter according to 3.3.13 Generalized Time from RFC 4517
-
-
Constructor Details
-
LdapUtils
public LdapUtils()
-
-
Method Details
-
getStringAttribute
-
getStringAttribute
-
getDateAttribute
-
getDateAttribute
-