Interface KeyMigratorConstants
-
public interface KeyMigratorConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTIVE_STATUSstatic StringBASE_KEYstatic StringEMPTYstatic StringMIGRAION_FAILEDstatic StringMIGRAION_NOT_ALLOWEDstatic StringMIGRAION_SUCCESSstatic StringPARTNER_APPIDstatic StringSESSIONIDstatic StringZK_CERT_COMMON_NAMEstatic StringZK_KEYSstatic StringZK_TEMP_KEY_APP_IDstatic StringZK_TEMP_KEY_REF_ID
-
-
-
Field Detail
-
SESSIONID
static final String SESSIONID
- See Also:
- Constant Field Values
-
BASE_KEY
static final String BASE_KEY
- See Also:
- Constant Field Values
-
EMPTY
static final String EMPTY
- See Also:
- Constant Field Values
-
PARTNER_APPID
static final String PARTNER_APPID
- See Also:
- Constant Field Values
-
MIGRAION_SUCCESS
static final String MIGRAION_SUCCESS
- See Also:
- Constant Field Values
-
MIGRAION_FAILED
static final String MIGRAION_FAILED
- See Also:
- Constant Field Values
-
MIGRAION_NOT_ALLOWED
static final String MIGRAION_NOT_ALLOWED
- See Also:
- Constant Field Values
-
ZK_KEYS
static final String ZK_KEYS
- See Also:
- Constant Field Values
-
ZK_TEMP_KEY_APP_ID
static final String ZK_TEMP_KEY_APP_ID
- See Also:
- Constant Field Values
-
ZK_TEMP_KEY_REF_ID
static final String ZK_TEMP_KEY_REF_ID
- See Also:
- Constant Field Values
-
ZK_CERT_COMMON_NAME
static final String ZK_CERT_COMMON_NAME
- See Also:
- Constant Field Values
-
ACTIVE_STATUS
static final String ACTIVE_STATUS
- See Also:
- Constant Field Values
-
-