We are moving away from javax to Jakarta EE, and we migrated almost all of our packages except one:
javax.security.auth.x500.X500Principal
There is a jakarta.security.auth
package already, but the content is slightly different. No matter how much I searched, I couldn't find the equivalent of this package in Jakarta. Am I missing something here?
I am no security expert, so I don't have much preliminary knowledge about the subject.