Package | Description |
---|---|
org.globus.gsi.gssapi.auth | |
org.globus.gsi.gssapi.net | |
org.globus.net |
Contains socket factories for creating regural and secure server sockets behind firewalls
or NAT servers.
|
Modifier and Type | Class and Description |
---|---|
class |
GSSAuthorization
GSSAPI client authorization.
|
class |
HostAuthorization
Implements a simple host authorization mechanism.
|
class |
HostOrSelfAuthorization |
class |
IdentityAuthorization
Implements a simple identity authorization mechanism.
|
class |
NoAuthorization
Implements the simplest authorization mechanism that does
not do any authorization checks.
|
class |
SelfAuthorization
Performs the identity authorization check.
|
Modifier and Type | Field and Description |
---|---|
protected Authorization |
GssSocket.authorization |
Modifier and Type | Method and Description |
---|---|
Authorization |
GssSocket.getAuthorization() |
Modifier and Type | Method and Description |
---|---|
void |
GssSocket.setAuthorization(Authorization auth) |
Modifier and Type | Field and Description |
---|---|
protected Authorization |
GSIURLConnection.authorization |
protected Authorization |
BaseServer.authorization |
Modifier and Type | Method and Description |
---|---|
Authorization |
GSIURLConnection.getAuthorization() |
Modifier and Type | Method and Description |
---|---|
void |
GSIURLConnection.setAuthorization(Authorization auth) |
void |
BaseServer.setAuthorization(Authorization auth) |