Uses of Class
net.shibboleth.sp.credential.AbstractOrderedCredentialResolver
Packages that use AbstractOrderedCredentialResolver
Package
Description
APIs for resolving and exposing credentials.
Implementation classes for SP credential resolution and access.
-
Uses of AbstractOrderedCredentialResolver in net.shibboleth.sp.credential
Subclasses of AbstractOrderedCredentialResolver in net.shibboleth.sp.credentialModifier and TypeClassDescriptionclassA dymamic resolver that relies on aStorageServiceto retrieve blobs of information that its subclasses will understand how to turn into a specifically known type ofCredential. -
Uses of AbstractOrderedCredentialResolver in net.shibboleth.sp.credential.impl
Subclasses of AbstractOrderedCredentialResolver in net.shibboleth.sp.credential.implModifier and TypeClassDescriptionclassA static resolver that subclasses the functionality needed for SP usage.classA static resolver that relies on maps to associate credentials with the core objects that constitute an SP deployment, primarily assuming limited, exception-driven rules to avoid scaling problems.classA specialized storage-based resolver that can resolve theX509Credentialtype.classA specialized storage-based resolver that can resolve theX509Credentialtype from aKeyStore, typically though not inherently the "PKCS12" type.