Interface SystemUserManagerPaths
- All Known Implementing Classes:
AuthorizableResourceProvider
public interface SystemUserManagerPaths
Helper for components that need to know the
UserManager resource paths
-
Method Summary
Modifier and TypeMethodDescriptionThe path prefix (before the id) for groupsThe root path for all group resourcesThe root path for usermanager resourcesThe path prefix (before the id) for usersThe root path for all user resources
-
Method Details
-
getRootPath
String getRootPath()The root path for usermanager resources -
getUsersPath
String getUsersPath()The root path for all user resources -
getUserPrefix
String getUserPrefix()The path prefix (before the id) for users -
getGroupsPath
String getGroupsPath()The root path for all group resources -
getGroupPrefix
String getGroupPrefix()The path prefix (before the id) for groups
-