Package | Description |
---|---|
org.opensaml.saml.saml2.profile.context |
Context classes supporting SAML 2 profile behavior.
|
org.opensaml.saml.saml2.profile.impl |
Implementations of SAML 2.0 profile behavior.
|
Modifier and Type | Method and Description |
---|---|
EncryptionContext |
EncryptionContext.setAssertionEncryptionParameters(EncryptionParameters params)
Set the encryption parameters to use for encryption of assertions.
|
EncryptionContext |
EncryptionContext.setAttributeEncryptionParameters(EncryptionParameters params)
Set the encryption parameters to use for encryption of attributes.
|
EncryptionContext |
EncryptionContext.setIdentifierEncryptionParameters(EncryptionParameters params)
Set the encryption parameters to use for encryption of identifiers.
|
Modifier and Type | Method and Description |
---|---|
protected EncryptionParameters |
EncryptAssertions.getApplicableParameters(EncryptionContext ctx)
Return the right set of parameters for the operation to be performed, or none if no encryption should occur.
|
protected EncryptionParameters |
EncryptAttributes.getApplicableParameters(EncryptionContext ctx)
Return the right set of parameters for the operation to be performed, or none if no encryption should occur.
|
protected EncryptionParameters |
EncryptNameIDs.getApplicableParameters(EncryptionContext ctx)
Return the right set of parameters for the operation to be performed, or none if no encryption should occur.
|
protected abstract EncryptionParameters |
AbstractEncryptAction.getApplicableParameters(EncryptionContext ctx)
Return the right set of parameters for the operation to be performed, or none if no encryption should occur.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractEncryptAction.setEncryptionContextLookupStrategy(com.google.common.base.Function<ProfileRequestContext,EncryptionContext> strategy)
Set the strategy used to locate the
EncryptionContext associated with a given
ProfileRequestContext . |
void |
PopulateECPContext.setEncryptionContextLookupStrategy(com.google.common.base.Function<ProfileRequestContext,EncryptionContext> strategy)
Set the strategy used to locate the
EncryptionContext . |
Copyright © 2019. All rights reserved.