Class AuthMeResponse

java.lang.Object
org.apache.gravitino.dto.responses.BaseResponse
org.apache.gravitino.dto.responses.AuthMeResponse
All Implemented Interfaces:
RESTMessage, RESTResponse

public class AuthMeResponse extends BaseResponse
Response for the authenticated principal information.
  • Constructor Details

    • AuthMeResponse

      public AuthMeResponse(String principal)
      Constructor for AuthMeResponse.
      Parameters:
      principal - The server-resolved principal name of the authenticated user.
    • AuthMeResponse

      public AuthMeResponse()
      Default constructor for AuthMeResponse. (Used for Jackson deserialization.)
  • Method Details