public class AuthenticationResponse extends AbstractResponseMessage
_buffer, _request| Constructor and Description |
|---|
AuthenticationResponse(XrootdRequest request,
int status,
int length)
Default authentication response, usually sent finally, if all previous
steps are okay
|
AuthenticationResponse(XrootdRequest request,
int status,
int length,
String protocol,
int step,
List<XrootdBucket> buckets)
Intermediate AuthenticationResponse.
|
getBuffer, getRequest, put, putCharSequence, putSignedInt, putSignedLong, putUnsignedChar, putUnsignedShort, setStatuspublic AuthenticationResponse(XrootdRequest request, int status, int length)
sId - status - length - public AuthenticationResponse(XrootdRequest request, int status, int length, String protocol, int step, List<XrootdBucket> buckets)
sId - the streamID, matching the requeststatus - the status (usually kXR_authmore)length - protocol - the currently used authentication protocolstep - the processing stepbuckets - list of buckets containing server-side authentication
information (challenge, host certificate, etc.)Copyright © 2013 dCache.org. All rights reserved.