public class OutboundAuthenticationRequest extends AbstractXrootdOutboundRequest
Request to third-party source server.
requestId, signingLevel, streamId| Constructor and Description |
|---|
OutboundAuthenticationRequest(int streamId,
int length,
String protocol,
int step,
List<XrootdBucket> buckets) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
getParams(io.netty.buffer.ByteBuf buffer) |
protected int |
getParamsLen() |
getRequestId, getStreamId, isSigned, writeTo, writeToBufferpublic OutboundAuthenticationRequest(int streamId,
int length,
String protocol,
int step,
List<XrootdBucket> buckets)
streamId - of this requestlength - protocol - the currently used authentication protocolstep - the processing stepbuckets - list of buckets containing server-side authentication
information (challenge, host certificate, etc.)protected void getParams(io.netty.buffer.ByteBuf buffer)
getParams in class AbstractXrootdOutboundRequestprotected int getParamsLen()
getParamsLen in class AbstractXrootdOutboundRequestCopyright © 2011–2018 dCache.org. All rights reserved.