net.minecraft.server.jsonrpc.security

class AuthenticationHandler$SecurityCheckResult

avx$a
net.minecraft.server.jsonrpc.security.AuthenticationHandler$SecurityCheckResult
net.minecraft.class_12000$class_12001
net.minecraft.server.dedicated.management.network.BearerAuthenticationHandler$Result

Field summary

Modifier and TypeField
private final boolean
a
allowed
field_62834
successful
private final String
b
reason
field_62835
message
private final boolean
c
tokenSentInSecWebsocketProtocol
field_63675
mustReturnProtocol

Constructor summary

ModifierConstructor
private (boolean successful, String message, boolean mustReturnProtocol)

Method summary

Modifier and TypeMethod
public static AuthenticationHandler$SecurityCheckResult
a()
allowed()
method_74515()
success()
public static AuthenticationHandler$SecurityCheckResult
a(boolean arg0)
allowed(boolean arg0)
method_75596(boolean arg0)
success(boolean mustReturnProtocol)
public static AuthenticationHandler$SecurityCheckResult
a(String arg0)
denied(String arg0)
method_74516(String arg0)
failure(String message)
public boolean
b()
isAllowed()
method_74517()
isSuccessful()
public String
c()
getReason()
method_74518()
getMessage()
public boolean
d()
isTokenSentInSecWebsocketProtocol()
method_75597()
mustReturnProtocol()