public class org.apache.nifi.web.security.saml.registration.EntityDescriptorCustomizer extends java.lang.Object implements java.util.function.Consumer
{
private boolean wantAssertionsSigned;
private boolean requestsSigned;
public void <init>(boolean, boolean)
{
org.apache.nifi.web.security.saml.registration.EntityDescriptorCustomizer v;
boolean v, v;
v := @this: org.apache.nifi.web.security.saml.registration.EntityDescriptorCustomizer;
v := @parameter: boolean;
v := @parameter: boolean;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.nifi.web.security.saml.registration.EntityDescriptorCustomizer: boolean wantAssertionsSigned> = v;
v.<org.apache.nifi.web.security.saml.registration.EntityDescriptorCustomizer: boolean requestsSigned> = v;
return;
}
public void accept(org.springframework.security.saml.provider.service.metadata.OpenSamlMetadataResolver$EntityDescriptorParameters)
{
org.opensaml.saml.saml.metadata.SPSSODescriptor v;
java.lang.Boolean v, v;
org.apache.nifi.web.security.saml.registration.EntityDescriptorCustomizer v;
org.springframework.security.saml.provider.service.metadata.OpenSamlMetadataResolver$EntityDescriptorParameters v;
org.opensaml.saml.saml.metadata.EntityDescriptor v;
boolean v, v;
v := @this: org.apache.nifi.web.security.saml.registration.EntityDescriptorCustomizer;
v := @parameter: org.springframework.security.saml.provider.service.metadata.OpenSamlMetadataResolver$EntityDescriptorParameters;
v = virtualinvoke v.<org.springframework.security.saml.provider.service.metadata.OpenSamlMetadataResolver$EntityDescriptorParameters: org.opensaml.saml.saml.metadata.EntityDescriptor getEntityDescriptor()>();
v = interfaceinvoke v.<org.opensaml.saml.saml.metadata.EntityDescriptor: org.opensaml.saml.saml.metadata.SPSSODescriptor getSPSSODescriptor(java.lang.String)>("urn:oasis:names:tc:SAML:2.0:protocol");
v = v.<org.apache.nifi.web.security.saml.registration.EntityDescriptorCustomizer: boolean wantAssertionsSigned>;
v = staticinvoke <java.lang.Boolean: java.lang.Boolean valueOf(boolean)>(v);
interfaceinvoke v.<org.opensaml.saml.saml.metadata.SPSSODescriptor: void setWantAssertionsSigned(java.lang.Boolean)>(v);
v = v.<org.apache.nifi.web.security.saml.registration.EntityDescriptorCustomizer: boolean requestsSigned>;
v = staticinvoke <java.lang.Boolean: java.lang.Boolean valueOf(boolean)>(v);
interfaceinvoke v.<org.opensaml.saml.saml.metadata.SPSSODescriptor: void setAuthnRequestsSigned(java.lang.Boolean)>(v);
return;
}
}