Uses of Class
org.dcache.xrootd.security.XrootdSecurityProtocol.BucketType
-
Packages that use XrootdSecurityProtocol.BucketType Package Description org.dcache.xrootd.protocol.messages org.dcache.xrootd.security org.dcache.xrootd.tpc.protocol.messages -
-
Uses of XrootdSecurityProtocol.BucketType in org.dcache.xrootd.protocol.messages
Methods in org.dcache.xrootd.protocol.messages that return types with arguments of type XrootdSecurityProtocol.BucketType Modifier and Type Method Description static java.util.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.java.util.Map<XrootdSecurityProtocol.BucketType,XrootdBucket>AuthenticationRequest. getBuckets() -
Uses of XrootdSecurityProtocol.BucketType in org.dcache.xrootd.security
Fields in org.dcache.xrootd.security declared as XrootdSecurityProtocol.BucketType Modifier and Type Field Description protected XrootdSecurityProtocol.BucketTypeXrootdBucket. _typeMethods in org.dcache.xrootd.security that return XrootdSecurityProtocol.BucketType Modifier and Type Method Description static XrootdSecurityProtocol.BucketTypeXrootdSecurityProtocol.BucketType. get(int code)XrootdSecurityProtocol.BucketTypeXrootdBucket. getType()static XrootdSecurityProtocol.BucketTypeXrootdSecurityProtocol.BucketType. valueOf(java.lang.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.Methods in org.dcache.xrootd.security that return types with arguments of type XrootdSecurityProtocol.BucketType Modifier and Type Method Description java.util.Map<XrootdSecurityProtocol.BucketType,XrootdBucket>NestedBucketBuffer. getNestedBuckets()Methods in org.dcache.xrootd.security with parameters of type XrootdSecurityProtocol.BucketType Modifier and Type Method Description static NestedBucketBufferNestedBucketBuffer. deserialize(XrootdSecurityProtocol.BucketType type, io.netty.buffer.ByteBuf buffer)Deserialize the NestedBucketBuffer.static RawBucketRawBucket. deserialize(XrootdSecurityProtocol.BucketType type, io.netty.buffer.ByteBuf buffer)static StringBucketStringBucket. deserialize(XrootdSecurityProtocol.BucketType type, io.netty.buffer.ByteBuf buffer)static UnsignedIntBucketUnsignedIntBucket. deserialize(XrootdSecurityProtocol.BucketType type, io.netty.buffer.ByteBuf buffer)static XrootdBucketXrootdBucket. deserialize(XrootdSecurityProtocol.BucketType type, io.netty.buffer.ByteBuf buffer)Deserialize an XrootdBucket.Constructors in org.dcache.xrootd.security with parameters of type XrootdSecurityProtocol.BucketType Constructor Description NestedBucketBuffer(XrootdSecurityProtocol.BucketType type, java.lang.String protocol, int step, java.util.Map<XrootdSecurityProtocol.BucketType,XrootdBucket> nestedBuckets)RawBucket(XrootdSecurityProtocol.BucketType type, byte[] data)StringBucket(XrootdSecurityProtocol.BucketType type, java.lang.String data)UnsignedIntBucket(XrootdSecurityProtocol.BucketType type, int data)XrootdBucket(XrootdSecurityProtocol.BucketType type)Constructor parameters in org.dcache.xrootd.security with type arguments of type XrootdSecurityProtocol.BucketType Constructor Description NestedBucketBuffer(XrootdSecurityProtocol.BucketType type, java.lang.String protocol, int step, java.util.Map<XrootdSecurityProtocol.BucketType,XrootdBucket> nestedBuckets) -
Uses of XrootdSecurityProtocol.BucketType in org.dcache.xrootd.tpc.protocol.messages
Methods in org.dcache.xrootd.tpc.protocol.messages that return types with arguments of type XrootdSecurityProtocol.BucketType Modifier and Type Method Description java.util.Map<XrootdSecurityProtocol.BucketType,XrootdBucket>InboundAuthenticationResponse. getBuckets()
-