Uses of Class
org.opensaml.security.credential.impl.AbstractCredentialResolver
-
Packages that use AbstractCredentialResolver Package Description org.opensaml.saml.security.impl Classes related to verifying various credentials within a SAML system.org.opensaml.security.credential.impl CredentialResolverimplementation classes.org.opensaml.xmlsec.keyinfo.impl Interfaces and classes for working with XML KeyInfo elements. -
-
Uses of AbstractCredentialResolver in org.opensaml.saml.security.impl
Subclasses of AbstractCredentialResolver in org.opensaml.saml.security.impl Modifier and Type Class Description classMetadataCredentialResolverA credential resolver capable of resolving credentials from SAML 2 metadata. -
Uses of AbstractCredentialResolver in org.opensaml.security.credential.impl
Subclasses of AbstractCredentialResolver in org.opensaml.security.credential.impl Modifier and Type Class Description classAbstractChainingCredentialResolver<ResolverType extends CredentialResolver>An abstract implementation ofCredentialResolverwhich chains together one or more underlying credential resolver implementations.classAbstractCriteriaFilteringCredentialResolverAn abstract implementation ofCredentialResolverthat filters the returned Credentials based on the instances ofPredicatewhich are present in the set of criteria as instances ofEvaluableCredentialCriterion, or which are obtained via lookup in theEvaluableCredentialCriteriaRegistry.classChainingCredentialResolverA concrete implementation ofAbstractChainingCredentialResolverwhich is scoped to the simpleCredentialResolvertype.classCollectionCredentialResolverAn implementation ofCredentialResolverthat uses aCollectionas the underlying credential source.classFilesystemCredentialResolverNOTE: this class is not yet implemented ACredentialResolverthat pulls credential information from the file system.classKeyStoreCredentialResolverACredentialResolverthat extractsCredential's from a key store.classStaticCredentialResolverSimple implementation ofCredentialResolverwhich just stores and returns a static set of credentials. -
Uses of AbstractCredentialResolver in org.opensaml.xmlsec.keyinfo.impl
Subclasses of AbstractCredentialResolver in org.opensaml.xmlsec.keyinfo.impl Modifier and Type Class Description classBasicProviderKeyInfoCredentialResolverImplementation ofKeyInfoCredentialResolverwhich resolves credentials based on aKeyInfoelement using a configured list ofKeyInfoProviders and optional post-processing hooks.classChainingKeyInfoCredentialResolverA concrete implementation ofAbstractChainingCredentialResolverwhich is scoped to theKeyInfoCredentialResolvertype.classCollectionKeyInfoCredentialResolverAn implementation ofKeyInfoCredentialResolverwhich uses aCollectionas the underlying credential source.classLocalKeyInfoCredentialResolverA simple specialization ofBasicProviderKeyInfoCredentialResolverwhich is capable of using information from aKeyInfoto resolve local credentials from a suppliedCredentialResolverwhich manages local credentials.classStaticKeyInfoCredentialResolverSimple implementation ofKeyInfoCredentialResolverwhich just stores and returns a static set of credentials.
-