History - net.minecraft.server.jsonrpc.security.AuthenticationHandler
1.21.10
Names
Fields
Constructors
Methods
1.21.9
Names
avp
net.minecraft.server.jsonrpc.security.AuthenticationHandler
net.minecraft.class_12000
net.minecraft.server.dedicated.management.network.BearerAuthenticationHandler
net.minecraft.src.C_410845_
net.minecraft.server.jsonrpc.security.AuthenticationHandler
Fields
org.slf4j.Logger: c, LOGGER, field_62832, LOGGER, f_413658_
io.netty.util.AttributeKey<Boolean>: d, AUTHENTICATED_KEY, field_63006, AUTHENTICATED_KEY, f_413965_
String: a, AUTH_HEADER, field_62830, AUTHORIZATION_HEADER, f_413905_
String: b, BEARER_PREFIX, field_62831, BEARER_PREFIX, f_411584_
SecurityConfig: e, securityConfig, field_62833, token, f_413668_
Constructors
Methods
void (io.netty.channel.ChannelHandlerContext, Object): channelRead, channelRead, channelRead, channelRead, channelRead
AuthenticationHandler$SecurityCheckResult (io.netty.handler.codec.http.HttpRequest): a, performSecurityChecks, method_74511, authenticate, m_416115_
boolean (io.netty.handler.codec.http.HttpRequest): b, validateAuthentication, method_74513, isAuthenticated, m_418562_
boolean (String): a, isValidApiKey, method_74512, tokenMatches, m_416106_
String (io.netty.channel.ChannelHandlerContext): a, getClientIp, method_74508, getHostAddress, m_417314_
void (io.netty.channel.ChannelHandlerContext, String): a, sendUnauthorizedResponse, method_74510, sendUnauthorizedError, m_419855_