Uses of Enum
eu.emi.security.authn.x509.ProxySupport
Packages that use ProxySupport
Package
Description
Contains API of the library.
Consists of general purpose classes, helping to implement generic functionality of the library.
Helper classes for internal, low level, logic of certificate path validation.
Contains implementation classes of the library.
-
Uses of ProxySupport in eu.emi.security.authn.x509
Methods in eu.emi.security.authn.x509 that return ProxySupportModifier and TypeMethodDescriptionX509CertChainValidatorExt.getProxySupport()
Returns whether this validator supports proxy certificates.static ProxySupport
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 -
Uses of ProxySupport in eu.emi.security.authn.x509.helpers.pkipath
Methods in eu.emi.security.authn.x509.helpers.pkipath that return ProxySupportModifier and TypeMethodDescriptionAbstractValidator.getProxySupport()
Returns whether this validator supports proxy certificates.Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type ProxySupportModifier and TypeMethodDescriptionprotected void
AbstractValidator.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 ProxySupportModifier and TypeFieldDescriptionprotected ProxySupport
ValidatorParams.allowProxy
static final ProxySupport
ValidatorParams.DEFAULT_PROXY_SUPPORT
Methods in eu.emi.security.authn.x509.impl that return ProxySupportMethods in eu.emi.security.authn.x509.impl with parameters of type ProxySupportConstructors in eu.emi.security.authn.x509.impl with parameters of type ProxySupportModifierConstructorDescriptionValidatorParams
(RevocationParameters revocationSettings, ProxySupport allowProxy) Allows for setting all parameters except the list of initial listenersValidatorParams
(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 listenersValidatorParamsExt
(RevocationParametersExt revocationSettings, ProxySupport allowProxy, Collection<? extends StoreUpdateListener> initialListeners) Full version, allows for setting all parameters.