Uses of Class
eu.emi.security.authn.x509.ProxySupport
-
Packages that use ProxySupport Package Description 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 Modifier and Type Method Description ProxySupportX509CertChainValidatorExt. getProxySupport()Returns whether this validator supports proxy certificates.static ProxySupportProxySupport. valueOf(java.lang.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 Modifier and Type Method Description ProxySupportBinaryCertChainValidator. getProxySupport() -
Uses of ProxySupport in eu.emi.security.authn.x509.helpers.pkipath
Methods in eu.emi.security.authn.x509.helpers.pkipath that return ProxySupport Modifier and Type Method Description ProxySupportAbstractValidator. getProxySupport()Returns whether this validator supports proxy certificates.Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type ProxySupport Modifier and Type Method Description protected voidAbstractValidator. init(TrustAnchorStore caStore, AbstractCRLStoreSPI 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 Modifier and Type Field Description protected ProxySupportValidatorParams. allowProxystatic ProxySupportValidatorParams. DEFAULT_PROXY_SUPPORTMethods in eu.emi.security.authn.x509.impl that return ProxySupport Modifier and Type Method Description ProxySupportValidatorParams. isAllowProxy()Methods in eu.emi.security.authn.x509.impl with parameters of type ProxySupport Modifier and Type Method Description voidValidatorParams. setAllowProxy(ProxySupport allowProxy)Constructors in eu.emi.security.authn.x509.impl with parameters of type ProxySupport Constructor Description ValidatorParams(RevocationParameters revocationSettings, ProxySupport allowProxy)Allows for setting all parameters except the list of initial listenersValidatorParams(RevocationParameters revocationSettings, ProxySupport allowProxy, java.util.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 listenersValidatorParamsExt(RevocationParametersExt revocationSettings, ProxySupport allowProxy, java.util.Collection<? extends StoreUpdateListener> initialListeners)Full version, allows for setting all parameters.
-