Uses of Class
net.shibboleth.idp.authn.context.CertificateContext
-
Packages that use CertificateContext Package Description net.shibboleth.idp.authn.context Context classes for managing authentication-related state.net.shibboleth.idp.authn.impl Implementation of various authentication actions. -
-
Uses of CertificateContext in net.shibboleth.idp.authn.context
Methods in net.shibboleth.idp.authn.context that return CertificateContext Modifier and Type Method Description CertificateContextCertificateContext. setCertificate(Certificate cert)Set the certificate to be validated.CertificateContextCertificateContext. 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 CertificateContext Modifier and Type Field Description private Function<AuthenticationContext,CertificateContext>X509CertificateCredentialValidator. certContextLookupStrategyLookup strategy for cert context.Method parameters in net.shibboleth.idp.authn.impl with type arguments of type CertificateContext Modifier and Type Method Description voidX509CertificateCredentialValidator. setCertificateContextLookupStrategy(Function<AuthenticationContext,CertificateContext> strategy)Set the lookup strategy to locate theUsernamePasswordContext.
-