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
{{ message }}
This repository was archived by the owner on Jan 28, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: src/main/jbake/content/security-webtier002.adoc
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -318,6 +318,14 @@ section. Client and mutual authentication are discussed in
318
318
link:security-advanced.html#GJJWX[Chapter 53, "Java EE Security: Advanced
319
319
Topics"].
320
320
321
+
The Java EE Security API provides an alternative to specifying authentication mechanisms
322
+
using the built-in authentication mechanism types of the
323
+
`HttpAuthenticationMechanism` interface. The built-in authentication mechanisms perform
324
+
BASIC, FORM, and Custom FORM authentication and are enabled and configured using
325
+
annotations. You can use these built-in annotations
326
+
in place of `<login-config>` described in the sections below. For more information, see link:security-api002.html#overview-of-the-http-authentication-mechanism-interface[Overview of
327
+
the HTTP Authentication Mechanism Interface].
328
+
321
329
HTTP basic authentication and form-based authentication are not very
322
330
secure authentication mechanisms. Basic authentication sends user names
323
331
and passwords over the Internet as Base64-encoded text. Form-based
@@ -393,6 +401,17 @@ error page.
393
401
link:#GEXFA[Figure 51-2] shows what happens when you specify form-based
0 commit comments