Uses of Class
org.opensaml.security.credential.impl.AbstractCriteriaFilteringCredentialResolver
Packages that use AbstractCriteriaFilteringCredentialResolver
Package
Description
Classes related to verifying various credentials within a SAML system.
CredentialResolver implementation classes.Interfaces and classes for working with XML KeyInfo elements.
-
Uses of AbstractCriteriaFilteringCredentialResolver in org.opensaml.saml.security.impl
Modifier and TypeClassDescriptionclassA credential resolver capable of resolving credentials from SAML 2 metadata. -
Uses of AbstractCriteriaFilteringCredentialResolver in org.opensaml.security.credential.impl
Modifier and TypeClassDescriptionclassAn implementation ofCredentialResolverthat uses aCollectionas the underlying credential source.classNOTE: this class is not yet implemented ACredentialResolverthat pulls credential information from the file system.classACredentialResolverthat extractsCredential's from a key store. -
Uses of AbstractCriteriaFilteringCredentialResolver in org.opensaml.xmlsec.keyinfo.impl
Modifier and TypeClassDescriptionclassImplementation ofKeyInfoCredentialResolverwhich resolves credentials based on aKeyInfoelement using a configured list ofKeyInfoProviders and optional post-processing hooks.classAn implementation ofKeyInfoCredentialResolverwhich uses aCollectionas the underlying credential source.classA simple specialization ofBasicProviderKeyInfoCredentialResolverwhich is capable of using information from aKeyInfoto resolve local credentials from a suppliedCredentialResolverwhich manages local credentials.