This updates SecurityProperties.Filter#dispatcherTypes to use EnumSet#allOf instead of explicitly listing all the dispatcher types. This is IMO more readable and better expresses the intent that filter is now being mapped to all dispatcher types.

See #33090.

Comment From: wilkinsona

Thanks very much, @vpavic.