| Package | Description |
|---|---|
| org.opensaml.saml.common.profile.impl |
Actions and classes common to both SAML versions.
|
| org.opensaml.saml.security.impl |
Classes related to verifying various credentials within a SAML system.
|
| org.opensaml.xmlsec.impl |
Implementation of configuration and parameter resolver classes.
|
| Modifier and Type | Field and Description |
|---|---|
private SignatureSigningParametersResolver |
PopulateSignatureSigningParameters.resolver
Resolver for parameters to store into context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PopulateSignatureSigningParameters.setSignatureSigningParametersResolver(SignatureSigningParametersResolver newResolver)
Set the resolver to use for the parameters to store into the context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SAMLMetadataSignatureSigningParametersResolver
A specialization of
BasicSignatureSigningParametersResolver which also supports input of SAML metadata,
specifically the SigningMethod and DigestMethod extension elements. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicSignatureSigningParametersResolver
Basic implementation of
SignatureSigningParametersResolver. |
class |
StaticSignatureSigningParametersResolver
Resolve an instance of
SignatureSigningParameters statically. |