Class SecurityRunner.UserContext

java.lang.Object
neqsim.mcp.runners.SecurityRunner.UserContext
Enclosing class:
SecurityRunner

static class SecurityRunner.UserContext extends Object
User context associated with an API key.
Version:
1.0
Author:
Even Solbraa
  • Field Details

    • userId

      String userId
      User identifier.
    • project

      String project
      Project name.
    • role

      String role
      Role: admin, engineer, viewer.
    • rateLimit

      int rateLimit
      Rate limit in requests per minute.
    • createdAt

      String createdAt
      Creation timestamp.
  • Constructor Details

    • UserContext

      UserContext()