License |
License |
---|---|
GroupId | GroupIdcom.fujieid |
ArtifactId | ArtifactIdjap-ldap |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjap-ldap
jap-ldap is used to support user authentication in ldap, and supports standard password encryption types in ldap,
such as: clear, k5key, md5, smd5, sha, ssha, sha512, sha256, ext_des, md5crypt, sha256crypt, sha512crypt and crypt
|
Filename | Size |
---|---|
jap-ldap-1.0.7.pom | |
jap-ldap-1.0.7.jar | 28 KB |
jap-ldap-1.0.7-sources.jar | 31 KB |
jap-ldap-1.0.7-javadoc.jar | 182 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fujieid/jap-ldap/ -->
<dependency>
<groupId>com.fujieid</groupId>
<artifactId>jap-ldap</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.fujieid/jap-ldap/
implementation 'com.fujieid:jap-ldap:1.0.7'
// https://jarcasting.com/artifacts/com.fujieid/jap-ldap/
implementation ("com.fujieid:jap-ldap:1.0.7")
'com.fujieid:jap-ldap:jar:1.0.7'
<dependency org="com.fujieid" name="jap-ldap" rev="1.0.7">
<artifact name="jap-ldap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fujieid', module='jap-ldap', version='1.0.7')
)
libraryDependencies += "com.fujieid" % "jap-ldap" % "1.0.7"
[com.fujieid/jap-ldap "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
com.fujieid : jap-core | jar | 1.0.7 |
cn.hutool : hutool-crypto | jar | 5.7.14 |
commons-codec : commons-codec | jar | 1.15 |
com.fujieid.jap.http : jap-http | jar | 1.0.0 |
com.fujieid.jap.http.adapter : jap-http-jakarta-adapter | jar | 1.0.3 |
cn.hutool : hutool-log | jar | 5.7.14 |