public class EntityDescriptorCustomizer extends Object implements Consumer<org.springframework.security.saml2.provider.service.metadata.OpenSamlMetadataResolver.EntityDescriptorParameters>
| Modifier and Type | Field and Description |
|---|---|
private boolean |
requestsSigned |
private boolean |
wantAssertionsSigned |
| Constructor and Description |
|---|
EntityDescriptorCustomizer(boolean wantAssertionsSigned,
boolean requestsSigned)
Entity Descriptor Customizer with configuration properties
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.springframework.security.saml2.provider.service.metadata.OpenSamlMetadataResolver.EntityDescriptorParameters entityDescriptorParameters) |
private boolean wantAssertionsSigned
private boolean requestsSigned
public EntityDescriptorCustomizer(boolean wantAssertionsSigned,
boolean requestsSigned)
wantAssertionsSigned - Enable or disable indication of want assertions signed on SP SSO DescriptorrequestsSigned - Enable or disable indication of authentication requests signed on SP SSO DescriptorCopyright © 2023 Apache NiFi Project. All rights reserved.