Skip to content

Commit 38ee218

Browse files
authored
Merge pull request #1 from xxcxy/feature/maven
init maven project
2 parents 37104f5 + 1c661f4 commit 38ee218

File tree

8,608 files changed

+2343693
-2
lines changed

Some content is hidden

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

8,608 files changed

+2343693
-2
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.vscode
2+
.DS_Store
3+
.idea
4+
target
5+
*.iml
6+
.project
7+
.classpath
8+
.settings
9+
tool

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
# tc-online-review-backend
2-
API and back end business logic for online review
1+
## tc-online-review-persistence
2+
3+
All components for tc online review
4+
5+
### prerequisites
6+
- java 8
7+
- maven
8+
9+
### package all components
10+
- run `mvn clean package -DskipTests`
11+
12+
### install all components
13+
- run `mvn clean install -DskipTests`

authentication-factory/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## authentication-factory
2+
3+
This is a component for tc online review
4+
5+
### prerequisites
6+
- java 8
7+
- maven
8+
9+
### package
10+
- run `mvn clean package -DskipTests`
11+
12+
### install
13+
- run `mvn clean install -DskipTests`
Binary file not shown.
Loading
Binary file not shown.

authentication-factory/docs/Authentication_Factory_Component_Specification.rtf

Lines changed: 1296 additions & 0 deletions
Large diffs are not rendered by default.

authentication-factory/docs/Authentication_Factory_Requirements_Specification.rtf

Lines changed: 250 additions & 0 deletions
Large diffs are not rendered by default.
Loading
Loading
Loading
Loading
Loading
Loading
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<!--NewPage-->
3+
<HTML>
4+
<HEAD>
5+
<!-- Generated by javadoc (build 1.4.2_07) on Wed May 04 17:02:00 EDT 2005 -->
6+
<TITLE>
7+
All Classes (Topcoder Software)
8+
</TITLE>
9+
10+
11+
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
12+
13+
14+
</HEAD>
15+
16+
<BODY BGCOLOR="white">
17+
<FONT size="+1" CLASS="FrameHeadingFont">
18+
<B>All Classes</B></FONT>
19+
<BR>
20+
21+
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
22+
<TR>
23+
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/topcoder/security/authenticationfactory/AbstractAuthenticator.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">AbstractAuthenticator</A>
24+
<BR>
25+
<A HREF="com/topcoder/security/authenticationfactory/AuthenticateException.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">AuthenticateException</A>
26+
<BR>
27+
<A HREF="com/topcoder/security/authenticationfactory/AuthenticationFactory.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">AuthenticationFactory</A>
28+
<BR>
29+
<A HREF="com/topcoder/security/authenticationfactory/Authenticator.html" title="interface in com.topcoder.security.authenticationfactory" target="classFrame"><I>Authenticator</I></A>
30+
<BR>
31+
<A HREF="com/topcoder/security/authenticationfactory/CacheFactory.html" title="interface in com.topcoder.security.authenticationfactory" target="classFrame"><I>CacheFactory</I></A>
32+
<BR>
33+
<A HREF="com/topcoder/security/authenticationfactory/ConfigurationException.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">ConfigurationException</A>
34+
<BR>
35+
<A HREF="com/topcoder/security/authenticationfactory/DefaultKeyConverter.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">DefaultKeyConverter</A>
36+
<BR>
37+
<A HREF="com/topcoder/security/authenticationfactory/http/basicimpl/HTTPBasicAuthenticator.html" title="class in com.topcoder.security.authenticationfactory.http.basicimpl" target="classFrame">HTTPBasicAuthenticator</A>
38+
<BR>
39+
<A HREF="com/topcoder/security/authenticationfactory/http/HttpCookie.html" title="class in com.topcoder.security.authenticationfactory.http" target="classFrame">HttpCookie</A>
40+
<BR>
41+
<A HREF="com/topcoder/security/authenticationfactory/http/HttpResource.html" title="interface in com.topcoder.security.authenticationfactory.http" target="classFrame"><I>HttpResource</I></A>
42+
<BR>
43+
<A HREF="com/topcoder/security/authenticationfactory/http/basicimpl/HttpResourceImpl.html" title="class in com.topcoder.security.authenticationfactory.http.basicimpl" target="classFrame">HttpResourceImpl</A>
44+
<BR>
45+
<A HREF="com/topcoder/security/authenticationfactory/InvalidPrincipalException.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">InvalidPrincipalException</A>
46+
<BR>
47+
<A HREF="com/topcoder/security/authenticationfactory/MissingPrincipalKeyException.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">MissingPrincipalKeyException</A>
48+
<BR>
49+
<A HREF="com/topcoder/security/authenticationfactory/Principal.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">Principal</A>
50+
<BR>
51+
<A HREF="com/topcoder/security/authenticationfactory/PrincipalKeyConverter.html" title="interface in com.topcoder.security.authenticationfactory" target="classFrame"><I>PrincipalKeyConverter</I></A>
52+
<BR>
53+
<A HREF="com/topcoder/security/authenticationfactory/Response.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">Response</A>
54+
<BR>
55+
<A HREF="com/topcoder/security/authenticationfactory/TimeoutCacheFactory.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">TimeoutCacheFactory</A>
56+
<BR>
57+
</FONT></TD>
58+
</TR>
59+
</TABLE>
60+
61+
</BODY>
62+
</HTML>
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<!--NewPage-->
3+
<HTML>
4+
<HEAD>
5+
<!-- Generated by javadoc (build 1.4.2_07) on Wed May 04 17:02:00 EDT 2005 -->
6+
<TITLE>
7+
All Classes (Topcoder Software)
8+
</TITLE>
9+
10+
11+
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
12+
13+
14+
</HEAD>
15+
16+
<BODY BGCOLOR="white">
17+
<FONT size="+1" CLASS="FrameHeadingFont">
18+
<B>All Classes</B></FONT>
19+
<BR>
20+
21+
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
22+
<TR>
23+
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/topcoder/security/authenticationfactory/AbstractAuthenticator.html" title="class in com.topcoder.security.authenticationfactory">AbstractAuthenticator</A>
24+
<BR>
25+
<A HREF="com/topcoder/security/authenticationfactory/AuthenticateException.html" title="class in com.topcoder.security.authenticationfactory">AuthenticateException</A>
26+
<BR>
27+
<A HREF="com/topcoder/security/authenticationfactory/AuthenticationFactory.html" title="class in com.topcoder.security.authenticationfactory">AuthenticationFactory</A>
28+
<BR>
29+
<A HREF="com/topcoder/security/authenticationfactory/Authenticator.html" title="interface in com.topcoder.security.authenticationfactory"><I>Authenticator</I></A>
30+
<BR>
31+
<A HREF="com/topcoder/security/authenticationfactory/CacheFactory.html" title="interface in com.topcoder.security.authenticationfactory"><I>CacheFactory</I></A>
32+
<BR>
33+
<A HREF="com/topcoder/security/authenticationfactory/ConfigurationException.html" title="class in com.topcoder.security.authenticationfactory">ConfigurationException</A>
34+
<BR>
35+
<A HREF="com/topcoder/security/authenticationfactory/DefaultKeyConverter.html" title="class in com.topcoder.security.authenticationfactory">DefaultKeyConverter</A>
36+
<BR>
37+
<A HREF="com/topcoder/security/authenticationfactory/http/basicimpl/HTTPBasicAuthenticator.html" title="class in com.topcoder.security.authenticationfactory.http.basicimpl">HTTPBasicAuthenticator</A>
38+
<BR>
39+
<A HREF="com/topcoder/security/authenticationfactory/http/HttpCookie.html" title="class in com.topcoder.security.authenticationfactory.http">HttpCookie</A>
40+
<BR>
41+
<A HREF="com/topcoder/security/authenticationfactory/http/HttpResource.html" title="interface in com.topcoder.security.authenticationfactory.http"><I>HttpResource</I></A>
42+
<BR>
43+
<A HREF="com/topcoder/security/authenticationfactory/http/basicimpl/HttpResourceImpl.html" title="class in com.topcoder.security.authenticationfactory.http.basicimpl">HttpResourceImpl</A>
44+
<BR>
45+
<A HREF="com/topcoder/security/authenticationfactory/InvalidPrincipalException.html" title="class in com.topcoder.security.authenticationfactory">InvalidPrincipalException</A>
46+
<BR>
47+
<A HREF="com/topcoder/security/authenticationfactory/MissingPrincipalKeyException.html" title="class in com.topcoder.security.authenticationfactory">MissingPrincipalKeyException</A>
48+
<BR>
49+
<A HREF="com/topcoder/security/authenticationfactory/Principal.html" title="class in com.topcoder.security.authenticationfactory">Principal</A>
50+
<BR>
51+
<A HREF="com/topcoder/security/authenticationfactory/PrincipalKeyConverter.html" title="interface in com.topcoder.security.authenticationfactory"><I>PrincipalKeyConverter</I></A>
52+
<BR>
53+
<A HREF="com/topcoder/security/authenticationfactory/Response.html" title="class in com.topcoder.security.authenticationfactory">Response</A>
54+
<BR>
55+
<A HREF="com/topcoder/security/authenticationfactory/TimeoutCacheFactory.html" title="class in com.topcoder.security.authenticationfactory">TimeoutCacheFactory</A>
56+
<BR>
57+
</FONT></TD>
58+
</TR>
59+
</TABLE>
60+
61+
</BODY>
62+
</HTML>

0 commit comments

Comments
 (0)