Skip to content

Commit 3ce3373

Browse files
committed
Rename the sample folder
1 parent 9956e71 commit 3ce3373

13 files changed

Lines changed: 6 additions & 13 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ The toolkit is hosted on github. You can download it from:
117117
2. File > Import > Maven : Existing Maven Projects > Select the path where the core folder of the Java Toolkit is *<path>/java-saml/core*, resolve the Workspace project and select the pom.xml
118118
3. File > Import > Maven : Existing Maven Projects > Select the path where the toolkit folder of the Java Toolkit is *<path>/java-saml/toolkit*, resolve the Workspace project and select the pom.xml
119119

120-
### Adding the java-saml-jspsample as a project
121-
1. File > Import > Maven : Existing Maven Projects > Select the path where the core folder of the Java Toolkit is *<path>/java-saml/samples/java-saml-jspsample*, resolve the Wordkspace project and select the pom.xml
120+
### Adding the java-saml-tookit-jspsample as a project
121+
1. File > Import > Maven : Existing Maven Projects > Select the path where the core folder of the Java Toolkit is *<path>/java-saml/samples/java-saml-tookit-jspsample*, resolve the Wordkspace project and select the pom.xml
122122

123-
### Deploy the java-saml-jspsample
123+
### Deploy the java-saml-tookit-jspsample
124124

125125
At the Package Explorer, select the jsp-sample project, 2nd bottom of the mouse and Run As > Run Server
126126
Select a [Tomcat Server](http://crunchify.com/step-by-step-guide-to-setup-and-install-apache-tomcat-server-in-eclipse-development-environment-ide/) in order to deploy the server.
@@ -145,7 +145,7 @@ In the repo, at *src/main/java* you will find the source and at *src/test/java*
145145
#### samples (com.onelogin:java-saml-tookit-samples) ####
146146
This folder contains a maven project with a jsp app used to learn how the java-saml toolkit works.
147147

148-
At *java-saml-jspsample/src/main/webapp* folder we will find several jsp files, each one represent a different endpoint:
148+
At *java-saml-tookit-jspsample/src/main/webapp* folder we will find several jsp files, each one represent a different endpoint:
149149
- *index.jsp* Index of the webapp.
150150
- *dologin.jsp* SP-initiated SSO endpoint.
151151
- *dologout.jsp* SP-initiated SLO endpoint.
@@ -154,7 +154,7 @@ At *java-saml-jspsample/src/main/webapp* folder we will find several jsp files,
154154
- *sls.jsp* Service Provider Single Logout Service endpoint.
155155
- *metadata.jsp* Publish SP metadata.
156156

157-
At *java-saml-jspsample/src/main/resources* folder is the *onelogin.saml.properties* file that contains the SAML settings.
157+
At *java-saml-tookit-jspsample/src/main/resources* folder is the *onelogin.saml.properties* file that contains the SAML settings.
158158

159159
### How it works
160160

File renamed without changes.

samples/java-saml-jspsample/pom.xml renamed to samples/java-saml-tookit-jspsample/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
<artifactId>java-saml</artifactId>
1717
<version>${project.version}</version>
1818
</dependency>
19-
<!-- for log -->
20-
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
21-
<dependency>
22-
<groupId>org.slf4j</groupId>
23-
<artifactId>slf4j-simple</artifactId>
24-
<version>1.6.1</version>
25-
</dependency>
2619
</dependencies>
2720

2821
</project>

samples/java-saml-jspsample/src/main/resources/onelogin.saml.properties renamed to samples/java-saml-tookit-jspsample/src/main/resources/onelogin.saml.properties

File renamed without changes.

samples/java-saml-jspsample/src/main/webapp/WEB-INF/web.xml renamed to samples/java-saml-tookit-jspsample/src/main/webapp/WEB-INF/web.xml

File renamed without changes.

samples/java-saml-jspsample/src/main/webapp/acs.jsp renamed to samples/java-saml-tookit-jspsample/src/main/webapp/acs.jsp

File renamed without changes.

samples/java-saml-jspsample/src/main/webapp/attrs.jsp renamed to samples/java-saml-tookit-jspsample/src/main/webapp/attrs.jsp

File renamed without changes.

samples/java-saml-jspsample/src/main/webapp/dologin.jsp renamed to samples/java-saml-tookit-jspsample/src/main/webapp/dologin.jsp

File renamed without changes.

samples/java-saml-jspsample/src/main/webapp/dologout.jsp renamed to samples/java-saml-tookit-jspsample/src/main/webapp/dologout.jsp

File renamed without changes.

samples/java-saml-jspsample/src/main/webapp/index.jsp renamed to samples/java-saml-tookit-jspsample/src/main/webapp/index.jsp

File renamed without changes.

0 commit comments

Comments
 (0)