| Package | Description |
|---|---|
| org.globus.gsi |
This package conatins the basic security constructs used to build Globus security.
|
| org.globus.gsi.provider | |
| org.globus.gsi.provider.simple | |
| org.globus.gsi.stores |
This package provides classes for accessing security material from generic "stores" (which can be defined via a
url).
|
| org.globus.gsi.trustmanager |
| Modifier and Type | Method and Description |
|---|---|
SigningPolicyStore |
X509ProxyCertPathParameters.getSigningPolicyStore() |
| Constructor and Description |
|---|
X509ProxyCertPathParameters(KeyStore initTrustStore,
CertStore initCRLStore,
SigningPolicyStore initPolicyStore,
boolean initRejectLimitedProxy) |
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) |
GlobusTrustManagerFactoryParameters(KeyStore initTrustStore,
CertStore initCRLStore,
SigningPolicyStore initPolicyStore,
boolean initRejectLimitedProxy,
Map<String,ProxyPolicyHandler> handlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleMemorySigningPolicyStore
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceSigningPolicyStore
FILL ME
|
| Modifier and Type | Field and Description |
|---|---|
protected SigningPolicyStore |
X509ProxyCertPathValidator.policyStore |
| Constructor and Description |
|---|
SigningPolicyChecker(SigningPolicyStore policyStore) |
Copyright © 2013. All Rights Reserved.