Uses of Class
org.globus.gsi.gssapi.auth.Authorization
Packages that use Authorization
Package
Description
Implements the standard Java I/O streams interface for a number of different protocols, including FTP, GSIFTP, HTTP, HTTPS, and File.
This library provides a simple API for transferring a file from one location to
another.
This package provides a MyProxy client API.
Contains socket factories for creating regural and secure server sockets behind firewalls
or NAT servers.
-
Uses of Authorization in org.globus.ftp
Methods in org.globus.ftp that return AuthorizationModifier and TypeMethodDescriptionGridFTPClient.getAuthorization()
Returns authorization method for the control channel.Methods in org.globus.ftp with parameters of type AuthorizationModifier and TypeMethodDescriptionvoid
GridFTPClient.setAuthorization
(Authorization authorization) Sets authorization method for the control channel. -
Uses of Authorization in org.globus.ftp.app
Methods in org.globus.ftp.app that return AuthorizationModifier and TypeMethodDescriptionprivate static Authorization
Transfer.getAuthorization
(String subject) Constructors in org.globus.ftp.app with parameters of type AuthorizationModifierConstructorDescriptionTransfer
(String sourceServer, int sourcePort, Authorization sourceSubject, String absoluteSourceFile, String destServer, int destPort, Authorization destSubject, String absoluteDestFile, TransferParams params) Constructor, performing a single third party transfer from (grid)ftp://sourceServer:sourcePort/absoluteSourceFile to (grid)ftp://destServer:destPort/absoluteDestFile. -
Uses of Authorization in org.globus.ftp.extended
Fields in org.globus.ftp.extended declared as AuthorizationMethods in org.globus.ftp.extended that return AuthorizationModifier and TypeMethodDescriptionGridFTPControlChannel.getAuthorization()
Returns authorization method for the control channel.Methods in org.globus.ftp.extended with parameters of type AuthorizationModifier and TypeMethodDescriptionvoid
GridFTPControlChannel.setAuthorization
(Authorization authorization) Sets authorization method for the control channel. -
Uses of Authorization in org.globus.gsi.gssapi.auth
Subclasses of Authorization in org.globus.gsi.gssapi.authModifier and TypeClassDescriptionclass
GSSAPI client authorization.class
Implements a simple host authorization mechanism.class
class
Implements a simple identity authorization mechanism.class
Implements the simplest authorization mechanism that does not do any authorization checks.class
Performs the identity authorization check. -
Uses of Authorization in org.globus.gsi.gssapi.net
Fields in org.globus.gsi.gssapi.net declared as AuthorizationMethods in org.globus.gsi.gssapi.net that return AuthorizationMethods in org.globus.gsi.gssapi.net with parameters of type Authorization -
Uses of Authorization in org.globus.gsi.gssapi.net.example
Fields in org.globus.gsi.gssapi.net.example declared as Authorization -
Uses of Authorization in org.globus.io.streams
Fields in org.globus.io.streams declared as AuthorizationConstructors in org.globus.io.streams with parameters of type AuthorizationModifierConstructorDescriptionGassInputStream
(GSSCredential cred, Authorization auth, String host, int port, String file) Opens Gass input stream in secure mode with specified user credentials.GassOutputStream
(GSSCredential cred, Authorization auth, String host, int port, String file, long length, boolean append) Opens Gass output stream in secure mode with specified user credentials.GridFTPInputStream
(GSSCredential cred, Authorization auth, String host, int port, String file, boolean reqDCAU) GridFTPInputStream
(GSSCredential cred, Authorization auth, String host, int port, String file, boolean passive, int type, boolean reqDCAU) GridFTPOutputStream
(GSSCredential cred, Authorization auth, String host, int port, String file, boolean append, boolean reqDCAU) GridFTPOutputStream
(GSSCredential cred, Authorization auth, String host, int port, String file, boolean append, boolean passive, int type, boolean reqDCAU) GridFTPOutputStream
(GSSCredential cred, Authorization auth, String host, int port, String file, boolean append, boolean passive, int type, boolean reqDCAU, long size) GridFTPOutputStream
(GSSCredential cred, Authorization auth, String host, int port, String file, boolean append, boolean reqDCAU, long size) -
Uses of Authorization in org.globus.io.urlcopy
Fields in org.globus.io.urlcopy declared as AuthorizationModifier and TypeFieldDescriptionprotected Authorization
UrlCopy.dstAuth
protected Authorization
UrlCopy.srcAuth
Methods in org.globus.io.urlcopy that return AuthorizationModifier and TypeMethodDescriptionUrlCopy.getDestinationAuthorization()
Returns authorization type for the destination side for the url copy.UrlCopy.getSourceAuthorization()
Returns authorization type for the source side for the url copy.Methods in org.globus.io.urlcopy with parameters of type AuthorizationModifier and TypeMethodDescriptionvoid
UrlCopy.setDestinationAuthorization
(Authorization auth) Sets destination authorization typevoid
UrlCopy.setSourceAuthorization
(Authorization auth) Sets source authorization type -
Uses of Authorization in org.globus.myproxy
Subclasses of Authorization in org.globus.myproxyModifier and TypeClassDescriptionclass
Implements the MyProxy server authorization mechanism.Fields in org.globus.myproxy declared as AuthorizationModifier and TypeFieldDescriptionprotected Authorization
MyProxy.authorization
The authorization policy in effect for the target MyProxy server.Methods in org.globus.myproxy that return AuthorizationModifier and TypeMethodDescriptionMyProxy.getAuthorization()
Get MyProxy server authorization mechanism.private static Authorization
MyProxy.getAuthorization
(String subjectDN) Methods in org.globus.myproxy with parameters of type AuthorizationModifier and TypeMethodDescriptionvoid
MyProxy.setAuthorization
(Authorization authorization) Set MyProxy server authorization mechanism. -
Uses of Authorization in org.globus.net
Fields in org.globus.net declared as AuthorizationModifier and TypeFieldDescriptionprotected Authorization
BaseServer.authorization
protected Authorization
GSIURLConnection.authorization
Methods in org.globus.net that return AuthorizationMethods in org.globus.net with parameters of type AuthorizationModifier and TypeMethodDescriptionvoid
BaseServer.setAuthorization
(Authorization auth) void
GSIURLConnection.setAuthorization
(Authorization auth)