Uses of Interface
org.globus.gsi.proxy.ProxyPolicyHandler
-
Packages that use ProxyPolicyHandler 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 org.globus.gsi.trustmanager -
-
Uses of ProxyPolicyHandler in org.globus.gsi
Fields in org.globus.gsi with type parameters of type ProxyPolicyHandler Modifier and Type Field Description private java.util.Map<java.lang.String,ProxyPolicyHandler>
X509ProxyCertPathParameters. handlers
Methods in org.globus.gsi that return types with arguments of type ProxyPolicyHandler Modifier and Type Method Description java.util.Map<java.lang.String,ProxyPolicyHandler>
X509ProxyCertPathParameters. getPolicyHandlers()
Constructor parameters in org.globus.gsi with type arguments of type ProxyPolicyHandler Constructor Description X509ProxyCertPathParameters(java.security.KeyStore initTrustStore, java.security.cert.CertStore initCRLStore, SigningPolicyStore initPolicyStore, boolean initRejectLimitedProxy, java.util.Map<java.lang.String,ProxyPolicyHandler> initHandlers)
-
Uses of ProxyPolicyHandler in org.globus.gsi.jsse
Fields in org.globus.gsi.jsse with type parameters of type ProxyPolicyHandler Modifier and Type Field Description private java.util.Map<java.lang.String,ProxyPolicyHandler>
SSLConfigurator. handlers
Methods in org.globus.gsi.jsse that return types with arguments of type ProxyPolicyHandler Modifier and Type Method Description java.util.Map<java.lang.String,ProxyPolicyHandler>
SSLConfigurator. getHandlers()
Method parameters in org.globus.gsi.jsse with type arguments of type ProxyPolicyHandler Modifier and Type Method Description void
SSLConfigurator. setHandlers(java.util.Map<java.lang.String,ProxyPolicyHandler> handlers)
-
Uses of ProxyPolicyHandler in org.globus.gsi.provider
Fields in org.globus.gsi.provider with type parameters of type ProxyPolicyHandler Modifier and Type Field Description private java.util.Map<java.lang.String,ProxyPolicyHandler>
GlobusTrustManagerFactoryParameters. handlers
Constructor parameters in org.globus.gsi.provider with type arguments of type ProxyPolicyHandler Constructor Description GlobusTrustManagerFactoryParameters(java.security.KeyStore initTrustStore, java.security.cert.CertStore initCRLStore, SigningPolicyStore initPolicyStore, boolean initRejectLimitedProxy, java.util.Map<java.lang.String,ProxyPolicyHandler> handlers)
-
Uses of ProxyPolicyHandler in org.globus.gsi.proxy
Classes in org.globus.gsi.proxy that implement ProxyPolicyHandler Modifier and Type Class Description class
IgnoreProxyPolicyHandler
A simple restricted proxy policy handler that logs the proxy policy language oid.Methods in org.globus.gsi.proxy that return ProxyPolicyHandler Modifier and Type Method Description ProxyPolicyHandler
ProxyPathValidator. getProxyPolicyHandler(java.lang.String id)
Retrieves a restricted proxy policy handler for a given policy id.ProxyPolicyHandler
ProxyPathValidator. removeProxyPolicyHandler(java.lang.String id)
Removes a restricted proxy policy handler.ProxyPolicyHandler
ProxyPathValidator. setProxyPolicyHandler(java.lang.String id, ProxyPolicyHandler handler)
Sets a restricted proxy policy handler.Methods in org.globus.gsi.proxy with parameters of type ProxyPolicyHandler Modifier and Type Method Description ProxyPolicyHandler
ProxyPathValidator. setProxyPolicyHandler(java.lang.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 ProxyPolicyHandler Modifier and Type Field Description private java.util.Map<java.lang.String,ProxyPolicyHandler>
X509ProxyCertPathValidator. policyHandlers
-