| 组织ID: |
ai.h2o |
| 项目ID: |
h2o-jaas-pam |
| 版本: |
3.14.0.6 |
| 最后修改时间: |
2018-09-08 09:03:13 |
| 包类型: |
jar |
| 标题: |
h2o-jaas-pam |
| 描述: |
JAAS PAM Module |
| 相关URL: |
https://github.com/h2oai/h2o-3 |
| 大小: |
5.06KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>ai.h2o</groupId>
<artifactId>h2o-jaas-pam</artifactId>
<version>3.14.0.6</version>
</dependency>
|
| Gradle引入代码: |
ai.h2o:h2o-jaas-pam:3.14.0.6
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>ai.h2o</groupId>
<artifactId>h2o-jaas-pam</artifactId>
<version>3.14.0.6</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>libpam4j</artifactId>
<version>1.8</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<name>h2o-jaas-pam</name>
<description>JAAS PAM Module</description>
<url>https://github.com/h2oai/h2o-3</url>
<inceptionYear>2013</inceptionYear>
<organization>
<name>H2O.ai</name>
<url>http://h2o.ai/</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/h2oai/h2o-dev</url>
<connection>scm:git:https://github.com/h2oai/h2o-dev.git</connection>
<developerConnection>scm:git:git@github.com:h2oai/h2o-dev.git</developerConnection>
</scm>
<issueManagement>
<system>Jira</system>
<url>http://jira.h2o.ai</url>
</issueManagement>
<developers>
<developer>
<id>oss</id>
<name>Open Source Google Group</name>
<email>https://groups.google.com/forum/#!forum/h2ostream</email>
</developer>
</developers>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
de.codedo.jaas.PamPrincipal.class
de.codedo.jaas.UsernamePasswordCallbackHandler.class
de.codedo.jaas.PamLoginModule.class
|
| 依赖Jar: |
libpam4j-1.8.jar
/org.kohsuke/libpam4j/1.8
查看libpam4j所有版本文件
|