Class WebSubClientConstants
- java.lang.Object
-
- io.mosip.kernel.websub.api.constants.WebSubClientConstants
-
public class WebSubClientConstants extends Object
This class consist constants for this api.- Author:
- Urvil Joshi
-
-
Field Summary
Fields Modifier and Type Field Description static StringHUB_AUTHENTICATED_CONTENT_HEADERstatic StringHUB_CALLBACKstatic StringHUB_CHALLENGEstatic StringHUB_LEASE_SECONDSstatic StringHUB_MODEstatic StringHUB_SECRETstatic StringHUB_TOPIC
-
-
-
Field Detail
-
HUB_TOPIC
public static final String HUB_TOPIC
- See Also:
- Constant Field Values
-
HUB_MODE
public static final String HUB_MODE
- See Also:
- Constant Field Values
-
HUB_CALLBACK
public static final String HUB_CALLBACK
- See Also:
- Constant Field Values
-
HUB_SECRET
public static final String HUB_SECRET
- See Also:
- Constant Field Values
-
HUB_LEASE_SECONDS
public static final String HUB_LEASE_SECONDS
- See Also:
- Constant Field Values
-
HUB_CHALLENGE
public static final String HUB_CHALLENGE
- See Also:
- Constant Field Values
-
HUB_AUTHENTICATED_CONTENT_HEADER
public static final String HUB_AUTHENTICATED_CONTENT_HEADER
- See Also:
- Constant Field Values
-
-