Skip to content

Commit

Permalink
Merge pull request #7632 from OpenLiberty/7629-Remove-3.0-from-Servle…
Browse files Browse the repository at this point in the history
…t-3.0-APIs

7629-Remove 3.0-Servlet 3.0 APIs-audit event description-1
  • Loading branch information
ramkumar-k-9286 authored Oct 15, 2024
2 parents 5c8b9f2 + f52ae52 commit 5306bdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/audit-log-events-list-cadf.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Open Liberty can generate audit events in either CADF or xref:ROOT:json-log-even

* <<SECURITY_AUDIT_MGMT, Management of the audit service (SECURITY_AUDIT_MGMT)>>
* <<SECURITY_MEMBER_MGMT, SCIM operations/member management (SECURITY_MEMBER_MGMT)>>
* <<SECURITY_API_AUTHN, Servlet 3.0 APIs: login/authenticate (SECURITY_API_AUTHN)>>
* <<SECURITY_API_AUTHN, Servlet APIs: login/authenticate (SECURITY_API_AUTHN)>>
* <<SECURITY_API_AUTHN_TERMINATE, Servlet 3.0 APIs: logout (SECURITY_API_AUTHN_TERMINATE)>>
* <<SECURITY_AUTHN_TERMINATE, Form Logout (SECURITY_AUTHN_TERMINATE)>>
* <<SECURITY_AUTHN, Basic Authentication (SECURITY_AUTHN)>>
Expand Down Expand Up @@ -232,7 +232,7 @@ The following example shows a SECURITY_MEMBER_MGMT user lookup action:

== SECURITY_API_AUTHN

You can use the SECURITY_API_AUTHN event to capture the audit information from the login and authentication for servlet 3.0 APIs. The following table provides the fields for the SECURITY_API_AUTHN event and a description of each field.
You can use the SECURITY_API_AUTHN event to capture the audit information from the login and authentication for servlet APIs. The following table provides the fields for the SECURITY_API_AUTHN event and a description of each field.

.SECURITY_API_AUTHN event fields
[cols=",",options="header",]
Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/json-log-events-list.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Open Liberty can generate audit events in either JSON or xref:ROOT:audit-log-eve

* <<SECURITY_AUDIT_MGMT, Management of the audit service (SECURITY_AUDIT_MGMT)>>
* <<SECURITY_MEMBER_MGMT, SCIM operations/member management (SECURITY_MEMBER_MGMT)>>
* <<SECURITY_API_AUTHN, Servlet 3.0 APIs: login/authenticate (SECURITY_API_AUTHN)>>
* <<SECURITY_API_AUTHN, Servlet APIs: login/authenticate (SECURITY_API_AUTHN)>>
* <<SECURITY_API_AUTHN_TERMINATE, Servlet 3.0 APIs: logout (SECURITY_API_AUTHN_TERMINATE)>>
* <<SECURITY_AUTHN_TERMINATE, Form Logout (SECURITY_AUTHN_TERMINATE)>>
* <<SECURITY_AUTHN, Basic Authentication (SECURITY_AUTHN)>>
Expand Down Expand Up @@ -512,7 +512,7 @@ The following example shows a SECURITY_MEMBER_MGMT user lookup action:

=== SECURITY_API_AUTHN

You can use the SECURITY_API_AUTHN event for servlet 3.0 and later APIs to capture audit information when a user logs in and authenticates. The following table provides the fields for the SECURITY_API_AUTHN event and a description of each field:
You can use the SECURITY_API_AUTHN event for servlet and later APIs to capture audit information when a user logs in and authenticates. The following table provides the fields for the SECURITY_API_AUTHN event and a description of each field:

.SECURITY_API_AUTHN event fields
[cols=",",options="header",]
Expand Down

0 comments on commit 5306bdd

Please sign in to comment.