You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@ This example was developed to show how Java Toolkit works.
3
3
Project Structure
4
4
-----------------
5
5
6
-
The com/ folder contains the files you'll copy into your Java application. Note also that Apache Commons Codec is a dependency.
6
+
The src/main/java/ folder contains the files you'll copy into your Java application. You can also build the project by running `mvn package` and copy the
7
+
resulting jar into your project instead of relying on the source code directly. Note also that Apache Commons Codec is a dependency.
7
8
8
9
The sample/ folder has a minimal webapp which depends on the core code inside com/ folder and the files index.jsp and consume.jsp inside webapp-folder.
9
10
index.jsp and consume.jsp are the ones that actually handle the SAML conversation. Dependencies are configured in the pom.xml file.
0 commit comments