jerqi commented on issue #9767:
URL: https://github.com/apache/gravitino/issues/9767#issuecomment-3782999004

   Is it better that we can extract more information from Kerberos string. so I 
prefer
   ```
   Principal map(String principal)
   ```
   We can create a `KerberosPrincipal` to store some important information
   For example
   ```
   class KerberosPrincipal {
   String username;
   Option<String> hostname;
   Option<String> realm;
   }
   ```


-- 
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]

Reply via email to