Interface AdminAPI.Paths
- Enclosing interface:
- AdminAPI
public static interface AdminAPI.Paths
Common paths in the interface.
-
Field Summary
Fields Modifier and Type Field Description static String
BASE_PATH
The location of the admin "service".static String
BOARD
Board control.static String
GROUP
User group control.static String
IMPORT
Machine definition importing.static String
MEMBER
Group membership control.static String
ROOT
Service root.static String
USER
User account control.
-
Field Details
-
BASE_PATH
The location of the admin "service".- See Also:
- Constant Field Values
-
ROOT
Service root.- See Also:
- Constant Field Values
-
IMPORT
Machine definition importing.- See Also:
- Constant Field Values
-
BOARD
Board control.- See Also:
- Constant Field Values
-
USER
User account control.- See Also:
- Constant Field Values
-
GROUP
User group control.- See Also:
- Constant Field Values
-
MEMBER
Group membership control.- See Also:
- Constant Field Values
-