}\r
info.tenantName = m.group(1);\r
info.resource = m.group(2);\r
- if (Tools.notEmpty(info.resource)) {\r
- info.resource.toLowerCase();\r
- }\r
info.shortIdentifier = m.group(3);\r
info.displayName = m.group(4);\r
return info;\r
Authority authority = new Authority();\r
authority.tenantName = tenantName;\r
authority.resource = serviceName;\r
+ if (Tools.notEmpty(authority.resource)) {\r
+ authority.resource = authority.resource.toLowerCase();\r
+ }\r
authority.shortIdentifier = authorityShortIdentifier;\r
authority.displayName = authorityDisplayName;\r
return authority;\r