Uses of Class
org.globus.gsi.gssapi.auth.Authorization
-
Packages that use Authorization Package Description org.globus.axis.transport org.globus.ftp org.globus.ftp.app org.globus.ftp.extended org.globus.gsi.gssapi.auth org.globus.gsi.gssapi.net org.globus.io.streams Implements the standard Java I/O streams interface for a number of different protocols, including FTP, GSIFTP, HTTP, HTTPS, and File.org.globus.io.urlcopy This library provides a simple API for transferring a file from one location to another.org.globus.myproxy This package provides a MyProxy client API.org.globus.net Contains socket factories for creating regural and secure server sockets behind firewalls or NAT servers. -
-
Uses of Authorization in org.globus.axis.transport
Methods in org.globus.axis.transport with parameters of type Authorization Modifier and Type Method Description protected voidSSLContextHelper. init(java.lang.String host, int port, Authorization auth, java.lang.Boolean anonymous, org.ietf.jgss.GSSCredential cred, java.lang.Integer protection, TrustedCertificates trustedCerts)Constructors in org.globus.axis.transport with parameters of type Authorization Constructor Description SSLContextHelper(java.lang.String host, int port, Authorization auth, java.lang.Boolean anonymous, org.ietf.jgss.GSSCredential cred, java.lang.Integer protection, TrustedCertificates trustedCerts) -
Uses of Authorization in org.globus.ftp
Methods in org.globus.ftp that return Authorization Modifier and Type Method Description AuthorizationGridFTPClient. getAuthorization()Returns authorization method for the control channel.Methods in org.globus.ftp with parameters of type Authorization Modifier and Type Method Description voidGridFTPClient. setAuthorization(Authorization authorization)Sets authorization method for the control channel. -
Uses of Authorization in org.globus.ftp.app
Constructors in org.globus.ftp.app with parameters of type Authorization Constructor Description Transfer(java.lang.String sourceServer, int sourcePort, Authorization sourceSubject, java.lang.String absoluteSourceFile, java.lang.String destServer, int destPort, Authorization destSubject, java.lang.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 Authorization Modifier and Type Field Description protected AuthorizationGridFTPControlChannel. authorizationMethods in org.globus.ftp.extended that return Authorization Modifier and Type Method Description AuthorizationGridFTPControlChannel. getAuthorization()Returns authorization method for the control channel.Methods in org.globus.ftp.extended with parameters of type Authorization Modifier and Type Method Description voidGridFTPControlChannel. 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.auth Modifier and Type Class Description classGSSAuthorizationGSSAPI client authorization.classHostAuthorizationImplements a simple host authorization mechanism.classHostOrSelfAuthorizationclassIdentityAuthorizationImplements a simple identity authorization mechanism.classNoAuthorizationImplements the simplest authorization mechanism that does not do any authorization checks.classSelfAuthorizationPerforms the identity authorization check. -
Uses of Authorization in org.globus.gsi.gssapi.net
Fields in org.globus.gsi.gssapi.net declared as Authorization Modifier and Type Field Description protected AuthorizationGssSocket. authorizationMethods in org.globus.gsi.gssapi.net that return Authorization Modifier and Type Method Description AuthorizationGssSocket. getAuthorization()Methods in org.globus.gsi.gssapi.net with parameters of type Authorization Modifier and Type Method Description voidGssSocket. setAuthorization(Authorization auth) -
Uses of Authorization in org.globus.io.streams
Constructors in org.globus.io.streams with parameters of type Authorization Constructor Description GassInputStream(org.ietf.jgss.GSSCredential cred, Authorization auth, java.lang.String host, int port, java.lang.String file)Opens Gass input stream in secure mode with specified user credentials.GassOutputStream(org.ietf.jgss.GSSCredential cred, Authorization auth, java.lang.String host, int port, java.lang.String file, long length, boolean append)Opens Gass output stream in secure mode with specified user credentials.GridFTPInputStream(org.ietf.jgss.GSSCredential cred, Authorization auth, java.lang.String host, int port, java.lang.String file, boolean reqDCAU)GridFTPInputStream(org.ietf.jgss.GSSCredential cred, Authorization auth, java.lang.String host, int port, java.lang.String file, boolean passive, int type, boolean reqDCAU)GridFTPOutputStream(org.ietf.jgss.GSSCredential cred, Authorization auth, java.lang.String host, int port, java.lang.String file, boolean append, boolean reqDCAU)GridFTPOutputStream(org.ietf.jgss.GSSCredential cred, Authorization auth, java.lang.String host, int port, java.lang.String file, boolean append, boolean passive, int type, boolean reqDCAU)GridFTPOutputStream(org.ietf.jgss.GSSCredential cred, Authorization auth, java.lang.String host, int port, java.lang.String file, boolean append, boolean passive, int type, boolean reqDCAU, long size)GridFTPOutputStream(org.ietf.jgss.GSSCredential cred, Authorization auth, java.lang.String host, int port, java.lang.String file, boolean append, boolean reqDCAU, long size) -
Uses of Authorization in org.globus.io.urlcopy
Fields in org.globus.io.urlcopy declared as Authorization Modifier and Type Field Description protected AuthorizationUrlCopy. dstAuthprotected AuthorizationUrlCopy. srcAuthMethods in org.globus.io.urlcopy that return Authorization Modifier and Type Method Description AuthorizationUrlCopy. getDestinationAuthorization()Returns authorization type for the destination side for the url copy.AuthorizationUrlCopy. getSourceAuthorization()Returns authorization type for the source side for the url copy.Methods in org.globus.io.urlcopy with parameters of type Authorization Modifier and Type Method Description voidUrlCopy. setDestinationAuthorization(Authorization auth)Sets destination authorization typevoidUrlCopy. setSourceAuthorization(Authorization auth)Sets source authorization type -
Uses of Authorization in org.globus.myproxy
Subclasses of Authorization in org.globus.myproxy Modifier and Type Class Description classMyProxyServerAuthorizationImplements the MyProxy server authorization mechanism.Fields in org.globus.myproxy declared as Authorization Modifier and Type Field Description protected AuthorizationMyProxy. authorizationThe authorization policy in effect for the target MyProxy server.Methods in org.globus.myproxy that return Authorization Modifier and Type Method Description AuthorizationMyProxy. getAuthorization()Get MyProxy server authorization mechanism.Methods in org.globus.myproxy with parameters of type Authorization Modifier and Type Method Description voidMyProxy. setAuthorization(Authorization authorization)Set MyProxy server authorization mechanism. -
Uses of Authorization in org.globus.net
Fields in org.globus.net declared as Authorization Modifier and Type Field Description protected AuthorizationBaseServer. authorizationprotected AuthorizationGSIURLConnection. authorizationMethods in org.globus.net that return Authorization Modifier and Type Method Description AuthorizationGSIURLConnection. getAuthorization()Methods in org.globus.net with parameters of type Authorization Modifier and Type Method Description voidBaseServer. setAuthorization(Authorization auth)voidGSIURLConnection. setAuthorization(Authorization auth)
-