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 | 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. |
Copyright © 2016. All rights reserved.