Uses of Interface
org.globus.gsi.proxy.ProxyPolicyHandler
Packages that use ProxyPolicyHandler
Package
Description
This package conatins the basic security constructs used to build Globus security.
-
Uses of ProxyPolicyHandler in org.globus.gsi
Fields in org.globus.gsi with type parameters of type ProxyPolicyHandlerModifier and TypeFieldDescriptionprivate Map<String,
ProxyPolicyHandler> X509ProxyCertPathParameters.handlers
Methods in org.globus.gsi that return types with arguments of type ProxyPolicyHandlerConstructor parameters in org.globus.gsi with type arguments of type ProxyPolicyHandlerModifierConstructorDescriptionX509ProxyCertPathParameters
(KeyStore initTrustStore, CertStore initCRLStore, SigningPolicyStore initPolicyStore, boolean initRejectLimitedProxy, Map<String, ProxyPolicyHandler> initHandlers) -
Uses of ProxyPolicyHandler in org.globus.gsi.jsse
Fields in org.globus.gsi.jsse with type parameters of type ProxyPolicyHandlerMethods in org.globus.gsi.jsse that return types with arguments of type ProxyPolicyHandlerMethod parameters in org.globus.gsi.jsse with type arguments of type ProxyPolicyHandlerModifier and TypeMethodDescriptionvoid
SSLConfigurator.setHandlers
(Map<String, ProxyPolicyHandler> handlers) -
Uses of ProxyPolicyHandler in org.globus.gsi.provider
Fields in org.globus.gsi.provider with type parameters of type ProxyPolicyHandlerModifier and TypeFieldDescriptionprivate Map<String,
ProxyPolicyHandler> GlobusTrustManagerFactoryParameters.handlers
Constructor parameters in org.globus.gsi.provider with type arguments of type ProxyPolicyHandlerModifierConstructorDescriptionGlobusTrustManagerFactoryParameters
(KeyStore initTrustStore, CertStore initCRLStore, SigningPolicyStore initPolicyStore, boolean initRejectLimitedProxy, Map<String, ProxyPolicyHandler> handlers) -
Uses of ProxyPolicyHandler in org.globus.gsi.proxy
Classes in org.globus.gsi.proxy that implement ProxyPolicyHandlerModifier and TypeClassDescriptionclass
A simple restricted proxy policy handler that logs the proxy policy language oid.Methods in org.globus.gsi.proxy that return ProxyPolicyHandlerModifier and TypeMethodDescriptionProxyPathValidator.getProxyPolicyHandler
(String id) Retrieves a restricted proxy policy handler for a given policy id.ProxyPathValidator.removeProxyPolicyHandler
(String id) Removes a restricted proxy policy handler.ProxyPathValidator.setProxyPolicyHandler
(String id, ProxyPolicyHandler handler) Sets a restricted proxy policy handler.Methods in org.globus.gsi.proxy with parameters of type ProxyPolicyHandlerModifier and TypeMethodDescriptionProxyPathValidator.setProxyPolicyHandler
(String id, ProxyPolicyHandler handler) Sets a restricted proxy policy handler. -
Uses of ProxyPolicyHandler in org.globus.gsi.trustmanager
Fields in org.globus.gsi.trustmanager with type parameters of type ProxyPolicyHandlerModifier and TypeFieldDescriptionprivate Map<String,
ProxyPolicyHandler> X509ProxyCertPathValidator.policyHandlers