Uses of Package
org.opensaml.security.credential.impl
-
Packages that use org.opensaml.security.credential.impl 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. -
Classes in org.opensaml.security.credential.impl used by org.opensaml.saml.security.impl Class Description AbstractCredentialResolver Abstract base class forCredentialResolverimplementations.AbstractCriteriaFilteringCredentialResolver An 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. -
Classes in org.opensaml.security.credential.impl used by org.opensaml.security.credential.impl Class Description AbstractChainingCredentialResolver An abstract implementation ofCredentialResolverwhich chains together one or more underlying credential resolver implementations.AbstractCredentialResolver Abstract base class forCredentialResolverimplementations.AbstractCriteriaFilteringCredentialResolver An 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. -
Classes in org.opensaml.security.credential.impl used by org.opensaml.xmlsec.keyinfo.impl Class Description AbstractChainingCredentialResolver An abstract implementation ofCredentialResolverwhich chains together one or more underlying credential resolver implementations.AbstractCredentialResolver Abstract base class forCredentialResolverimplementations.AbstractCriteriaFilteringCredentialResolver An 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.CollectionCredentialResolver An implementation ofCredentialResolverthat uses aCollectionas the underlying credential source.StaticCredentialResolver Simple implementation ofCredentialResolverwhich just stores and returns a static set of credentials.