Interface SystemUserManagerPaths
-
- All Known Implementing Classes:
AuthorizableResourceProvider
public interface SystemUserManagerPathsHelper for components that need to know the UserManager resource paths
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGroupPrefix()The path prefix (before the id) for groupsStringgetGroupsPath()The root path for all group resourcesStringgetRootPath()The root path for usermanager resourcesStringgetUserPrefix()The path prefix (before the id) for usersStringgetUsersPath()The root path for all user resources
-
-
-
Method Detail
-
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
-
-