Skip to content

Commit 3f6ba7c

Browse files
committed
Review_comments
1 parent b9feee2 commit 3f6ba7c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

posts/2026-03-24-26.0.0.3.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ image::img/blog/blog_btn_stack.svg[Ask a question on Stack Overflow, align="cent
148148
[#userregistry]
149149
== UserRegistry Attribute Reader Enhancement
150150

151-
The UserRegistry Attribute Reader APIs feature provide applications with the ability to retrieve specific user attributes and search for users based on attribute values directly from LDAP and custom user registries.
151+
The UserRegistry API provides applications with the ability to retrieve specific user attributes and search for users based on attribute values directly from LDAP and custom user registries.
152152

153153
=== What's New?
154154

155-
Previously, the UserRegistry API supported only basic user lookups such as searching by `userSecurityName` or by using wildcard pattern matching. However, it did not allow applications to retrieve specific user attributes or search for users based on attribute values. These capabilities were available in Traditional WebSphere through the VMM API. The introduction of these two new APIs now enables applications to search for users and retrieve attributes from LDAP and custom user registries.
155+
Previously, the UserRegistry API supported only basic user lookups such as searching by `userSecurityName` or by using wildcard pattern matching. However, it did not allow applications to retrieve specific user attributes or search for users based on attribute values. These capabilities were available in traditional WebSphere through the VMM API. The introduction of these two new APIs now enables applications to search for users and retrieve attributes from LDAP and custom user registries.
156156

157157
With this enhancement, you can now retrieve specific attributes for a user by using the `getAttributesForUser()` method. This method supports retrieval of individual attributes such as email or phoneNumber, or "*" to retrieve all available attributes for a user.
158158

@@ -195,9 +195,9 @@ SearchResult searchResult = ur.getUsersByAttribute("email", "testuser@example.co
195195
196196
// output in trace.log
197197
> getUsersByAttribute Entry
198-
kerberosId
198+
email
199199
testuser@example.com
200-
0
200+
1
201201
202202
< getUsersByAttribute Exit
203203
SearchResult hasMore=false [testuser]
@@ -241,9 +241,9 @@ The added support for Jandex index formats has several benefits:
241241

242242
*When using Jandex indexes, ensure that the index files are kept up to date with the application classes.* If a Jandex index is not synchronized with the application classes, it can contain incorrect annotation data, which can cause the application to function incorrectly. Out‑of‑date Jandex indexes cannot be reliably detected.
243243

244-
Open Liberty does not read index formats higher than index format 13. If a new version of Jandex adds a higher index format version, Open Liberty requires an update before it can read Jandex indexes, which use that index format version.
244+
Open Liberty does not read index formats higher than index format 13. If a new version of Jandex adds a higher index format version, Open Liberty requires an update before it can read Jandex indexes that use the higher index format version.
245245

246-
The Open Liberty feature `mpGraphQL`, which is obtained from an external source, is limited to reading Jandex index formats no higher than index format 10. If the feature `mpGraphQL` is used, Jandex indexes should be generated by using index format 10. This limitation applies to all current versions of `mpGraphQL`, including the current highest version, `mpGraphQL-2.0``.
246+
The Open Liberty feature `mpGraphQL`, which is obtained from an external source, is limited to reading Jandex index formats no higher than index format 10. If the feature `mpGraphQL` is used, Jandex indexes should be generated by using index format 10. This limitation applies to all current versions of `mpGraphQL`, including the current highest version, `mpGraphQL-2.0`.
247247

248248
=== Lifting Restriction
249249

0 commit comments

Comments
 (0)