Interface AccessRequest.State
-
- Enclosing class:
- AccessRequest
public static interface AccessRequest.State
The state of the access request.
-
-
Field Detail
-
PENDING
static final String PENDING
PENDING.- See Also:
- Constant Field Values
-
APPROVED
static final String APPROVED
APPROVED.- See Also:
- Constant Field Values
-
REJECTED
static final String REJECTED
REJECTED.- See Also:
- Constant Field Values
-
REVOKED
static final String REVOKED
REVOKED.- See Also:
- Constant Field Values
-
TIMEDOUT
static final String TIMEDOUT
TIMEDOUT.- See Also:
- Constant Field Values
-
-