Uses of Class
org.dcache.xrootd.security.XrootdSecurityProtocol.BucketType
-
Packages that use XrootdSecurityProtocol.BucketType Package Description org.dcache.xrootd.security -
-
Uses of XrootdSecurityProtocol.BucketType in org.dcache.xrootd.security
Methods in org.dcache.xrootd.security that return XrootdSecurityProtocol.BucketType Modifier and Type Method Description static XrootdSecurityProtocol.BucketTypeXrootdSecurityProtocol.BucketType. get(int code)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.
-