Package io.vertx.tp.rbac.cv
Interface Addr.User
-
- Enclosing interface:
- Addr
public static interface Addr.User
-
-
Field Summary
Fields Modifier and Type Field Description static StringADDstatic StringDELETEstatic StringGETmodified by Hongwei at 2019/12/06 add get, create, update and delete methods for user domain.static StringIMPORTstatic StringINFORMATIONstatic StringPASSWORDstatic StringPROFILEstatic StringSEARCHstatic StringUPDATE
-
-
-
Field Detail
-
INFORMATION
static final String INFORMATION
- See Also:
- Constant Field Values
-
PASSWORD
static final String PASSWORD
- See Also:
- Constant Field Values
-
PROFILE
static final String PROFILE
- See Also:
- Constant Field Values
-
SEARCH
static final String SEARCH
- See Also:
- Constant Field Values
-
GET
static final String GET
modified by Hongwei at 2019/12/06 add get, create, update and delete methods for user domain.- See Also:
- Constant Field Values
-
ADD
static final String ADD
- See Also:
- Constant Field Values
-
DELETE
static final String DELETE
- See Also:
- Constant Field Values
-
UPDATE
static final String UPDATE
- See Also:
- Constant Field Values
-
IMPORT
static final String IMPORT
- See Also:
- Constant Field Values
-
-