| Package | Description |
|---|---|
| org.dcache.xrootd.protocol.messages | |
| org.dcache.xrootd.security | |
| org.dcache.xrootd.tpc.protocol.messages |
| Modifier and Type | Method and Description |
|---|---|
static Map<XrootdSecurityProtocol.BucketType,XrootdBucket> |
AuthenticationRequest.deserializeBuckets(io.netty.buffer.ByteBuf buffer)
Deserialize the buckets sent by the client and put them into a EnumMap
sorted by their header-information.
|
Map<XrootdSecurityProtocol.BucketType,XrootdBucket> |
AuthenticationRequest.getBuckets() |
| Modifier and Type | Field and Description |
|---|---|
protected XrootdSecurityProtocol.BucketType |
XrootdBucket._type |
| Modifier and Type | Method and Description |
|---|---|
static XrootdSecurityProtocol.BucketType |
XrootdSecurityProtocol.BucketType.get(int code) |
XrootdSecurityProtocol.BucketType |
XrootdBucket.getType() |
static XrootdSecurityProtocol.BucketType |
XrootdSecurityProtocol.BucketType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XrootdSecurityProtocol.BucketType[] |
XrootdSecurityProtocol.BucketType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<XrootdSecurityProtocol.BucketType,XrootdBucket> |
NestedBucketBuffer.getNestedBuckets() |
| Modifier and Type | Method and Description |
|---|---|
static NestedBucketBuffer |
NestedBucketBuffer.deserialize(XrootdSecurityProtocol.BucketType type,
io.netty.buffer.ByteBuf buffer)
Deserialize the NestedBucketBuffer.
|
static UnsignedIntBucket |
UnsignedIntBucket.deserialize(XrootdSecurityProtocol.BucketType type,
io.netty.buffer.ByteBuf buffer) |
static XrootdBucket |
XrootdBucket.deserialize(XrootdSecurityProtocol.BucketType type,
io.netty.buffer.ByteBuf buffer)
Deserialize an XrootdBucket.
|
static RawBucket |
RawBucket.deserialize(XrootdSecurityProtocol.BucketType type,
io.netty.buffer.ByteBuf buffer) |
static StringBucket |
StringBucket.deserialize(XrootdSecurityProtocol.BucketType type,
io.netty.buffer.ByteBuf buffer) |
| Constructor and Description |
|---|
NestedBucketBuffer(XrootdSecurityProtocol.BucketType type,
String protocol,
int step,
Map<XrootdSecurityProtocol.BucketType,XrootdBucket> nestedBuckets) |
RawBucket(XrootdSecurityProtocol.BucketType type,
byte[] data) |
StringBucket(XrootdSecurityProtocol.BucketType type,
String data) |
UnsignedIntBucket(XrootdSecurityProtocol.BucketType type,
int data) |
XrootdBucket(XrootdSecurityProtocol.BucketType type) |
| Constructor and Description |
|---|
NestedBucketBuffer(XrootdSecurityProtocol.BucketType type,
String protocol,
int step,
Map<XrootdSecurityProtocol.BucketType,XrootdBucket> nestedBuckets) |
| Modifier and Type | Method and Description |
|---|---|
Map<XrootdSecurityProtocol.BucketType,XrootdBucket> |
InboundAuthenticationResponse.getBuckets() |
Copyright © 2011–2018 dCache.org. All rights reserved.