Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7629-Remove 3.0-Servlet 3.0 APIs-audit event description-2 #7638

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/ROOT/pages/audit-log-events-list-cadf.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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 APIs: login/authenticate (SECURITY_API_AUTHN)>>
* <<SECURITY_API_AUTHN_TERMINATE, Servlet 3.0 APIs: logout (SECURITY_API_AUTHN_TERMINATE)>>
* <<SECURITY_API_AUTHN_TERMINATE, Servlet APIs: logout (SECURITY_API_AUTHN_TERMINATE)>>
* <<SECURITY_AUTHN_TERMINATE, Form Logout (SECURITY_AUTHN_TERMINATE)>>
* <<SECURITY_AUTHN, Basic Authentication (SECURITY_AUTHN)>>
* <<SECURITY_AUTHN, Client certificate authentication (SECURITY_AUTHN)>>
Expand Down Expand Up @@ -309,7 +309,7 @@ The following example shows a SECURITY_API_AUTHN event that results in a redirec

== SECURITY_API_AUTHN_TERMINATE

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

.SECURITY_API_AUTHN_TERMINATE event fields
[cols=",",options="header",]
Expand Down Expand Up @@ -462,7 +462,7 @@ The following example shows a successful SECURITY_AUTHN event:

== SECURITY_AUTHN_DELEGATION

You can use the SECURITY_AUTHN_DELEGATION event to capture the audit information from Servlet runAs delegation and EJB delegation. The following table provides the fields for the SECURITY_AUTHN_DELEGATION event and a description of each field.
You can use the SECURITY_AUTHN_DELEGATION event to capture the audit information from Servlet runs delegation and EJB delegation. The following table provides the fields for the SECURITY_AUTHN_DELEGATION event and a description of each field.

.SECURITY_AUTHN_DELEGATION event fields
[cols=",",options="header",]
Expand Down
8 changes: 4 additions & 4 deletions modules/ROOT/pages/json-log-events-list.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,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 APIs: login/authenticate (SECURITY_API_AUTHN)>>
* <<SECURITY_API_AUTHN_TERMINATE, Servlet 3.0 APIs: logout (SECURITY_API_AUTHN_TERMINATE)>>
* <<SECURITY_API_AUTHN_TERMINATE, Servlet APIs: logout (SECURITY_API_AUTHN_TERMINATE)>>
* <<SECURITY_AUTHN_TERMINATE, Form Logout (SECURITY_AUTHN_TERMINATE)>>
* <<SECURITY_AUTHN, Basic Authentication (SECURITY_AUTHN)>>
* <<SECURITY_AUTHN, Client certificate authentication (SECURITY_AUTHN)>>
Expand Down Expand Up @@ -458,7 +458,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 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 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 Expand Up @@ -535,7 +535,7 @@ The following example shows a SECURITY_API_AUTHN event that results in a redirec

=== SECURITY_API_AUTHN_TERMINATE

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

.SECURITY_API_AUTHN_TERMINATE event fields
[cols=",",options="header",]
Expand Down Expand Up @@ -690,7 +690,7 @@ The following example shows a successful SECURITY_AUTHN event:

=== SECURITY_AUTHN_DELEGATION

You can use the SECURITY_AUTHN_DELEGATION event to capture the audit information from Servlet runAs delegation and EJB delegation. The following table provides the fields for the SECURITY_AUTHN_DELEGATION event and a description of each field:
You can use the SECURITY_AUTHN_DELEGATION event to capture the audit information from Servlet runs delegation and EJB delegation. The following table provides the fields for the SECURITY_AUTHN_DELEGATION event and a description of each field:

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