*
* @param repo the component repository, only used to register secondary items like lifecycle, not null
* @return the provider, not null
*/
protected SecurityProvider createSecurityProvider(ComponentRepository repo) {
return new NoneFoundSecurityProvider();
}