Uses of Class
eu.emi.security.authn.x509.ProxySupport

Packages that use ProxySupport
eu.emi.security.authn.x509 Contains API of the library. 
eu.emi.security.authn.x509.helpers Consists of general purpose classes, helping to implement generic functionality of the library. 
eu.emi.security.authn.x509.helpers.pkipath Helper classes for internal, low level, logic of certificate path validation. 
eu.emi.security.authn.x509.impl Contains implementation classes of the library. 
 

Uses of ProxySupport in eu.emi.security.authn.x509
 

Methods in eu.emi.security.authn.x509 that return ProxySupport
 ProxySupport X509CertChainValidatorExt.getProxySupport()
          Returns whether this validator supports proxy certificates.
static ProxySupport ProxySupport.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProxySupport[] ProxySupport.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ProxySupport in eu.emi.security.authn.x509.helpers
 

Methods in eu.emi.security.authn.x509.helpers that return ProxySupport
 ProxySupport BinaryCertChainValidator.getProxySupport()
           
 

Uses of ProxySupport in eu.emi.security.authn.x509.helpers.pkipath
 

Methods in eu.emi.security.authn.x509.helpers.pkipath that return ProxySupport
 ProxySupport AbstractValidator.getProxySupport()
          Returns whether this validator supports proxy certificates.
 

Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type ProxySupport
protected  void AbstractValidator.init(TrustAnchorStore caStore, PlainCRLStoreSpi crlStore, ProxySupport proxySupport, RevocationParameters revocationCheckingMode)
          Use this method to initialize the parent from the extension class, if not using the non-default constructor.
 

Uses of ProxySupport in eu.emi.security.authn.x509.impl
 

Fields in eu.emi.security.authn.x509.impl declared as ProxySupport
protected  ProxySupport ValidatorParams.allowProxy
           
static ProxySupport ValidatorParams.DEFAULT_PROXY_SUPPORT
           
 

Methods in eu.emi.security.authn.x509.impl that return ProxySupport
 ProxySupport ValidatorParams.isAllowProxy()
           
 

Methods in eu.emi.security.authn.x509.impl with parameters of type ProxySupport
 void ValidatorParams.setAllowProxy(ProxySupport allowProxy)
           
 

Constructors in eu.emi.security.authn.x509.impl with parameters of type ProxySupport
ValidatorParams(RevocationParameters revocationSettings, ProxySupport allowProxy)
          Allows for setting all parameters except the list of initial listeners
ValidatorParams(RevocationParameters revocationSettings, ProxySupport allowProxy, Collection<? extends StoreUpdateListener> initialListeners)
          Full version, allows for setting all parameters.
ValidatorParamsExt(RevocationParametersExt revocationSettings, ProxySupport allowProxy)
          Allows for setting all parameters except the list of initial listeners
ValidatorParamsExt(RevocationParametersExt revocationSettings, ProxySupport allowProxy, Collection<? extends StoreUpdateListener> initialListeners)
          Full version, allows for setting all parameters.
 



Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.