Uses of Class
org.dcache.xrootd.protocol.XrootdProtocol.FilePerm
-
Packages that use XrootdProtocol.FilePerm Package Description org.dcache.xrootd.plugins org.dcache.xrootd.plugins.authz.none org.dcache.xrootd.protocol org.dcache.xrootd.protocol.messages -
-
Uses of XrootdProtocol.FilePerm in org.dcache.xrootd.plugins
Methods in org.dcache.xrootd.plugins with parameters of type XrootdProtocol.FilePerm Modifier and Type Method Description java.lang.StringAuthorizationHandler. authorize(javax.security.auth.Subject subject, java.net.InetSocketAddress localAddress, java.net.InetSocketAddress remoteAddress, java.lang.String path, java.util.Map<java.lang.String,java.lang.String> opaque, int request, XrootdProtocol.FilePerm mode)Authorization and path mapping hook. -
Uses of XrootdProtocol.FilePerm in org.dcache.xrootd.plugins.authz.none
Methods in org.dcache.xrootd.plugins.authz.none with parameters of type XrootdProtocol.FilePerm Modifier and Type Method Description java.lang.StringNoAuthorizationHandler. authorize(javax.security.auth.Subject subject, java.net.InetSocketAddress local, java.net.InetSocketAddress remote, java.lang.String path, java.util.Map<java.lang.String,java.lang.String> opaque, int request, XrootdProtocol.FilePerm mode) -
Uses of XrootdProtocol.FilePerm in org.dcache.xrootd.protocol
Methods in org.dcache.xrootd.protocol that return XrootdProtocol.FilePerm Modifier and Type Method Description static XrootdProtocol.FilePermXrootdProtocol.FilePerm. valueOf(java.lang.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. -
Uses of XrootdProtocol.FilePerm in org.dcache.xrootd.protocol.messages
Methods in org.dcache.xrootd.protocol.messages that return XrootdProtocol.FilePerm Modifier and Type Method Description XrootdProtocol.FilePermOpenRequest. getRequiredPermission()
-