Skip to content

init maven project #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.vscode
.DS_Store
.idea
target
*.iml
.project
.classpath
.settings
tool
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# tc-online-review-backend
API and back end business logic for online review
## tc-online-review-persistence

All components for tc online review

### prerequisites
- java 8
- maven

### package all components
- run `mvn clean package -DskipTests`

### install all components
- run `mvn clean install -DskipTests`
13 changes: 13 additions & 0 deletions authentication-factory/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## authentication-factory

This is a component for tc online review

### prerequisites
- java 8
- maven

### package
- run `mvn clean package -DskipTests`

### install
- run `mvn clean install -DskipTests`
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
1,296 changes: 1,296 additions & 0 deletions authentication-factory/docs/Authentication_Factory_Component_Specification.rtf

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions authentication-factory/docs/javadocs/allclasses-frame.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_07) on Wed May 04 17:02:00 EDT 2005 -->
<TITLE>
All Classes (Topcoder Software)
</TITLE>


<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">


</HEAD>

<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameHeadingFont">
<B>All Classes</B></FONT>
<BR>

<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/topcoder/security/authenticationfactory/AbstractAuthenticator.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">AbstractAuthenticator</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/AuthenticateException.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">AuthenticateException</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/AuthenticationFactory.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">AuthenticationFactory</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/Authenticator.html" title="interface in com.topcoder.security.authenticationfactory" target="classFrame"><I>Authenticator</I></A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/CacheFactory.html" title="interface in com.topcoder.security.authenticationfactory" target="classFrame"><I>CacheFactory</I></A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/ConfigurationException.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">ConfigurationException</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/DefaultKeyConverter.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">DefaultKeyConverter</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/http/basicimpl/HTTPBasicAuthenticator.html" title="class in com.topcoder.security.authenticationfactory.http.basicimpl" target="classFrame">HTTPBasicAuthenticator</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/http/HttpCookie.html" title="class in com.topcoder.security.authenticationfactory.http" target="classFrame">HttpCookie</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/http/HttpResource.html" title="interface in com.topcoder.security.authenticationfactory.http" target="classFrame"><I>HttpResource</I></A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/http/basicimpl/HttpResourceImpl.html" title="class in com.topcoder.security.authenticationfactory.http.basicimpl" target="classFrame">HttpResourceImpl</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/InvalidPrincipalException.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">InvalidPrincipalException</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/MissingPrincipalKeyException.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">MissingPrincipalKeyException</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/Principal.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">Principal</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/PrincipalKeyConverter.html" title="interface in com.topcoder.security.authenticationfactory" target="classFrame"><I>PrincipalKeyConverter</I></A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/Response.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">Response</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/TimeoutCacheFactory.html" title="class in com.topcoder.security.authenticationfactory" target="classFrame">TimeoutCacheFactory</A>
<BR>
</FONT></TD>
</TR>
</TABLE>

</BODY>
</HTML>
62 changes: 62 additions & 0 deletions authentication-factory/docs/javadocs/allclasses-noframe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_07) on Wed May 04 17:02:00 EDT 2005 -->
<TITLE>
All Classes (Topcoder Software)
</TITLE>


<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">


</HEAD>

<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameHeadingFont">
<B>All Classes</B></FONT>
<BR>

<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/topcoder/security/authenticationfactory/AbstractAuthenticator.html" title="class in com.topcoder.security.authenticationfactory">AbstractAuthenticator</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/AuthenticateException.html" title="class in com.topcoder.security.authenticationfactory">AuthenticateException</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/AuthenticationFactory.html" title="class in com.topcoder.security.authenticationfactory">AuthenticationFactory</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/Authenticator.html" title="interface in com.topcoder.security.authenticationfactory"><I>Authenticator</I></A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/CacheFactory.html" title="interface in com.topcoder.security.authenticationfactory"><I>CacheFactory</I></A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/ConfigurationException.html" title="class in com.topcoder.security.authenticationfactory">ConfigurationException</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/DefaultKeyConverter.html" title="class in com.topcoder.security.authenticationfactory">DefaultKeyConverter</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/http/basicimpl/HTTPBasicAuthenticator.html" title="class in com.topcoder.security.authenticationfactory.http.basicimpl">HTTPBasicAuthenticator</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/http/HttpCookie.html" title="class in com.topcoder.security.authenticationfactory.http">HttpCookie</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/http/HttpResource.html" title="interface in com.topcoder.security.authenticationfactory.http"><I>HttpResource</I></A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/http/basicimpl/HttpResourceImpl.html" title="class in com.topcoder.security.authenticationfactory.http.basicimpl">HttpResourceImpl</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/InvalidPrincipalException.html" title="class in com.topcoder.security.authenticationfactory">InvalidPrincipalException</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/MissingPrincipalKeyException.html" title="class in com.topcoder.security.authenticationfactory">MissingPrincipalKeyException</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/Principal.html" title="class in com.topcoder.security.authenticationfactory">Principal</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/PrincipalKeyConverter.html" title="interface in com.topcoder.security.authenticationfactory"><I>PrincipalKeyConverter</I></A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/Response.html" title="class in com.topcoder.security.authenticationfactory">Response</A>
<BR>
<A HREF="com/topcoder/security/authenticationfactory/TimeoutCacheFactory.html" title="class in com.topcoder.security.authenticationfactory">TimeoutCacheFactory</A>
<BR>
</FONT></TD>
</TR>
</TABLE>

</BODY>
</HTML>
Loading