Uses of Class
org.dcache.xrootd.tpc.protocol.messages.InboundLoginResponse
-
Packages that use InboundLoginResponse Package Description org.dcache.xrootd.tpc -
-
Uses of InboundLoginResponse in org.dcache.xrootd.tpc
Fields in org.dcache.xrootd.tpc declared as InboundLoginResponse Modifier and Type Field Description protected InboundLoginResponseAbstractClientAuthnHandler. loginResponseMethods in org.dcache.xrootd.tpc with parameters of type InboundLoginResponse Modifier and Type Method Description protected voidAbstractClientAuthnHandler. doOnLoginResponse(io.netty.channel.ChannelHandlerContext ctx, InboundLoginResponse response)Arriving here means login succeeded, but authentication required.protected voidAbstractClientRequestHandler. doOnLoginResponse(io.netty.channel.ChannelHandlerContext ctx, InboundLoginResponse response)protected voidAbstractClientSourceHandler. doOnLoginResponse(io.netty.channel.ChannelHandlerContext ctx, InboundLoginResponse response)If the response contains a security context, then it was not handled by an authentication plugin, and the transfer should fail.protected voidTpcClientConnectHandler. doOnLoginResponse(io.netty.channel.ChannelHandlerContext ctx, InboundLoginResponse response)
-