Uses of Class
net.shibboleth.idp.authn.context.CertificateContext
Packages that use CertificateContext
Package
Description
Context classes for managing authentication-related state.
Implementation of various authentication actions.
-
Uses of CertificateContext in net.shibboleth.idp.authn.context
Methods in net.shibboleth.idp.authn.context that return CertificateContextModifier and TypeMethodDescriptionCertificateContext.setCertificate
(Certificate cert) Set the certificate to be validated.CertificateContext.setIntermediates
(Collection<Certificate> certs) Set the additional certificates accompanying the end-entity certificate. -
Uses of CertificateContext in net.shibboleth.idp.authn.impl
Fields in net.shibboleth.idp.authn.impl with type parameters of type CertificateContextModifier and TypeFieldDescriptionX509CertificateCredentialValidator.certContextLookupStrategy
Lookup strategy for cert context.Method parameters in net.shibboleth.idp.authn.impl with type arguments of type CertificateContextModifier and TypeMethodDescriptionvoid
X509CertificateCredentialValidator.setCertificateContextLookupStrategy
(Function<AuthenticationContext, CertificateContext> strategy) Set the lookup strategy to locate theUsernamePasswordContext
.