Package org.cilogon.oauth2.admin
Interface CommandConstants
-
public interface CommandConstants
Created by Jeff Gaynor
on 3/25/15 at 2:57 PM
-
-
Field Summary
Fields Modifier and Type Field Description static String
ARCHIVED_USER
static String
COUNTER
static String
IDPS
static String
TWO_FACTOR
static String
USERS
-
-
-
Field Detail
-
TWO_FACTOR
static final String TWO_FACTOR
- See Also:
- Constant Field Values
-
IDPS
static final String IDPS
- See Also:
- Constant Field Values
-
USERS
static final String USERS
- See Also:
- Constant Field Values
-
COUNTER
static final String COUNTER
- See Also:
- Constant Field Values
-
ARCHIVED_USER
static final String ARCHIVED_USER
- See Also:
- Constant Field Values
-
-