File: control

package info (click to toggle)
openid4java 0.9.6.662-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,976 kB
  • ctags: 2,057
  • sloc: java: 14,299; xml: 2,988; jsp: 865; makefile: 20; sh: 9
file content (65 lines) | stat: -rw-r--r-- 2,899 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Source: openid4java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Olivier Weinstoerffer <olivier.weinstoerffer@gmail.com>,
           Miguel Landaeta <nomadium@debian.org>
Build-Depends: ant, debhelper (>= 9), javahelper (>= 0.32), maven-repo-helper
Build-Depends-Indep: default-jdk,
                     libcommons-codec-java,
                     libcommons-httpclient-java,
                     libcommons-logging-java,
                     libehcache-java,
                     libguice-java,
                     libhttpclient-java,
                     libhttpcore-java,
                     libnekohtml-java,
                     libservlet3.1-java,
                     libspring-jdbc-java,
                     libspring-transaction-java
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/openid4java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/openid4java.git
Homepage: https://github.com/jbufu/openid4java

Package: libopenid4java-java
Architecture: all
Suggests: libopenid4java-java-doc
Depends: ${java:Depends}, ${misc:Depends}
Description: This library allows you to OpenID-enable your Java webapp
 OpenID starts with the concept that anyone can identify themselves on the
 Internet the same way websites do - with a URI. Since URIs are at the very core
 of Web architecture, they provide a solid foundation for user-centric identity.
 The first piece of the OpenID framework is authentication -- how you prove
 ownership of a URI. Today, websites require usernames and passwords to login,
 which means that many people use the same password everywhere. With OpenID
 Authentication, your username is your URI, and your password (or other
 credentials) stays safely stored on your OpenID Provider (which you can run
 yourself, or use a third-party identity provider).
 .
 The library provided by this package supports the following specifications:
  - OpenID Authentication 2.0
  - OpenID Authentication 1.1 (in compatibility mode)
  - OpenID Attribute Exchange 1.0
  - OpenID Simple Registration 1.0 and 1.1, draft 1
  - OpenID Provider Authentication Policy Extension 1.0
  - OpenID Information Cards 1.0, draft 1

Package: libopenid4java-java-doc
Architecture: all
Section: doc
Suggests: libopenid4java-java
Depends: ${java:Depends}, ${misc:Depends}
Description: documentation for libopenid4java
 Documentation for openid4java that is library that provide OpenID features
 to Java webapps.
 .
 The supports the following specifications:
  - OpenID Authentication 2.0
  - OpenID Authentication 1.1 (in compatibility mode)
  - OpenID Attribute Exchange 1.0
  - OpenID Simple Registration 1.0 and 1.1, draft 1
  - OpenID Provider Authentication Policy Extension 1.0
  - OpenID Information Cards 1.0, draft 1
 .
 This package provides javadocs for libopenid4java-java.