Package io.vertx.tp.rbac.cv
Interface Addr.Authority
-
- Enclosing interface:
- Addr
public static interface Addr.Authority
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTION_READYstatic StringACTION_SEEKstatic StringPERMISSION_BY_ROLEstatic StringPERMISSION_DEFINITION_SAVEstatic StringPERMISSION_GROUPstatic StringPERMISSION_SAVEstatic StringRESOURCE_ADD_CASCADEstatic StringRESOURCE_DELETE_CASCADEstatic StringRESOURCE_GET_CASCADEstatic StringRESOURCE_SEARCHstatic StringRESOURCE_UPDATE_CASCADE
-
-
-
Field Detail
-
ACTION_SEEK
static final String ACTION_SEEK
- See Also:
- Constant Field Values
-
ACTION_READY
static final String ACTION_READY
- See Also:
- Constant Field Values
-
RESOURCE_SEARCH
static final String RESOURCE_SEARCH
- See Also:
- Constant Field Values
-
PERMISSION_GROUP
static final String PERMISSION_GROUP
- See Also:
- Constant Field Values
-
PERMISSION_DEFINITION_SAVE
static final String PERMISSION_DEFINITION_SAVE
- See Also:
- Constant Field Values
-
PERMISSION_BY_ROLE
static final String PERMISSION_BY_ROLE
- See Also:
- Constant Field Values
-
PERMISSION_SAVE
static final String PERMISSION_SAVE
- See Also:
- Constant Field Values
-
RESOURCE_GET_CASCADE
static final String RESOURCE_GET_CASCADE
- See Also:
- Constant Field Values
-
RESOURCE_ADD_CASCADE
static final String RESOURCE_ADD_CASCADE
- See Also:
- Constant Field Values
-
RESOURCE_UPDATE_CASCADE
static final String RESOURCE_UPDATE_CASCADE
- See Also:
- Constant Field Values
-
RESOURCE_DELETE_CASCADE
static final String RESOURCE_DELETE_CASCADE
- See Also:
- Constant Field Values
-
-