| Package | Description |
|---|---|
| org.dcache.xrootd.plugins | |
| org.dcache.xrootd.plugins.authz.none | |
| org.dcache.xrootd.protocol |
| Modifier and Type | Method and Description |
|---|---|
String |
AuthorizationHandler.authorize(Subject subject,
InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
String path,
Map<String,String> opaque,
int request,
XrootdProtocol.FilePerm mode)
Authorization and path mapping hook.
|
| Modifier and Type | Method and Description |
|---|---|
String |
NoAuthorizationHandler.authorize(Subject subject,
InetSocketAddress local,
InetSocketAddress remote,
String path,
Map<String,String> opaque,
int request,
XrootdProtocol.FilePerm mode) |
| Modifier and Type | Method and Description |
|---|---|
static XrootdProtocol.FilePerm |
XrootdProtocol.FilePerm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XrootdProtocol.FilePerm[] |
XrootdProtocol.FilePerm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013 dCache.org. All rights reserved.