Package | Description |
---|---|
org.opensaml.saml.common.messaging |
Support classes for SAML message security operations.
|
org.opensaml.saml.saml2.binding.encoding.impl |
SAML 1.x message encoders.
|
org.opensaml.saml.security.impl |
Classes related to verifying various credentials within a SAML system.
|
org.opensaml.xmlsec.context |
Message context classes for XML Security.
|
org.opensaml.xmlsec.impl |
Implementation of configuration and parameter resolver classes.
|
org.opensaml.xmlsec.signature.support |
Functional support for XML Signature.
|
Modifier and Type | Method and Description |
---|---|
static SignatureSigningParameters |
SAMLMessageSecuritySupport.getContextSigningParameters(org.opensaml.messaging.context.MessageContext<SAMLObject> messageContext)
Get the signing parameters from the message context.
|
Modifier and Type | Method and Description |
---|---|
protected String |
HTTPRedirectDeflateEncoder.getSignatureAlgorithmURI(SignatureSigningParameters signingParameters)
Gets the signature algorithm URI to use.
|
protected String |
HTTPPostSimpleSignEncoder.getSignatureAlgorithmURI(SignatureSigningParameters signingParameters)
Gets the signature algorithm URI to use.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SAMLMetadataSignatureSigningParametersResolver.resolveAndPopulateCredentialAndSignatureAlgorithm(SignatureSigningParameters params,
CriteriaSet criteria,
com.google.common.base.Predicate<String> whitelistBlacklistPredicate)
Resolve and populate the signing credential and signature method algorithm URI on the
supplied parameters instance.
|
Modifier and Type | Method and Description |
---|---|
SignatureSigningParameters |
SecurityParametersContext.getSignatureSigningParameters()
Get the parameters to use for XML signature signing operations.
|
Modifier and Type | Method and Description |
---|---|
SecurityParametersContext |
SecurityParametersContext.setSignatureSigningParameters(SignatureSigningParameters params)
Set the parameters to use for XML signature signing operations.
|
Modifier and Type | Method and Description |
---|---|
SignatureSigningParameters |
StaticSignatureSigningParametersResolver.resolveSingle(CriteriaSet criteria)
Process the specified criteria and return a single instance of the product type
which satisfies the criteria.
|
SignatureSigningParameters |
BasicSignatureSigningParametersResolver.resolveSingle(CriteriaSet criteria)
Process the specified criteria and return a single instance of the product type
which satisfies the criteria.
|
Modifier and Type | Method and Description |
---|---|
Iterable<SignatureSigningParameters> |
StaticSignatureSigningParametersResolver.resolve(CriteriaSet criteria)
Process the specified criteria and return the resulting instances of the product type
which satisfy the criteria.
|
Iterable<SignatureSigningParameters> |
BasicSignatureSigningParametersResolver.resolve(CriteriaSet criteria)
Process the specified criteria and return the resulting instances of the product type
which satisfy the criteria.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicSignatureSigningParametersResolver.logResult(SignatureSigningParameters params)
Log the resolved parameters.
|
protected void |
BasicSignatureSigningParametersResolver.resolveAndPopulateCredentialAndSignatureAlgorithm(SignatureSigningParameters params,
CriteriaSet criteria,
com.google.common.base.Predicate<String> whitelistBlacklistPredicate)
Resolve and populate the signing credential and signature method algorithm URI on the
supplied parameters instance.
|
protected boolean |
BasicSignatureSigningParametersResolver.validate(SignatureSigningParameters params)
Validate that the
SignatureSigningParameters instance has all the required properties populated. |
Constructor and Description |
---|
StaticSignatureSigningParametersResolver(SignatureSigningParameters parameters)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
SignatureSupport.prepareSignatureParams(Signature signature,
SignatureSigningParameters parameters)
Prepare a
Signature with necessary additional information prior to signing. |
static void |
SignatureSupport.signObject(SignableXMLObject signable,
SignatureSigningParameters parameters)
Signs a
SignableXMLObject . |
Copyright © 2016 JBoss by Red Hat. All rights reserved.