Class UserToken


  • public final class UserToken
    extends java.lang.Object
    Immutable wrapper for a user authentication token.

    This class encapsulates a user token string that is injected into HTTP requests for per-user authentication in multi-tenant scenarios. The token is stored as a request tag and retrieved by interceptors for adding authorization headers.

    Package-private to prevent direct instantiation outside the framework.

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait