-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (53 loc) · 2.33 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>AAA4J</title>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="description" content=""/>
<link rel="icon" href="favicon.png">
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:[email protected]&family=M+PLUS+1:[email protected]&display=swap"
rel="stylesheet" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/build/pure-min.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/build/grids-min.css"
crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/build/grids-responsive-min.css"
crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="pure-g">
<div class="pure-u-1 pure-u-md-3-24"></div>
<div class="pure-u-1 pure-u-md-18-24">
<section id="aaa4j">
<img src="aaa4j.svg" alt="AAA4J logo"/>
<h1>AAA4J</h1>
<p>Authentication, Authorization, and Accounting for Java</p>
</section>
<section id="aaa4j-radius" class="project">
<h2>AAA4J-RADIUS</h2>
<p>Java library for building RADIUS clients and RADIUS servers</p>
<ul>
<li>Develop on <a href="https://github.com/aaa4j/aaa4j-radius">GitHub</a></li>
<li>Download from <a href="https://central.sonatype.com/artifact/org.aaa4j.radius/aaa4j-radius">Maven
Central</a></li>
</ul>
<h3>Features</h3>
<ul>
<li>RADIUS client implementation</li>
<li>RADIUS server implementation</li>
<li>Standard RADIUS data types</li>
<li>Standard RADIUS dictionary</li>
<li>Custom dictionary support</li>
<li>FreeRADIUS dictionary support</li>
<li>Java 8+ support</li>
<li>Apache-2.0 license</li>
</ul>
</section>
</div>
<div class="pure-u-1 pure-u-md-3-24"></div>
</div>
</body>
</html>