Revision 8524
Added by Jing Tao almost 11 years ago
src/edu/ucsb/nceas/metacat/util/SystemUtil.java | ||
---|---|---|
618 | 618 |
|
619 | 619 |
return indexPaths; |
620 | 620 |
} |
621 |
|
|
622 |
/** |
|
623 |
* Get the url pointing to the user management page. |
|
624 |
* @return the url. |
|
625 |
* @throws PropertyNotFoundException |
|
626 |
*/ |
|
627 |
public static String getUserManagementUrl() throws PropertyNotFoundException { |
|
628 |
return PropertyService.getProperty("auth.userManagementUrl"); |
|
629 |
} |
|
621 | 630 |
} |
Also available in: Unified diff
Add a method to get the user management url.