Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit defbbdf

Browse files
committed
addressed review by @mrioan
1 parent 7840554 commit defbbdf

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

docs/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Where `<name>` is the unique identifier of the guide to generate.
6363
The current possible values for `<name>` are:
6464

6565
- `servlet`
66+
- `spring`
6667
- `springboot`
6768
- `sczuul`
6869

docs/source/tutorial.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,11 @@ refresh tokens. The Token Management feature is included "out of the box" and is
753753
The Token Management feature is supported all through the Java SDK stack, including Servlet, Spring, Spring Boot and
754754
Spring Security (with and without WebMVC).
755755

756+
#if( $springboot )
756757
This part of the tutorial exercises the Token Magement features using Spring Security Spring Boot WebMVC.
758+
#elseif( $spring )
759+
This part of the tutorial exercises the Token Magement features using Spring Security WebMVC.
760+
#end
757761

758762
There's a simple ``@RestController`` called ``UserDetailsController`` that returns information about the authenticated account.
759763

@@ -896,11 +900,15 @@ feature.
896900
Wrapping Up
897901
-----------
898902

899-
We hope this tutorial has been of value to you in learning about Stormpath's integration with Spring Security for Spring Boot
900-
applications.
903+
We hope this tutorial has been of value to you in learning about the |project|.
904+
905+
#if( $springboot )
906+
You can use the Stormpath Spring Security integration in contexts other than Spring Boot as well.
907+
#elseif( $spring )
908+
You can use the Stormpath Spring Security integration in contexts other than Spring WebMVC as well.
909+
#end
910+
For instance, you could write a REST API that makes use of Spring Security that has no web layer.
901911

902-
You can use the Stormpath Spring Security integration in contexts other than Spring Boot as well. For instance, you could
903-
write a REST API that makes use of Spring Security that has no web layer.
904912

905913
Take a look at the `javadocs </java/apidocs>`_ as well as the `other code examples <https://github.com/stormpath/stormpath-sdk-java/tree/master/examples>`_
906914
for more information on all that the Stormpath Java SDK has to offer.

0 commit comments

Comments
 (0)