Uses of Interface
net.shibboleth.sp.credential.OrderedCredentialResolver
Packages that use OrderedCredentialResolver
Package
Description
APIs for resolving and exposing credentials.
Implementation classes for SP credential resolution and access.
-
Uses of OrderedCredentialResolver in net.shibboleth.sp.credential
Classes in net.shibboleth.sp.credential that implement OrderedCredentialResolverModifier and TypeClassDescriptionclassSimple base class for resolvers to supply anOrderedimplementation if they don't need a dedicated base class.classA 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 OrderedCredentialResolver in net.shibboleth.sp.credential.impl
Classes in net.shibboleth.sp.credential.impl that implement OrderedCredentialResolverModifier 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.Constructor parameters in net.shibboleth.sp.credential.impl with type arguments of type OrderedCredentialResolverModifierConstructorDescriptionChainingCredentialResolver(List<OrderedCredentialResolver> resolverChain) Constructor.