Package io.vertx.tp.rbac.cv
Interface AuthKey.Acl
-
- Enclosing interface:
- AuthKey
public static interface AuthKey.Acl
-
-
Field Summary
Fields Modifier and Type Field Description static StringAFTER_COLLECTIONstatic StringAFTER_RECORDstatic StringAFTER_ROWSstatic StringBEFORE_CRITERIAstatic StringBEFORE_PROJECTION
-
-
-
Field Detail
-
BEFORE_PROJECTION
static final String BEFORE_PROJECTION
- See Also:
- Constant Field Values
-
BEFORE_CRITERIA
static final String BEFORE_CRITERIA
- See Also:
- Constant Field Values
-
AFTER_RECORD
static final String AFTER_RECORD
- See Also:
- Constant Field Values
-
AFTER_ROWS
static final String AFTER_ROWS
- See Also:
- Constant Field Values
-
AFTER_COLLECTION
static final String AFTER_COLLECTION
- See Also:
- Constant Field Values
-
-