Package | Description |
---|---|
org.opensaml.profile.action.impl |
Implementations of general profile actions.
|
org.opensaml.saml.common.profile.impl |
Actions and classes common to both SAML versions.
|
org.opensaml.saml.saml2.profile.impl |
Implementations of SAML 2.0 profile behavior.
|
org.opensaml.xmlsec.context |
Message context classes for XML Security.
|
Modifier and Type | Method and Description |
---|---|
void |
PopulateSignatureValidationParameters.setSecurityParametersContextLookupStrategy(com.google.common.base.Function<ProfileRequestContext,SecurityParametersContext> strategy)
Set the strategy used to look up the
SecurityParametersContext to set the parameters for. |
void |
PopulateDecryptionParameters.setSecurityParametersContextLookupStrategy(com.google.common.base.Function<ProfileRequestContext,SecurityParametersContext> strategy)
Set the strategy used to look up the
SecurityParametersContext to set the parameters for. |
Modifier and Type | Method and Description |
---|---|
void |
PopulateSignatureSigningParameters.setExistingParametersContextLookupStrategy(com.google.common.base.Function<ProfileRequestContext,SecurityParametersContext> strategy)
Set the strategy used to look up an existing
SecurityParametersContext to copy instead
of actually resolving the parameters to set. |
void |
PopulateSignatureSigningParameters.setSecurityParametersContextLookupStrategy(com.google.common.base.Function<ProfileRequestContext,SecurityParametersContext> strategy)
Set the strategy used to look up the
SecurityParametersContext to set the parameters for. |
void |
SignAssertions.setSecurityParametersLookupStrategy(com.google.common.base.Function<ProfileRequestContext,SecurityParametersContext> strategy)
Set the strategy used to locate the
SecurityParametersContext to use. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDecryptAction.setSecurityParametersContextLookupStrategy(com.google.common.base.Function<ProfileRequestContext,SecurityParametersContext> strategy)
Set the strategy used to locate the
SecurityParametersContext associated with a given
ProfileRequestContext . |
Modifier and Type | Method and Description |
---|---|
SecurityParametersContext |
SecurityParametersContext.setDecryptionParameters(DecryptionParameters params)
Set the parameters to use for XML decryption operations.
|
SecurityParametersContext |
SecurityParametersContext.setEncryptionParameters(EncryptionParameters params)
Set the parameters to use for XML encryption operations.
|
SecurityParametersContext |
SecurityParametersContext.setSignatureSigningParameters(SignatureSigningParameters params)
Set the parameters to use for XML signature signing operations.
|
SecurityParametersContext |
SecurityParametersContext.setSignatureValidationParameters(SignatureValidationParameters params)
Set the parameters to use for XML signature validation operations.
|
Copyright © 2018. All rights reserved.