Skip to content

Commit

Permalink
Update doctitle and add scope
Browse files Browse the repository at this point in the history
Signed-off-by: arjantijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed Aug 10, 2019
1 parent 17b11ea commit 7b1e317
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/authentication-spec.adoc
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 2017, 2019 Contributors to the Eclipse Foundation
//

= Jakarta Authentication 1.1
= Jakarta Authentication
:authors: Jakarta Authentication Team, https://projects.eclipse.org/projects/ee4j.jaspic
:email: https://dev.eclipse.org/mailman/listinfo/jaspic-dev
:version-label!:
Expand Down
7 changes: 7 additions & 0 deletions spec/src/main/asciidoc/scope.adoc
@@ -1,3 +1,10 @@
== Specification Scope

Jakarta Authentication defines a general low-level SPI for authentication mechanisms, which are controllers
that interact with a caller and a container's environment to obtain the caller's credentials, validate these,
and pass an authenticated identity (such as name and groups) to the container.

Jakarta Authentication consists of several profiles, with each profile telling how a specific container
(such as Jakarta Servlet) can integrate with- and adapt to this SPI.


0 comments on commit 7b1e317

Please sign in to comment.