Package org.opensaml.security

Classes related to verifying various credentials within a SAML system.

See:
          Description

Class Summary
MetadataCredentialResolver A credential resolver capable of resolving credentials from SAML 2 metadata; The instance of CredentialCriteriaSet passed to AbstractCriteriaFilteringCredentialResolver.resolve(CredentialCriteriaSet) and AbstractCredentialResolver.resolveSingle(CredentialCriteriaSet) must minimally contain 2 criteria: EntityIDCriteria and MetadataCriteria.
MetadataCriteria An implementation of Criteria which specifies criteria pertaining to SAML 2 metadata.
MetadataTool A tool for retrieving, verifying, and signing metadata.
SAMLMDCredentialContext A credential context for credentials resolved from a KeyInfo that was found in SAML 2 metadata.
 

Package org.opensaml.security Description

Classes related to verifying various credentials within a SAML system.

Information on using this library can be found in the User's Manual and information on extending its functionality can be found in the Developer's Manual.

See Also:
OpenSAML Wiki