Package com.flowable.idm.engine.ldap
Class LdapUtils
java.lang.Object
com.flowable.idm.engine.ldap.LdapUtils
- Author:
- Filip Hrisafov
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final DateTimeFormatter
The LDAP Date formatter according to 3.3.13 Generalized Time from RFC 4517 -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Date
getDateAttribute
(String attributeName, Attributes attributes) static Date
getDateAttribute
(Collection<String> attributeNames, Attributes attributes) static String
getStringAttribute
(String attributeName, Attributes attributes) static String
getStringAttribute
(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
-