Uses of Class
org.dcache.xrootd.protocol.messages.AuthenticationRequest
-
Packages that use AuthenticationRequest Package Description org.dcache.xrootd.core org.dcache.xrootd.plugins org.dcache.xrootd.plugins.authn.none org.dcache.xrootd.protocol.messages -
-
Uses of AuthenticationRequest in org.dcache.xrootd.core
Methods in org.dcache.xrootd.core with parameters of type AuthenticationRequest Modifier and Type Method Description protected java.lang.ObjectXrootdAuthenticationHandler. doOnAuthentication(io.netty.channel.ChannelHandlerContext context, AuthenticationRequest request)protected java.lang.ObjectXrootdRequestHandler. doOnAuthentication(io.netty.channel.ChannelHandlerContext ctx, AuthenticationRequest msg) -
Uses of AuthenticationRequest in org.dcache.xrootd.plugins
Methods in org.dcache.xrootd.plugins that return types with arguments of type AuthenticationRequest Modifier and Type Method Description XrootdResponse<AuthenticationRequest>AuthenticationHandler. authenticate(AuthenticationRequest request)Authenticate method, parsing the requests and creating adequate responses.Methods in org.dcache.xrootd.plugins with parameters of type AuthenticationRequest Modifier and Type Method Description XrootdResponse<AuthenticationRequest>AuthenticationHandler. authenticate(AuthenticationRequest request)Authenticate method, parsing the requests and creating adequate responses. -
Uses of AuthenticationRequest in org.dcache.xrootd.plugins.authn.none
Methods in org.dcache.xrootd.plugins.authn.none that return types with arguments of type AuthenticationRequest Modifier and Type Method Description XrootdResponse<AuthenticationRequest>NoAuthenticationHandler. authenticate(AuthenticationRequest request)Methods in org.dcache.xrootd.plugins.authn.none with parameters of type AuthenticationRequest Modifier and Type Method Description XrootdResponse<AuthenticationRequest>NoAuthenticationHandler. authenticate(AuthenticationRequest request) -
Uses of AuthenticationRequest in org.dcache.xrootd.protocol.messages
Constructors in org.dcache.xrootd.protocol.messages with parameters of type AuthenticationRequest Constructor Description AuthenticationResponse(AuthenticationRequest request, int status, int length, java.util.function.Consumer<io.netty.buffer.ByteBuf> serializer)
-