Class AuthenticationHandler.SecurityCheckResult

java.lang.Object
net.minecraft.server.jsonrpc.security.AuthenticationHandler.SecurityCheckResult
Enclosing class:
AuthenticationHandler

static class AuthenticationHandler.SecurityCheckResult extends Object
  • Field Details

    • allowed

      private final boolean allowed
    • reason

      private final String reason
    • tokenSentInSecWebsocketProtocol

      private final boolean tokenSentInSecWebsocketProtocol
  • Constructor Details

    • SecurityCheckResult

      private SecurityCheckResult(boolean pAllowed, String pReason, boolean pTokenSentInSecWebsocketProtocol)
  • Method Details