lasdf1234 commented on code in PR #11848:
URL: https://github.com/apache/gravitino/pull/11848#discussion_r3511170101
##########
api/src/main/java/org/apache/gravitino/authorization/User.java:
##########
@@ -34,6 +35,21 @@ public interface User extends Auditable {
*/
String name();
+ /**
+ * The external identifier from an upstream identity system, such as a SCIM
provider.
+ *
+ * @return The external identifier, or null if not set.
+ */
+ @Nullable
+ String externalId();
Review Comment:
<img width="2130" height="734" alt="image"
src="https://github.com/user-attachments/assets/bebb3390-2161-4475-971d-84a025f55400"
/>
In api module.The convention is to use @Nullable.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]