public static ProtocolMapperModel createAttributeMapper(
     String name,
     String userAttribute,
     String samlAttributeName,
     String nameFormat,
     String friendlyName,
     boolean consentRequired,
     String consentText) {
   String mapperId = PROVIDER_ID;
   return AttributeStatementHelper.createAttributeMapper(
       name,
       userAttribute,
       samlAttributeName,
       nameFormat,
       friendlyName,
       consentRequired,
       consentText,
       mapperId);
 }