NPE when starting trap listener for SNMPv3 creds that have no Auth protocolsDescriptionWhen configuring multiple SNMPv3 credentials for a Trap Listener. If one of the credential does not have Authentication Protocol, Trap Listener will fail to start with error "java.lang.NullPointerException"Steps to Reproduce 1. On any instance, create 2 dummy SNMPv3 credentials with just Username2. Create SNMP Trap Listener and add both credentials create above (for some reason adding one does not trigger the NPE. Adding both will trigger the exception)3. Start the collector and check MID Server log for NPEWorkaroundCreate the SNMP listener with authpriv or authnopriv security levelRelated Problem: PRB1603751