public class SignAssertionsPredicate extends AbstractRelyingPartyPredicate
SAMLProfileConfiguration.getSignAssertions().| Modifier and Type | Field and Description |
|---|---|
private boolean |
honorMetadata
Whether to override the result based on the WantAssertionsSigned flag in SAML metadata.
|
private Function<org.opensaml.profile.context.ProfileRequestContext,org.opensaml.saml.common.messaging.context.SAMLMetadataContext> |
metadataContextLookupStrategy
Lookup strategy for
SAMLMetadataContext. |
| Constructor and Description |
|---|
SignAssertionsPredicate()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(org.opensaml.profile.context.ProfileRequestContext input) |
void |
setHonorMetadata(boolean flag)
Set whether to override the result based on the WantAssertionsSigned flag in SAML metadata.
|
void |
setMetadataContextLookupStrategy(Function<org.opensaml.profile.context.ProfileRequestContext,org.opensaml.saml.common.messaging.context.SAMLMetadataContext> strategy)
Set lookup strategy for
SAMLMetadataContext. |
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategyprivate boolean honorMetadata
private Function<org.opensaml.profile.context.ProfileRequestContext,org.opensaml.saml.common.messaging.context.SAMLMetadataContext> metadataContextLookupStrategy
SAMLMetadataContext.public void setHonorMetadata(boolean flag)
flag - flag to setpublic void setMetadataContextLookupStrategy(@Nonnull Function<org.opensaml.profile.context.ProfileRequestContext,org.opensaml.saml.common.messaging.context.SAMLMetadataContext> strategy)
SAMLMetadataContext.strategy - lookup strategypublic boolean apply(@Nullable org.opensaml.profile.context.ProfileRequestContext input)
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.