| Package | Description |
|---|---|
| org.globus.gsi |
This package conatins the basic security constructs used to build Globus security.
|
| org.globus.gsi.provider | |
| org.globus.gsi.proxy |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ProxyPolicyHandler> |
X509ProxyCertPathParameters.getPolicyHandlers() |
| Constructor and Description |
|---|
X509ProxyCertPathParameters(KeyStore initTrustStore,
CertStore initCRLStore,
SigningPolicyStore initPolicyStore,
boolean initRejectLimitedProxy,
Map<String,ProxyPolicyHandler> initHandlers) |
| Constructor and Description |
|---|
GlobusTrustManagerFactoryParameters(KeyStore initTrustStore,
CertStore initCRLStore,
SigningPolicyStore initPolicyStore,
boolean initRejectLimitedProxy,
Map<String,ProxyPolicyHandler> handlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
IgnoreProxyPolicyHandler
A simple restricted proxy policy handler that logs the
proxy policy language oid.
|
| Modifier and Type | Method and 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 and Description |
|---|---|
ProxyPolicyHandler |
ProxyPathValidator.setProxyPolicyHandler(String id,
ProxyPolicyHandler handler)
Sets a restricted proxy policy handler.
|
Copyright © 2013. All Rights Reserved.