| Package | Description |
|---|---|
| org.globus.gsi |
This package conatins the basic security constructs used to build Globus security.
|
| org.globus.gsi.jsse | |
| org.globus.gsi.provider | |
| org.globus.gsi.proxy |
| Modifier and Type | Method | Description |
|---|---|---|
Map<String,ProxyPolicyHandler> |
X509ProxyCertPathParameters.getPolicyHandlers() |
| Constructor | Description |
|---|---|
X509ProxyCertPathParameters(KeyStore initTrustStore,
CertStore initCRLStore,
SigningPolicyStore initPolicyStore,
boolean initRejectLimitedProxy,
Map<String,ProxyPolicyHandler> initHandlers) |
| Modifier and Type | Method | Description |
|---|---|---|
Map<String,ProxyPolicyHandler> |
SSLConfigurator.getHandlers() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SSLConfigurator.setHandlers(Map<String,ProxyPolicyHandler> handlers) |
| Constructor | Description |
|---|---|
GlobusTrustManagerFactoryParameters(KeyStore initTrustStore,
CertStore initCRLStore,
SigningPolicyStore initPolicyStore,
boolean initRejectLimitedProxy,
Map<String,ProxyPolicyHandler> handlers) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
IgnoreProxyPolicyHandler |
A simple restricted proxy policy handler that logs the
proxy policy language oid.
|
| Modifier and Type | Method | Description |
|---|---|---|
ProxyPolicyHandler |
ProxyPathValidator.getProxyPolicyHandler(String id) |
Retrieves a restricted proxy policy handler for a given policy id.
|
ProxyPolicyHandler |
ProxyPathValidator.removeProxyPolicyHandler(String id) |
Removes a restricted proxy policy handler.
|
ProxyPolicyHandler |
ProxyPathValidator.setProxyPolicyHandler(String id,
ProxyPolicyHandler handler) |
Sets a restricted proxy policy handler.
|
| Modifier and Type | Method | Description |
|---|---|---|
ProxyPolicyHandler |
ProxyPathValidator.setProxyPolicyHandler(String id,
ProxyPolicyHandler handler) |
Sets a restricted proxy policy handler.
|
Copyright © 2018. All rights reserved.