*
* @param repo the component repository, only used to register secondary items like lifecycle, not null
* @return the loader, not null
*/
protected SecurityLoader createSecurityLoader(ComponentRepository repo) {
return new UnsupportedSecurityLoader();
}