소스 검색

Added package.html files

Luke Taylor 20 년 전
부모
커밋
7c6a2911c9
2개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      core/src/main/java/org/acegisecurity/providers/x509/package.html
  2. 5 0
      core/src/main/java/org/acegisecurity/ui/x509/package.html

+ 5 - 0
core/src/main/java/org/acegisecurity/providers/x509/package.html

@@ -0,0 +1,5 @@
+<html>
+<body>
+An authentication provider that can process X.509 certificaties.
+</body>
+</html>

+ 5 - 0
core/src/main/java/org/acegisecurity/ui/x509/package.html

@@ -0,0 +1,5 @@
+<html>
+<body>
+X.509 authentication filter and related classes. 
+</body>
+</html>