public class NoAuthorizationHandler extends Object implements AuthorizationHandler
| Constructor and Description |
|---|
NoAuthorizationHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
authorize(Subject subject,
InetSocketAddress local,
InetSocketAddress remote,
String path,
Map<String,String> opaque,
int request,
XrootdProtocol.FilePerm mode)
Authorization and path mapping hook.
|
public String authorize(Subject subject, InetSocketAddress local, InetSocketAddress remote, String path, Map<String,String> opaque, int request, XrootdProtocol.FilePerm mode)
AuthorizationHandlerauthorize in interface AuthorizationHandlersubject - the userlocal - local socket address of client connectionremote - remote socket address of client connectionpath - the file which is checkedopaque - the opaque data from the requestrequest - xrootd request id of the operationmode - the requested modeCopyright © 2013 dCache.org. All rights reserved.