Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 4e22a06

Browse files
committed
Organized repo according to main epics
1 parent ecee9b0 commit 4e22a06

190 files changed

Lines changed: 216 additions & 86 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

jaspic-http-sam/README.adoc renamed to authentication/authentication-mechanism/jaspic-http-sam/README.adoc

jaspic-http-sam/pom.xml renamed to authentication/authentication-mechanism/jaspic-http-sam/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<parent>
2323
<groupId>net.java.jsr375</groupId>
24-
<artifactId>jsr375-proposals</artifactId>
24+
<artifactId>authentication-mechanism</artifactId>
2525
<version>1.0-SNAPSHOT</version>
2626
</parent>
2727

jaspic-http-sam/src/main/java/javax/security/auth/message/http/HttpMessageContext.java renamed to authentication/authentication-mechanism/jaspic-http-sam/src/main/java/javax/security/auth/message/http/HttpMessageContext.java

File renamed without changes.

jaspic-http-sam/src/main/java/javax/security/auth/message/http/HttpServerAuthModule.java renamed to authentication/authentication-mechanism/jaspic-http-sam/src/main/java/javax/security/auth/message/http/HttpServerAuthModule.java

File renamed without changes.

jaspic-http-sam/src/main/java/org/acme/Provider.java renamed to authentication/authentication-mechanism/jaspic-http-sam/src/main/java/org/acme/Provider.java

File renamed without changes.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
5+
<parent>
6+
<groupId>net.java.jsr375</groupId>
7+
<artifactId>authentication</artifactId>
8+
<version>1.0-SNAPSHOT</version>
9+
<relativePath>../pom.xml</relativePath>
10+
</parent>
11+
12+
<artifactId>authentication-mechanism</artifactId>
13+
<packaging>pom</packaging>
14+
15+
<name>Java EE Security Proposals: Authentication - Authentication mechanism</name>
16+
17+
<modules>
18+
<module>jaspic-http-sam</module>
19+
</modules>
20+
21+
</project>

call-identity-store-via-cdi-events-style-a/README.adoc renamed to authentication/identity-store/call-identity-store-via-cdi-events-style-a/README.adoc

call-identity-store-via-cdi-events-style-a/pom.xml renamed to authentication/identity-store/call-identity-store-via-cdi-events-style-a/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<parent>
55
<groupId>net.java.jsr375</groupId>
6-
<artifactId>jsr375-proposals</artifactId>
6+
<artifactId>identity-store</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
</parent>
99

call-identity-store-via-cdi-events-style-a/src/main/java/javax/security/auth/event/BaseAuthentication.java renamed to authentication/identity-store/call-identity-store-via-cdi-events-style-a/src/main/java/javax/security/auth/event/BaseAuthentication.java

File renamed without changes.

call-identity-store-via-cdi-events-style-a/src/main/java/javax/security/auth/event/DigestAuthentication.java renamed to authentication/identity-store/call-identity-store-via-cdi-events-style-a/src/main/java/javax/security/auth/event/DigestAuthentication.java

File renamed without changes.

0 commit comments

Comments
 (0)