Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuerkle committed Oct 31, 2017
1 parent 6a840c0 commit d40b640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/jbake/content/security-intro003a.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ is to register a corresponding `AuthConfigProvider` with the global `AuthConfigF
An `AuthConfigProvider` makes a `ServerAuthModule` available to the container, via a
series of intermediary objects, for runtime message processing.

[jsr-375-java-ee-security-api]
[[jsr-375-java-ee-security-api]]
JSR-375 Java EE Security API
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
JSR-375 defines the following authentication-related plugin SPIs:
Expand Down
2 changes: 1 addition & 1 deletion src/main/jbake/content/security-intro005a.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ authenticate against in a standard, portable way.
An application can provide its own `IdentityStore`,
or use the built in LDAP or Database identity store implementations of the interface.
For details about the `IdentityStore` interfaces and examples of their usage, see
link:security-api004.html#overview-of-the-identity-store-interfaces[Overview of the Identity Store Interfaces].
link:security-api003.html#overview-of-the-identity-store-interfaces[Overview of the Identity Store Interfaces].

0 comments on commit d40b640

Please sign in to comment.